- Credits
- 51,500
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"
}
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"
}