MyBB Community Forums

Full Version: Crown Icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a modification to add icons next to the users name in posts and stuff like


Sleepy Ajdakiwii
Posts: bla
Join Date: bla

Thanks
If you want it to appear for every user, then a plugin wont be necessary.

ACP -> Templates & Styles -> Templates -> Your theme -> Postbit templates -> postbit.

Find:
Quote:<td class="post_author">
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>
</td>
Add the code for your image before "<span class="largetext">".
If you would like the crowns to be different for different usergroups you can set them as a username style.
AdminCP >> Users & Groups >> <USERGROUP> >> General >> Username Style

Add the html img tag before the username so it looks like this:

<img src="image source" alt="User Crown" /> {username}