PDA

View Full Version : Parsing Out Smilies


Boofo
01-02-2003, 01:43 PM
Can anyone please tell me how I can use the following line and be able to parse out the smiles and images and only show the code for the smilies instead of a broken link?

$message[message]=pmcodeparse($message[message],0,$allowsmilies);

Xenon
01-02-2003, 02:02 PM
$message[message]=pmcodeparse($message[message],0,0);

should do it

Boofo
01-02-2003, 02:12 PM
That didn't work. I still get the broken links for the smilies. What is happening is that code is run before I make an html backup of my private messages.