[TYPO3-dev] Pls. Help! Multilanguage FE rendering ext. and FE-user language permissions.
Franz Holzinger
franz at fholzinger.com
Thu Jun 8 22:21:50 CEST 2006
Hello
>
> to develop a multilanguages FE rendering extension of mine (on the top
> of sr_feedit), I would like to understand how I may take in account that
> different FE-users may have different sets of language permissions.
>
> Is there any t3lib function which could be useful?
You can use the field
fe_group int(11) DEFAULT '0' NOT NULL
of your database table.
Extend your SQL queries to use the frontend user group of the logged in
user.
- Franz
More information about the TYPO3-dev
mailing list