MyBB Community Forums

Full Version: postbit_classic style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello everyone,
i want to add a background to my classic postbit 'user' that is different for admins,admins and normal users

i followed this tut. http://community.mybb.com/thread-134747.html
but its shange the post, semone know how to shange the classic style
thanks for reading!


[Image: Naamloos_zps248dbfcf.png]
in your postbit_classic template, find this part

<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>


and change it as this

<td class="{$altbg} post{$usergroup['gid']}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
Ok thanks mate it works 100%!!