MyBB Community Forums

Full Version: [Tutorial] Horizontal avatar and info
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Check your postbit_author_user template, does it have
PHP Code:
{$post['userstars']} 

under
PHP Code:
{$post['usertitle']} 
(08-12-2008 02:26 PM)Jaze Wrote: [ -> ]Check your postbit_author_user template, does it have
PHP Code:
{$post['userstars']} 

under
PHP Code:
{$post['usertitle']} 

Not, it had

PHP Code:
{$post['groupimage']} 

under it so i replaced it and now everything works fine, thank you.
very good tutorial
any image with the result??
doesn't work
it destroys the look only !
Pages: 1 2
Reference URL's