View Full Version : Moving Online thing
levron
10-08-2011, 11:45 PM
Hew see how in the two pictures, in the first picture the 'Online' is at the bottom of the postbit and in the second pic its next to their name? Anyone know how I do that?
http://screensnapr.com/e/Zmz8aq.png
http://screensnapr.com/e/fAeIqF.png
Simon Lloyd
10-10-2011, 08:16 AM
You will need to modify your postbit, for th eonline status to appear next to the username it should look like this<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> $post[onlinestatus]
so seacrh in postbit legacy for]<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> and right after it add$post[onlinestatus]
then search for $post[onlinestatus]
and delete the second instance of it as the first instance will be your newly added one.
levron
10-11-2011, 09:31 PM
You will need to modify your postbit, for th eonline status to appear next to the username it should look like this<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> $post[onlinestatus]
so seacrh in postbit legacy for]<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> and right after it add$post[onlinestatus]
then search for $post[onlinestatus]
and delete the second instance of it as the first instance will be your newly added one.
Thank you so much! :D
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.