[TYPO3] Disable RTE for FE-Users?

Fabian König Fabian.Koenig at gmx.net
Mon Dec 4 15:07:47 CET 2006


Hi Oliver.
I have to add a BE-User to all FE-Users,
so they can get the BE-Group-Config.

But I don't want to give them a BE-Useraccount.
(With or without any BE-permissions: They should NEVER [!!!] get the 
possibility to access the Backend.)

I need the possibility to disable the RTE for FE-User.
(NOT BE-user in the frontend! Real FE-User!)

:( :( :(
help..


Oliver Schröder schrieb:
> Hi Fabian,
> 
> I do it this way:
> 
> Create a BE user group called no_rte and add TSconfig:
> 
> setup.default {
>   edit_RTE = 0
> }
> setup.override {
>   edit_RTE = 0
> }
> RTE.default.disabled = 1
> RTE.override.disabled = 1
> 
> Then add this group to all users that are not allowed to use RTE.
> 
> Cheers,
> Oliver
> 
> 
>> I want to disable the RTE for my Frontend-Users.
>> I use fe_newsedit to let my FE-Users create news-entrys, but they may 
>> NOT be able to use the RTE.
>> Now I need to disable it (or just disable the RTE-Buttons).
> 


More information about the TYPO3-english mailing list