Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:$Context->StringManipulator->Formatters = array();
$Context->StringManipulator->GlobalFormatters = array();
$Context->Configuration['DEFAULT_FORMAT_TYPE'] = "Tinymce";
if ( $Context->Session->UserID > 0 && $Context->Session->User->Permission('PERMISSION_HTML_ALLOWED') ) {
//Make Tinymce formatter the only formatter available to post a new comment or to edit an old one
$Context->Configuration['DEFAULT_FORMAT_TYPE'] = 'Tinymce';
$Context->Session->User->DefaultFormatType = 'Tinymce';
$Context->Session->User->Preferences['ShowFormatSelector'] = 0;
}Posted: Friday, 6 April 2007 at 10:02AM
Posted: Saturday, 7 April 2007 at 8:28PM
Posted: Saturday, 7 April 2007 at 8:49PM
Posted: Sunday, 8 April 2007 at 1:36PM