Is it possible to disable the wysiwyg editor on a per forum/namespace basis? I do not wish to do so for the entire site.
Thank you!
Is it possible to disable the wysiwyg editor on a per forum/namespace basis? I do not wish to do so for the entire site.
Thank you!
Unless there is a vBulletin setting I'm not aware of, I don't think it's possible at this time.
- lead developer for VaultWiki
Thank you
I added "or default_space" to the editor_wysiwyg_compatible plugin, this seems to do what I would like.
Now if I could only disable the smilie box, I would like more room to edit the wiki but keep it in the regular forums. Any ideas there?PHP Code:
if (
$choice == 2 AND
TEMPLATE_SPACE AND
$GLOBALS['vault']->fetch_instance('field') AND
$GLOBALS['vault']->field->fetch_namespaceid($GLOBALS['foruminfo']['forumid']) == TEMPLATE_SPACE OR
$GLOBALS['vault']->field->fetch_namespaceid($GLOBALS['foruminfo']['forumid']) == DEFAULT_SPACE
)
Why not just disable smilies completely in wiki forums? This can be done in the forum settings.
- lead developer for VaultWiki
Bookmarks