[TYPO3] HMENU and entryLevel with multiple trees (top menu /left menu)

James Corell jcorell at e-p-c-s.com
Fri May 11 22:50:43 CEST 2007


Oh, duh! .special=directory works great when you put the second TMENU in. I
think I might actually use directory menus exclusively from now on. I can't
believe I've been struggling with this for a week.

Code snippet follows:

THIS_SITE.menuLeft = HMENU
THIS_SITE.menuLeft.special = directory
THIS_SITE.menuLeft.special.value = 395	# start of page tree
THIS_SITE.menuLeft.1 = TMENU
THIS_SITE.menuLeft.1 {
    wrap = <div>Left Menu Title<br>|</div>
    NO {
      stdWrap.cObject = COA
      stdWrap.cObject {
        10 = TEXT
        10.field = title
        wrap = |<br>
      }
    }
  }
THIS_SITE.menuLeft.2 = TMENU
THIS_SITE.menuLeft.2 {
    NO {
      stdWrap.cObject = COA
      stdWrap.cObject {
        10 = TEXT
        10.field = title
        wrap = |<br>
      }
    }
  }

-------------------------
James Corell
EPCS, 111 W. Mitchell St. Suite E, Gaylord, MI 49735
DSL for Businesses - Websites That Work!
jcorell at e-p-c-s.com www.e-p-c-s.com
989-732-1366 (fax 989-732-0893)



-----Original Message-----
From: typo3-english-bounces at lists.netfielders.de
[mailto:typo3-english-bounces at lists.netfielders.de]On Behalf Of
Christopher Torgalson
Sent: Friday, May 11, 2007 4:30 PM
To: TYPO3 English
Subject: Re: [TYPO3] HMENU and entryLevel with multiple trees (top menu
/left menu)


On 5/11/07, James Corell <jcorell at e-p-c-s.com> wrote:
> As I noted in my original post, I've already been all over .special. I am
> using .excludeUidList in my makshift attempt at producing split-tree
menus.
> So far, the documentation has NOT been my friend.
>
> Again: I would like to be able to specify a start-point for a menu and
have
> it cascade from there (by PID, not level). Anyone else?


If you've 'been all over .special,' what happened when you used
".special = directory"?


--
Christopher Torgalson
http://www.typo3apprentice.com/
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list