![]() |
|
|||||||
| Article Publishing General Discussion Here we discuss current functionality of our article publishing package for Subrion CMS. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Junior Member
Join Date: Feb 2008
Posts: 20
![]() |
I was able to scale down the editor in eSyndicat, but now I am going to Subrion ver 1.1 with the publishing package and I need to remove all of the extras from the user editor. I want the Admins to be the only ones to have advanced controls, all other users will see just the very basic editor with no html or other advanced options.
Any help here? As a idea for a future version, I think this would be a good option in the admin panel, under Configuration> Publishing. Thanks!
__________________
Brad Learn or teach something new each day, or what's the point? |
|
|
|
|
|
#2 (permalink) |
|
Junior Member
Join Date: Feb 2008
Posts: 20
![]() |
I worked it out. If any needs to know how please see the following:
To add a basic editor for users and still keep all the editing options for the admin. 1. Go to the Subrion install folder: Example: public_html/sbr/js/fckeditor. Make a copy of fckeditor.js and name it “admin_fckeditor.js” 2. In the same folder go to the file "fckeditor.js" and find this line: Code:
ToolbarSet = toolbarSet || 'User' ;” Code:
ToolbarSet = toolbarSet || 'Basic' ;” Code:
<script type="text/javascript" src="../js/fckeditor/fckeditor.js"></script> Code:
<script type="text/javascript" src="../js/fckeditor/admin_fckeditor.js"></script>
__________________
Brad Learn or teach something new each day, or what's the point? Last edited by seemybiz; 05-24-2009 at 08:49 AM. Reason: Clarified |
|
|
|
![]() |
| Tags |
| editor, fckeditor, no html, options |
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reduce options in the members editor | webgomer | Subrion Core Discussion | 3 | 03-13-2008 02:43 AM |
| More Ratings Options | Bangkok Bob | Subrion Core Discussion | 7 | 10-19-2007 02:08 AM |