Thread: links
View Single Post
Old 03-05-2003, 12:49 PM   #6 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,490
sde is on a distinguished road
editing the parsing part of the bbcodeparse() function did not work, .. however i just added a simple line of code at the end of the function to do the same thing:
PHP Code:
$bbcode=str_replace("<a href","<a class=post href",$bbcode); 
w00t .. there's your red links joe =)
sde is offline   Reply With Quote