The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How do I put this at the top of the thread? For me it apears at the bottom
Ive tried looking in the showthread template for : $vboptions['showthreaduers'] But it can't find it anywhere Help |
#2
|
||||
|
||||
![]()
You activate the option via the admincp and to move the html code to the top in the template !
|
#3
|
|||
|
|||
![]() Quote:
|
#4
|
|||
|
|||
![]()
[high]* Blam Forumz coughs
[/high] Bump ![]() |
#5
|
||||
|
||||
![]()
See this part in the SHOWTHREAD template:
Code:
<!-- currently active users --> <if condition="$show['activeusers']"> <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> </if> <!-- currently active users --> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|