View Single Post

Old 03-12-2008   #2 (permalink)
Sergey Hmelevsky
Subrion Tech Support
 
Join Date: Apr 2007
Posts: 457
Sergey Hmelevsky is on a distinguished road
Default Re: Reduce options in the members editor

Open file templates/TPL_NAME/submit.tpl (TPL_NAME - template name, in your case MetallicGlare) find line
Code:
$Editor->ToolbarSet = 'Users';
and replace with next one
Code:
$Editor->ToolbarSet = 'Basic';
Furthermore, you can configure buttons in the file res/js/fckeditor/fckconfig.js, lines #98-122
__________________
With private requests send a ticket on http://www.subrion.com/desk/
Sergey Hmelevsky is offline   Reply With Quote