The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I want to know if i can show the users who usin ghost mod in whos online
the place u see in the pic thanx... ![]() |
#2
|
||||
|
||||
![]()
Assuming it is what I think it is, doesn't this defeat the purpose of the ghost mod ?
|
#3
|
||||
|
||||
![]()
no u mis undertood its totally different look i dont want the user names there i just want it to say like 2 invisible if u can help me out ill be glad
|
#4
|
||||
|
||||
![]()
is there anyone to helpme out here
![]() |
#5
|
|||
|
|||
![]()
So you want it to say something like "34 members, 55 guests, 55 invisible"?
|
#6
|
||||
|
||||
![]()
yes if its possible mate
|
#7
|
|||
|
|||
![]()
$numberinvisible should do what you're looking for.
|
#8
|
||||
|
||||
![]()
hey mate a added this but it doesnt show invisible member it just shows 0 thats all how can i resolve this ????
|
#9
|
|||
|
|||
![]()
If that doesn't work (I haven't tried in in 3.5.4), I'm not sure where to go next. Hopefully someone with more knowledge of it will chime in. Just to be sure, can you post the contents of the template area that you added it to?
|
#10
|
||||
|
||||
![]()
fist of all i created new phrase which is x_members_y_guests_and_z_invisible
and then a added the $numberinvisible to forum home template as you can see at the bottom and it doesnt show the members whos usin ghost mod what else can i do mate?? HTML Code:
<if condition="$show['loggedinusers']"> <!-- logged-in users --> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a> <a href="online.php$session[sessionurl_q]" rel="nofollow">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest" 3="$numberinvisible">$vbphrase[x_members_y_guests_and_z_invisible] </phrase>) </td> </tr> </tbody> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|