[TYPO3-UG Dutch] Samenvoegen van tabjes in de backend

cimon | Nitin Sewtahalsing nitin at cimon.nl
Thu Aug 5 10:20:44 CEST 2010


Dat dacht ik dus ook en had dat al eerder geprobeerd, maar dat werkt niet :S

Met vriendelijke groet,
Nitin Sewtahalsing


-----Oorspronkelijk bericht-----
Van: typo3-ug-dutch-bounces at lists.typo3.org
[mailto:typo3-ug-dutch-bounces at lists.typo3.org] Namens Arjen Hoekema
Verzonden: donderdag 5 augustus 2010 9:41
Aan: typo3-ug-dutch at lists.typo3.org
Onderwerp: Re: [TYPO3-UG Dutch] Samenvoegen van tabjes in de backend

Volgens mij kan dat niet via User TS Config worden ingesteld. Je zou een
conditie om de toevoeging aan "extTables.php" kunnen zetten die checkt of de
huidige Backend User admin is.

if (TYPO3_MODE == 'BE' && isset($GLOBALS['BE_USER']) &&
!$GLOBALS['BE_USER']->user['admin']) {
	$GLOBALS['TCA']['pages']['ctrl']['dividers2tabs'] = false; }

In dit voorbeeld worden de tabs uitgeschakeld voor alle "niet admin" 
gebruikers.

Met vriendelijke groet,

Arjen Hoekema
_______________________________________________
TYPO3-UG-Dutch mailing list
TYPO3-UG-Dutch at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-ug-dutch



More information about the TYPO3-UG-Dutch mailing list