MyBB Community Forums

Full Version: Change location of on/off icon?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would i change the location of the on/off button
to the bottom of a users classic post bit

[Image: 1241265441.jpg]
In Postbit_classic:

Find:
{$post['onlinestatus']}

Put it after:
{$post['userdetails']}
Find {$post['onlinestatus']} and put it after {$post['user_details']}
Goto AdminCP -> Templates & Styles -> Templated -> (your theme) Templates -> Post Bit Templates -> postbit_classic

Remove {$post['onlinestatus']} from the line:
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />

And change {$post['user_details']} to
{$post['user_details']}<br />{$post['onlinestatus']}

Please note that you may have a couple of more variables next to user_details. You may need to adjust the location of onlinestatus accordingly.

I would recommend that you keep a backup of the existing postbit_classic before doing this change, as you seem to have modifications from MODs.

EDIT: I am slow Smile
I'll give you alternatif funny icons for your status.
I'ts free under GPL license Smile
see pics.. [Image: buddyoffline.gif] [Image: buddyonline.gif]
You can just upload and overright the other images!?