The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
please anyone can create this
THANKSSSSSSSSS --------------- Added [DATE]1219958181[/DATE] at [TIME]1219958181[/TIME] --------------- anyone ?????? |
|
#2
|
||||
|
||||
|
anyone can create this
|
|
#3
|
||||
|
||||
|
Find This in your SHOWTHREAD template
Code:
<if condition="$show['activeusers']">
<!-- currently active users -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="2">
<phrase 1="$totalonline" 2="$numberregistered" 3="$numberguest">$vbphrase[users_viewing_this_thread_x_y_z]</phrase>
</td>
</tr>
<tr>
<td class="alt1" colspan="2">
<span class="smallfont">$activeusers</span>
</td>
</tr>
</table>
<!-- end currently active users -->
</if>
Code:
<if condition="is_member_of($bbuserinfo, 6)"><if condition="$show['activeusers']">
<!-- currently active users -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="2">
<phrase 1="$totalonline" 2="$numberregistered" 3="$numberguest">$vbphrase[users_viewing_this_thread_x_y_z]</phrase>
</td>
</tr>
<tr>
<td class="alt1" colspan="2">
<span class="smallfont">$activeusers</span>
</td>
</tr>
</table>
<!-- end currently active users -->
</if></if>
|
|
#4
|
||||
|
||||
|
thanks men work perfect . if you can post this in the right section , someone you can help well and that my best could create as a product, thank you very much
|
|
#5
|
|||
|
|||
|
Thank you installed it, but where to see the results? or is it only in the admin Panel?
|
|
#6
|
||||
|
||||
|
no men in threads , you need activate the option user browsing threads
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|