PDA

View Full Version : Disable Smilies


dai-kun
05-16-2011, 01:59 AM
Hi, I used the plugin:

if ($vbulletin->userinfo['field9'] == 'Yes')
{
$vbulletin->templatecache['headinclude'] .= '<style type=\"text/css\">img[src^=\"http://domain.com/forum/images/smilies/hiddensmiles\"] {display: none ! important;}</style>';
}

for vb 3.8 and now it doesn't work with vb4.0. Can anyone help me get it to work? thanks!