[Typo3] Multi-level permissions on new pages

Sebastian Kurfuerst sebastian at garbage-group.de
Wed Sep 7 21:55:30 CEST 2005


Hi Jan,
if you want to limit the maximum of subpage levels, you might check out 
the TCEMain class because process_datamap is used for creating new 
pages. There are some hooks in this class (class.t3lib_tcemain.php), 
function process_datamap, which you could use to do some checking if the 
user is still allowed to insert subpages. I dunno if this is the 
solution you wanted, but it might be worth a try.

Greets,
Sebastian



More information about the TYPO3-english mailing list