[TYPO3-english] HMENU including external URLs
Bjoern Pedersen
bjoern.pedersen at frm2.tum.de
Wed Oct 13 10:45:11 CEST 2010
Am 13.10.2010 10:36, schrieb Claudio Strizzolo:
> Hi all,
> I am trying to set up an HMENU object including both a list of some
> internal pages AND external URLs,
> I tried by using the special.value option as listed below, but it does not
> work.
> Any hints?
> In case, even a menu including only external URLs might help.
> Thanks in advance,
>
> Claudio
>
> =============================================================
> 5=HMENU
> 5 {
> special=list
> special.value=http://www.example.com/,40,70,80
> 1 = TMENU
> 1 {
> expAll=0
> noBlur=1
> NO < topmenu1_NO
> NO.stdWrap.field = subtitle//navtitle//title
> NO.allWrap=<li class="first">|</li> |*| <li>|</li> |*| <li>|</li>
> CUR < topmenu1_CUR
> CUR.stdWrap.field = subtitle//navtitle//title
> CUR.allWrap=<li class="first">|</li> |*| <li>|</li> |*| <li>|</li>
> }
> }
We normally do that with a sysfolder/no in menu page where we have the
wanted pages as shortcuts to either external or internal pages
so:
HMENU.special=directory
and in page tree:
sysfolder+
+ page1 (shortcut to internal page)
+ page2 (shortcut to external page)
Björn
More information about the TYPO3-english
mailing list