Quote:
Originally Posted by MARCO1
You can use the Mod without editing the file but you will not have smiles in your box.
|
Just create a single plugin and use this code:
Code:
if ($editor_type == 'qr' OR $editor_type == 'qr_small')
{
$editor_type = 'fe';
}
Hook Location: editor_toolbar_switch
the quickreply will switch to full editor without any file/template change.
by the way you better cache the editor templates in your mod.