Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Mitch K. on May 24, 2010, 06:33:56 AM

Title: help?
Post by: Mitch K. on May 24, 2010, 06:33:56 AM
How can I change the colour of a special rank on the forum profiles example;

My name on my forums is Mitch and I'm admin so I should have a red name if I post something

I saw something which I really want on my forums too here is an example...

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi48.tinypic.com%2F2jbmsr9.jpg&hash=8e9f0ba74eb8e14121091e1002ed79dad5b0ccd2)

The images doesn't have to be same but how do I add them?
Title: Re: help?
Post by: Jakob Fel on May 24, 2010, 12:11:48 PM
The color is in the Manage Membergroups section in your admin panel. There is a section that says "Color in online list" or something like that. You would put #FF0000 in there.

As for the crown? That is very easy if you have the Headers/footers mod. You would put this code in the footer:

vfour[vfour.length] = ["Mitch","Mitch","Yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.gif ' />"];

How that works, is the first Mitch is your current display name. The second one is what you want it to be now. Yellow is the color code, you can change it to Red. You can replace the link for the image with whatever image link you want. The link there, would be the standard JMod crown.

Now that code would only work if you have the Headers/footers mod installed on your forum. Otherwise, the online color list, is built in, meaning you won't need a mod to color your name.