MyBB Community Forums

Full Version: Move member online/offline icon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As you will see in my screenshot I want to move the online image to the bottom underneath "Warning Level" so it looks nicer, is there anyway I can do this?
Navigate to AdminCP -> Templates & Style -> Templates -> Your Theme's Templates -> Post Bit Templates -> postbit

Find & Remove:
{$post['onlinestatus']}<br />

Find:
{$post['user_details']}

Replace with:
{$post['user_details']}
<br />
{$post['onlinestatus']}

Please repeat the above steps with the postbit_classic template too. Smile
(2012-11-18, 01:14 PM)Vernier Wrote: [ -> ]Navigate to AdminCP -> Templates & Style -> Templates -> Your Theme's Templates -> Post Bit Templates -> postbit

Find & Remove:
{$post['onlinestatus']}<br />

Find:
{$post['user_details']}

Replace with:
{$post['user_details']}
<br />
{$post['onlinestatus']}

Please repeat the above steps with the postbit_classic template too. Smile

I only use the classic postbit on my forum it's forced on all users and the option to switch postbit style has been removed, thanks for your time I appreciate it Smile