MyBB Community Forums

Full Version: CSS Userbars - Displaying multiple userbars
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello MyBB members,

I have created CSS userbars for my forum and they are displaying great for a user in a single group. The problem I am facing is that I want to display more then one userbar (ie. if a user is in multiple groups).

I am unsure where to go from what I have right now which is replacing theĀ {$post['groupimage']} code from the postbit template with:

<span class="ub ub{$usergroup['gid']}">{$usergroup['title']}</span>

I would appreciate some insight on my issue.

Thank you,
miniml aka Rich
This is a section for plugin development questions. If you need a ready solution, ask in Plugin Requests forum (moving there).

Anyways, you can use one of these plugins:
http://community.mybb.com/mods.php?action=view&pid=367
http://community.mybb.com/mods.php?action=view&pid=402