[TYPO3] Disable RTE for FE-Users?

Oliver Schröder typo3 at schroederbros.de
Sat Dec 2 10:22:32 CET 2006


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