MyBB Community Forums

Full Version: How to have multiple user titles?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.

I was wondering if it was possible to have multiple user titles.

I mean this by the primary group user titles and the additional group user titles would be displayed.

Example

User01 is in these groups: Admin (Primary), Donator (Additional)

Form display right now:

User01
Admin

What I'm talking about:

User01
Admin
Donator

Is there anyway to do this?

Any help is greatly appreciated.

Thanks,
Icee2199

-- BUMP : Need help still. --
Bump - I still need assistance....
I was thinking, and enabling HTML in custom titles would work too as you could add <br/>.

Still need help on this, please reply if you can help at all.
Well, quiet simple.

<if $post ['usergroup'] == 5 then>{$post['usertitle']}<br>Donator<br><else>{$post['usertitle']}</if>

Change 5 to the GID of the Donator group, also this goes into the postbit template.

You need this plugin: http://mybbhacks.zingaburga.com/showthread.php?tid=260