Thanks Steve
[S]Could you clarify by what you mean by "Make sure you have this code in the area where your template containing the editor is to be called" as my editor isn't loading - the smilies etc.. are but there is just a blank space where the editor should be.
Thanks[/S]
EDIT: Fixed
Code:
// get special data templates from the datastore
$specialtemplates = array('smiliecache','bbcodecache');
// pre-cache templates used by all actions
$globaltemplates = array('yourtemplatename');
define('GET_EDIT_TEMPLATES', true);
// pre-cache templates used by specific actions
$actiontemplates = array();
must be below
Code:
require_once('./includes/functions_user.php');
require_once('./includes/functions_editor.php');
require_once('./includes/functions_bigthree.php');
The example template I originally used to base all my files off has them the other way around so I suspect I won't be the only one.
EDIT2:
Steve could you also advise about parsing the output of the new WYSIWYG? The old one had a special function I seem to remember but I can't find it.