PDA


View Full Version : Smilies not clickable.


REVHEAD
02-04-2008, 12:12 AM
Hi guys

another wall I have hit, I can access my smilies in the post box, but when I click show more smilies the 200 odd I have show up but are unclickable, any ideas?

This is all within vbadvanced.

Brian
02-04-2008, 11:22 AM
Thank you for pointing this out. If you will go to your Plugin Manager in the Admin CP, find the 'vBa CMPS - Open Smilie Window in Admin CP Redirect' plugin, and replace the 'Plugin PHP Code' with this, that should take care of the problem.

if ($_REQUEST['do'] == 'getsmilies')
{
exec_header_redirect($vbulletin->options['bburl'] . '/misc.php?do=getsmilies&editorid=' . $_REQUEST['editorid'] . '&wysiwyg=' . intval($_REQUEST['wysiwyg']) . '&getsmilies=' . intval($_REQUEST['getsmilies']));
}

REVHEAD
02-04-2008, 03:05 PM
that fixed it thanks.