Quote:
Originally Posted by Jaxel
lots of uncached templates
Code:
Uncached templates: editor_clientscript (1)
Uncached templates: editor_css (1)
Uncached templates: editor_jsoptions_font (1)
Uncached templates: editor_jsoptions_size (1)
Uncached templates: showthread_quickreply (1)
|
You have to tell vBulletin that you're going to use the editor (before global.php is called):
PHP Code:
define('GET_EDIT_TEMPLATES', true);