View Full Version : Question: Where do I do this?
shibby2
06-09-2010, 10:33 PM
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!
BirdOPrey5
06-09-2010, 10:45 PM
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:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]" $post[mh_unm_username_history]>$post[musername]</a>
shibby2
06-10-2010, 12:27 AM
Thank you so much Sir! :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.