hey trapsters... firstly: long time no post however just because i am no longer Xisto hosted (for your information, i am now a happy customer of Xisto - Web Hosting ), i still hang around the forums often... now to my problem: i understand only the basis of php, and after installing the 'wordspew' plugin for wordpress, i have a small php problem. the wordspew plugin automatically converts http, ftp, https or ftps text in a shout to a link, however it does not seem to convert www. links, which i find weird. the line that converts links is:
$r->text = preg_replace("`(http|ftp)+(s)?:(//)((\w|\.|\-|_)+)(/)?(\S+)?`i", "<a href=\"\\\" title=\"\\\"$target>» $theLink «</a>", $r->text);
all variables have been declared - although a php noob, i believe only the part before '<a href' must be edited, since that is the filter... could someone please change the code to include 'www' links as well? thanks for your help.