StartTypo33D-GraphicAustraliaProjectsPrivate




Typo3 » Tutorials » Backend » Modifying the RTE Toolbar

Modifying the RTE Toolbar

Author: Oliver Hofmann

 

The RTE Toolbar can be a very useful tool in order to update content conveniently. But using the RTE toolbar can also lead to some problems. For instance the editors choose various fonts or font colors which simply destroys the Corporate Design. Preventing this, the little tutorial here should help you to modify the RTE toolbar.

 

TS Config

Editing the user according toolbar choose "User Administration" from TOOLS in the module list (here: "Benutzer Administration")

 

 

Next click on the editing pencile in order to get to the user’ profile. Select the "TS" symbol in the field "TSconfig" to get the properties of TypoScript.

 

 

By clicking "OPTIONS" you will find "RTEkeyList" in the PROPERTIES section including a short description on the right.

 

 

From this description you can copy (Ctrl + C) easily the toolbar options.

 

 

cut,copy,paste,formatblock,fontstyle,fontsize,bold,italic,

underline,left,center,right,orderedlist,unorderedlist,

outdent,indent,line,link,table,image,textcolor,chMode

 

Go back to the Tsconfig and paste (Ctrl + V) the options right after "options.RTEkeyList=" in the field "TSconfig" field.

 

 

Make sure afterwards there are no spacings between the tags!

 

Now the elements of the RTE Toolbar can be selected for each usergroup for instance. Finally SAVE the RTE Toolbar settings. That’s it!

 

If you have further questions to this tutorial, please ask them in the forum.