Die TYPO3 Mailingliste - nicht fragen: lesen!
This is a discussion on [TYPO3] prev/next navigation with dropdown menu for pages inbetween. within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hi. I have been trying to create a good navigation system for long articles with several chapters. My goal is ...
|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Hi.
I have been trying to create a good navigation system for long articles with several chapters. My goal is to achieve something like this: << Prev | Table of contents | Next >> Where table of content is a drop down menu. By using this code snippet I have created the Prev/next navigation: lib.prevnextnav = HMENU lib.prevnextnav { special = browse special { items = prev|next prev.fields.title = << Previous page next.fields.title = Next page >> } 1 = TMENU 1.NO { linkWrap = | | | *|| } } To make room for the drop down menu in between prev and next I am planing to map a separate menu for Prev and Next. That would make it possible to map a drop down menu in the middle. I have not been working that much with building menus and I am unsure where to start. I have been searching for code snippets but most of the findings is complex menus for site navigation. I am looking for something simple that includes the same pages as the HMENU above. That being only pages that are on the same level. Can anyone suggest a good place to be inspired? I have not worked that much with menus so something to start out with would be a big help. Or maybe someone have a code snippet that does the job. Thanks Morten _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#2
|
|||
|
|||
|
Hi Morten,
> My goal is to achieve something like this: > > << Prev | Table of contents | Next >> > > Where table of content is a drop down menu. have a look in TER for cag_pagebrowser. This will provide you the prev/next function. And in TS Setup you can overwrite plugin.tx_cagpagebrowser.30 (normaly the index part) with a normal HMENU with appropriate entryLevel that you can style / program as a dropdown menu. Regards, Jochen -- Connecta AG TYPO3 Development http://www.connecta.ag _______________________________________________ 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] <- Prev | Next -> Article Navigation and SEO | Morten Kjems | typo3-english@lists.netfielders.de | 2 | 29.05.2007 18:17 |
| [TYPO3] [Typo3] Prev/Next Navigation | Nathan Lounds | typo3-english@lists.netfielders.de | 2 | 09.05.2007 15:57 |
| Re: [TYPO3] Simple prev next menu | Nathan Lounds | typo3-english@lists.netfielders.de | 0 | 08.05.2007 21:35 |
| [TYPO3] How do I make a dropdown menu? | Brian Bendtsen | typo3-english@lists.netfielders.de | 7 | 11.03.2007 05:04 |
| [TYPO3] dropdown-menu appears under a swf-file | Camilla | typo3-english@lists.netfielders.de | 3 | 12.01.2007 17:05 |