MyBB Community Forums

Full Version: User Titles
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I make it so that if you have a user title set for a user group, or you change your user title through your user CP, it wont affect the user title image? I have it set so the "newbie" post count badge and so forth are images set in the user titles that you achieve after a certain amount of posts. But if you change your user title or have a user title set for a specific user group, it wont show the user title image at all.
Bump. Changed the thread. My question is a bit different.
Bump because I edited the thread. Fixed one of my problems but still need help with the user titles thing.
Perhaps try the karma plugin by Matt?That allows you to have titles whatever you like.

https://github.com/MattRogowski/Karma-Stars
I am sorry but it's difficult to understand what you mean. Please post URL where we can see what you are referring to.

Please reface your question?

You can make it happen I believe.

Name user group "newbie" then create an image and save it as newbie.(extention)

Now add this code to your postbit template:

<img src="images/{$post['usergroup']}.(extention)" width="" height="" border="" title="" alt="" />

Make sure you upload your image to ./images folder Smile