Quote:
Originally Posted by starman™
I'd pretty much like to remove every toolbar from the comments editor of the CMS and keep it very, very basic, like most of the big newspaper sites. Anybody happy to share or do I need to get my wallet out?
|
Create a plugin using hook editor_toolbar_set and this code:
Code:
if (THIS_SCRIPT=='vbcms' AND $this->editor_type == 'qr')
{
$this->config['toolbar'] = array(array());
$toolbartype = 0;
}
ETA: And something else I didn't even know about until Lynne just posted it - there's an option to turn off the toolbars, but I think it only works for all the "quick reply" editors (and not just cms): AdminCP > Settings > Options > Message Posting Interface Options > Enable Clickable Message Formatting Controls