Hello there
I just upgraded from 1.03 to 1.04 as I was getting some strange bugs appearing like the Blink Smiley turning into strange text and a few other odd items. Anyhow, I had included the script below in the smile.class.php file so when it came to adding this into the smile.class.php file for 1.04 I noticed some major changes to it, probably reduced to 30% or so of the original size and no place to insert the script.
Has anyone got any ideas where such an important and clever piece of script can now be inserted?
Thanks in advance for any and all help.
Cheers,
Neil
[code:1]
//youtube
$fb_message_txt = preg_replace("/[youtube](.*?)[/youtube]/si","",$fb_message_txt);
// Myvideo
$fb_message_txt = preg_replace("/[myvideo](.*?)[/myvideo]/si","",$fb_message_txt);
// Google Video
$fb_message_txt = preg_replace("/[google](.*?)[/google]/si","",$fb_message_txt);
// Clipfish
$fb_message_txt = preg_replace("/[clipfish](.*?)[/clipfish]/si","",$fb_message_txt);[/code:1]