The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]()
thats looks very helpful though it still not what i need .
i want to change the <div> tag to <div id="thread_active_users"> actually, the code in the SHOWTHREAD template is : Code:
<div> <p> Code:
<!-- Refresh Button --> <vb:if condition="$vbulletin->options[\'active_users_onoff\']"> <button onclick="showUsers()" type="button" style="float:left;"> {vb:rawphrase refresh_button} </button> </vb:if> <div id="thread_active_users"> <p> PHP Code:
though this on the hook showthread_complete doesnt work. --------------- Added [DATE]1368635293[/DATE] at [TIME]1368635293[/TIME] --------------- how can i find the right text to find? the compiled version of SHOWTHREAD doesnt help at all... this is the right part of it i think, but it tells me nothing : Code:
' . vB_Template_Runtime::parsePhrase("users_browsing_this_thread") . ' ' . vB_Template_Runtime::parsePhrase("users_currently_browsing_x_y_z", '' . $totalonline . '', '' . $numberregistered . '', '' . $numberguest . '') . ' |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|