|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
I have a very specific need due to the client I work with... I'll do my
best at explaining what I need to implement. Here is my Typo3 page tree: + Web Site - Home + Data (Shortcut page to first subpage - non-clickable) - 2006, 2007 - 2005, 2006 - 2004, 2007 - Links + Staff (Shortcut page to first subpage - clickable) - About Us - Contact - Resources The way I have my menus set up, they are working as you would expect... If a user clicks on Data or Staff the corresponding subpages are shown. No problems there. My issue is that my client wants the Data section to always be expanded no matter what page the visitor is on. This could easily be solved using expAll, however my client does not want the Staff section to be expanded unless it is clicked on, and they are very strict on this - they will not change their minds on it. Since the pages are on the same level of the page tree, is there a way that I can set certain pages to always be in the ACT state (thus showing them as expanded)? I really need some help with this one... I have consulted the TSRef, etc. and haven't found anything that could help me out other than possibly writing a custom function to do this for me. It would be GREAT if a page had a setting in the backend where you could specify whether or not it is to always show as expanded in the backend... (**sigh**) All of my menus are TMENUs with <ul> and <li> wraps, with sub-menus using nested <ul>'s inside of their parent <li>'s... Any / All help would be greatly appreciated!!! Thanks in advanced! Tim Patterson _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#2
|
|||
|
|||
|
Hi,
> It would be GREAT if a page had a setting in the backend where you > could > specify whether or not it is to always show as expanded in the > backend... (**sigh**) Try the alwaysActivePIDlist property of the HMENU. It should be what you need. HTH François Suter -- Cobweb Development Sàrl www.cobweb.ch Rue Eugène-Marziano 15, CH-1227 Les Acacias (Geneva - Switzerland) T: +41 22 880 00 93, F: +41 22 880 00 94, E: support (AT) cobweb (DOT) ch web solutions for professionnal requirements _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#3
|
|||
|
|||
|
Ok, that works if I put it into my main template that gets included on
every page. Now I have a noobie question... Is it possible to use the alwaysActivePIDlist in a page TS as compared to my template's TS and still have the rest of the menu rendered in the template TS? Francois Suter wrote: > Hi, > >> It would be GREAT if a page had a setting in the backend where you could >> specify whether or not it is to always show as expanded in the >> backend... (**sigh**) > > Try the alwaysActivePIDlist property of the HMENU. It should be what you > need. > > HTH > > François Suter > _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#4
|
|||
|
|||
|
Hi,
> Now I have a noobie question... Is it possible to use the > alwaysActivePIDlist in a page TS as compared to my template's TS and > still have the rest of the menu rendered in the template TS? You should be able to achieve that by adding a condition using PIDinRootline. That way, the alwaysActivePIDlist property can be activated only in some branches of your page tree. HTH François Suter -- Cobweb Development Sàrl www.cobweb.ch Rue Eugène-Marziano 15, CH-1227 Les Acacias (Geneva - Switzerland) T: +41 22 880 00 93, F: +41 22 880 00 94, E: support (AT) cobweb (DOT) ch web solutions for professionnal requirements _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3] TMenu depth | Brian | typo3-english@lists.netfielders.de | 1 | 04.09.2007 18:13 |
| [TYPO3] TMENU - gifbuilder | Patrik | typo3-english@lists.netfielders.de | 1 | 01.08.2007 16:46 |
| [TYPO3] userfunc in TMENU | Fabian Seltmann | typo3-english@lists.netfielders.de | 1 | 25.07.2007 12:28 |
| [TYPO3] TMENU | Bas van der Togt | typo3-english@lists.netfielders.de | 8 | 24.01.2007 21:03 |
| [TYPO3] insert tmenu into other tmenu | Patrick Pirrotte | typo3-english@lists.netfielders.de | 2 | 21.12.2006 10:50 |