PDA

View Full Version : Link BBCode


snunhuck
09-13-2008, 02:18 PM
Where can I edit the link BBCode?

I thought it might be in templates but I can't find it.

Thanks :)

Lynne
09-13-2008, 02:30 PM
Have you looked in the /includes folder? There are a few files in there with bbcode in the name that may be what you are looking for.

snunhuck
09-13-2008, 03:25 PM
I found this in includes in the class_bbcode.php file:


// standard URL hyperlink
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";


Does this look right?

Lynne
09-13-2008, 03:30 PM
If you have a test board, you can modify it and see if that is the correct code to modify to do whatever it is you are trying to do.