The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I want to move the little green 'light' that indicates that a user is online now. I want to put it right next to their name. Which file would I have to modify?
Thanks for any help! |
#2
|
||||
|
||||
![]()
You have to modify the postbit or postbit_legacy template... you can move the code to next to the username... I actually did this by mistake the other day and had to 'fix' it. Search for " $post[onlinestatus]" and move it to wherever you want it to display.
To put it next to the username put it below the following code: Code:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]" $post[mh_unm_username_history]>$post[musername]</a> |
#3
|
|||
|
|||
![]()
Thank you so much Sir!
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|