MyBB Community Forums

Full Version: Theme edits
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys.
I am in need for some help on Moving the Points to a different location.

I want it like this.
Preview: http://i.imgur.com/oThuL.png

Anyway I could move the Points to that black box?
Thanks.
your postbit template consists of code similar to {$post['user_details']}{$post['newpoints_postbit']}
{$post['newpoints_postbit']} can be moved to anywhere you want within the postbit template .

can be after {$post['iplogged']} like below
<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}
</div>
<div class="float_right">{$post['newpoints_postbit']}</div>