TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-english@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 03.10.2007, 21:14
Timothy Patterson
Gast
 
Beiträge: n/a
Standard [TYPO3] Need help with TMENU and expAll...

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 03.10.2007, 21:25
Francois Suter
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] Need help with TMENU and expAll...

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 03.10.2007, 21:49
Timothy Patterson
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] Need help with TMENU and expAll...

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 04.10.2007, 13:02
Francois Suter
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] Need help with TMENU and expAll...

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

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


Alle Zeitangaben in WEZ +1. Es ist jetzt 08:08 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75