Why you don't use the url-bb-code?
It works in shoutbox if you have enabled it in administration.
the auto make urls clickable thing should work with this:
/shoutbox_panel/shoutbox_panel.php
around Line 197:
Codeecho "<div class='shoutbox' style='clear:left;'>".sbwrap(parseubb(parsesmileys($data['shout_message']), "b|i|u|url|color"))."</div>\n";
change to:
Codeecho "<div class='shoutbox' style='clear:left;'>".sbwrap(parseubb(parsesmileys($data['shout_message'])))."</div>\n";
Try it and tell me if it works ;)
|