fader_news template
If you wanna link it should look like this (an example of fader_news template with custom values):
Code:
prefix="$bburl/";
arNews = [
"Visit Yahoo,","http://www.yahoo.com",
"What's new on Blizzard","http://www.blizzard.com",
"Last line","http://www.google.com"
]
Be sure you
didn't add comma at the end of the last line. This is very important. With the comma at the end News Fader won't work correctly.
Let's take a look at the values we have in our example:
"Visit Yahoo,","http://www.yahoo.com",
Visit Yahoo - a text which will be displayed when "fading". If this text is followed by hyperlink it'll the be changed to link so that the link will look like this:
Visit Yahoo
I hope I made it clear.
Last word: As soon as the hack(s) is(are) rewritten other versions than vBulletin 2.0 Final won't be supported.