How Do I Fix The Eroor On GreenFox Skin?

DarkKnightX

New Member
I was wondering if you can move the Online Buttons and Offline Buttons To The Bottom. If anyone can help me I will appreciated a lot. The image shows what I mean

4kcpkh.jpg


I Really Need The Help Thanks

Thanks A Lot For The Help
 
This isn't an error, it's designed like this. :p
Go to Greenfox's style editing options (style manager -> edit templates), then go to Postbit Templates, and open up the template 'postbit'. Search for:
PHP:
$post[onlinestatus]
and delete it. Then search for:
PHP:
<else />&nbsp;&nbsp;</if>
in the SAME template, and add after it:
PHP:
$post[onlinestatus]
Do the same for the 'postbit_legacy' template.
 
Back
Top