change the color of the name of a forum

Demon_Skeith

Administrator
Staff member
Administrator
Credits
51,500
Steal Penalty
You're Rich Money Bags Award
Profile Music
this code is to change the color of a forum. This is not my code

place at the bottom of the wrappers. (Footer area)

QUOTE



The Red is the color of the forum text and the Blue is the forums name and the Green X is the forum number



How to add more different colored links

Find:


QUOTE if (x[y].href.indexOf("showforum=X") != -1)
{
x[y].innerHTML = "Forum Name"
}

Add after it:


QUOTE if (x[y].href.indexOf("showforum=X2") != -1)
{
x[y].innerHTML = "Forum2 Name"
}
 
Back
Top