Log in

View Full Version : convert_url_to_bbcode


sabret00the
11-28-2005, 06:54 PM
how would i go about doing this for vb3.5.1

by doing this i mean what's the function changed too?

Guest190829
11-29-2005, 01:28 AM
It's still the same function AFAIK.


convert_url_to_bbcode (line 154)

Converts URLs in text to bbcode links
string convert_url_to_bbcode (string $messagetext)

* string $messagetext: message text

sabret00the
11-29-2005, 08:23 AM
It's still the same function AFAIK.

thanks :)