PDA

View Full Version : Option for users: dont show smilies as images


MarkG
08-21-2001, 05:55 AM
how about an option similar to the "Show user's signatures in their posts?" which will disable smilies not just on the users posts but on all posts(previous and new ones)

RobAC
08-21-2001, 01:57 PM
I've had a couple requests from members for this option as well.

Martin CX
01-16-2003, 04:47 PM
Me too. Anybody?

Xenon
01-16-2003, 05:06 PM
Hmm, create a new profilefield and describe when they enter a "no" into it it won't show any smilies anymore

then open admin/funcitons.php

find:
function bbcodeparse2($bbcode,$dohtml,$dobbimagecode,$dosmi lies,$dobbcode)
{ // parses text for vB code, smilies and censoring

global $DB_site,$wordwrap,$allowdynimg, $bbuserinfo;

below add:
if(trim($bbuserinfo[fieldX])=='no') $dosmilies=0;

should be all :)

Martin CX
01-16-2003, 07:04 PM
It seems to work perfectly. Thanks! :)

Xenon
01-16-2003, 07:15 PM
you're welcome :)