Die TYPO3 Mailingliste - nicht fragen: lesen!
This is a discussion on [TYPO3] Global HMENU configuration? within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hy; Is there some way to affect the HMENU globally through TS? I need to excludeUidList some entries of the ...
|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Hy;
Is there some way to affect the HMENU globally through TS? I need to excludeUidList some entries of the page-tree for all generators, based on a dynamic property. I digged the code, and it seems not, maybe I oversaw something. Thanks Niels _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#2
|
|||
|
|||
|
> Is there some way to affect the HMENU globally through TS?
I actually would prefer to make HMENU.excludeUidList = USER_INT HMENU.excludeUidList.user_func = calculatePageUidState Alternatively I wish there would be a user_func in the same legue as the 'hidden' field. _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#3
|
|||
|
|||
|
Hi Niels,
> Is there some way to affect the HMENU globally through TS? I need to > excludeUidList some entries of the page-tree for all generators, based > on a dynamic property. What about something like that: myGlobalHMENU = HMENU myGlobalHMENU.excludeUidList = 1,2,3,4 and then page.10 < myGlobalHMENU page.10 { # whatever } lib.breadcrumb < myGlobalHMENU lib.breadcrumb { # whatever } .... HTH -- Xavier Perseguers http://xavier.perseguers.ch/en _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#4
|
|||
|
|||
|
Hy Xavier;
>> Is there some way to affect the HMENU globally through TS? I need to >> excludeUidList some entries of the page-tree for all generators, based >> on a dynamic property. >> > > What about something like that: > > myGlobalHMENU = HMENU > myGlobalHMENU.excludeUidList = 1,2,3,4 > Thanks for the answer, but maybe I didn't explained it well enough; I need to affect all HMENUs that are whereever in the Typo3-system to exclude specific Uids which are calculated dynamically by analyzing a dynamic state. I restrict myself to HMENUs in the moment, even though a function to affect _any_ component of Typo3 this way would be even more convenient (which means I need the ability to hide pages based on a dynamic state, not a static state like the 'hide'-field or fe_user logged in). To get the crown I would like to have the same ability for tt_content too. I digged the code and didn't find anything, which doesn't mean it doesn't exist. Thanks Niels _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3] Local and global ext. | Nino Katic | typo3-english@lists.netfielders.de | 0 | 20.11.2007 16:18 |
| [TYPO3-dev] Global Variable/Constants | Al Chuck | typo3-dev@lists.netfielders.de | 0 | 27.03.2007 03:08 |
| [TYPO3-dev] TR: Global Constant | Alban Cousinié | typo3-dev@lists.netfielders.de | 0 | 22.03.2007 12:18 |
| [TYPO3-dev] Global Constant | Al Chuck | typo3-dev@lists.netfielders.de | 1 | 22.03.2007 09:18 |
| [TYPO3] global php variable | a owen | typo3-english@lists.netfielders.de | 4 | 01.03.2007 22:36 |