MyBB Community Forums

Full Version: Userstars as a background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'd like to put userstars underneath post cont number.
how to do that ?

[attachment=10743]

If put this code in postbit template

<div style="background-image: url(images/toplinks/bg_top_main.gif); background-position: center; background-repeat: repeat-x;"><center>{$lang->postbit_posts} {$post['postnum']}</div>

it shows image under posts.

I tryed to replace this url(images/toplinks/bg_top_main.gif) with url({$post['userstars']}) that doesn't work =)