[TYPO3-UG India] fe editing for web site users

Uwe Graber u.graber at gmx.de
Fri Jun 15 10:15:29 CEST 2007


Kuldev Singh schrieb:


> Hi all
> 
> I want to give fe editing permission to a group of web site users or fe 
> user to edit pages contents. I have also wrote this code in my main 
> template setup field.
> 
> [loginUser = *]
> [usergroup = 30]
> config.admPanel=1
> [end]
> [end]
> 

may you try it like this

[loginUser = *]
config.admPanel=1
[end]

[usergroup = 30]
config.admPanel=1
[end]

or

[loginUser = *][usergroup = 30]
config.admPanel=1
[end]


uwe


More information about the Typo3-ug-india mailing list