What does that code (by djohn) change? What is the benifit of changing it?
Also, in the instructions it says: Replace with:
Code:
return "<a href=\"http://www.yourwebsite.com/links.php?url=$rightlink\" target=\"_blank\">$text</a>";
Shouldn't that read?:
Replace with:
Code:
return "<a href=\"http://www.yourwebsite.com/forums/links.php?url=$rightlink\" target=\"_blank\">$text</a>";