MyBB Community Forums

Full Version: add tag images?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello All,

i have added some user titles which are changed when user reached to a specific post, i have loaded some tag images in images/groupimages/english, i want o add these tag images to the user titles. like if a user reached to post 500, he will be given senior member how can i do this? kindly guide
You can put the following in the Star Image field and it will use your image instead of the user stars:
images/groupimages/english/example.png

Or if you want the image to replace the text you can put this in the Title to Assign field:
<img src="http://yoursite.com/images/example.png" alt="Example" />
thank you AJS