Cyb - Visitors In Last X Hours v2.4 [ 3.8.X ]

vForums

New Member
Features:
Code:
-Show how many users (members + guests) visited forum in last x hours
-Show members listing
-Show member last activity on mouse-over
-Invisible members are shown as "Invisible" for those who has no permissions to view them
-Option to add fake guests
-Optionally usergroups legend can be shown below VILXH box
-By default all usergroups where HTML tags are filled out will be listed in legend
-You can exclude usergroups from showing in legend
-You can exclude usergroups from viewing VILXH

Installation:

Code:
1. Import XML file (as product) - AdminCP > Plugin System > Manage Products > [Add/Import Product]

2. OPTIONAL (For customized styles where VILXH is not shown automatically):
-In FORUMHOME template add "$cyb_vilxh" after:
				<div>$activeusers</div>
			</div>
		</td>
	</tr>
</tbody>

Tested on 3.8.0 beta 3
 
where do i add this line to
Code:
$cyb_vilxh" after:
				<div>$activeusers</div>
			</div>
		</td>
	</tr>
</tbody>
 
sKippah said:
READ!!!!
add after "$cyb_vilxh"

No bro you should:

Find these lines

PHP:
<div>$activeusers</div>
			</div>
		</td>
	</tr>
</tbody>


Then add this code after the above lines:

PHP:
$cyb_vilxh

Thanks.
 
vForums said:
Features:
Code:
-Show how many users (members + guests) visited forum in last x hours
-Show members listing
-Show member last activity on mouse-over
-Invisible members are shown as "Invisible" for those who has no permissions to view them
-Option to add fake guests
-Optionally usergroups legend can be shown below VILXH box
-By default all usergroups where HTML tags are filled out will be listed in legend
-You can exclude usergroups from showing in legend
-You can exclude usergroups from viewing VILXH
[/quote]

where can all this be done, i cant find no options...
 
Back
Top