Quote:
Originally Posted by DiesellMinded
PHP Code:
if (is_array($globaltemplates) AND THIS_SCRIPT == 'SHOWTHREAD')
{
$globaltemplates = array_merge($globaltemplates, array('editor_smiliebox'));
}
Is that correct ?
|
Thats correct if the editor is showing up uncached on the showthread page. If its showing up unchached on the private message pages you'll need to change SHOWTHREAD to whatever the name of the private message script is (i forget it or i'd tell ya