[TYPO3] Looking for Typoscript guru trick

Christopher Torgalson bedlamhotel at gmail.com
Mon Jan 21 12:26:58 CET 2008


HI,

On Jan 21, 2008 12:15 PM, Martin Bless <m.bless at gmx.de> wrote:
> This is what I would like to have:
>
> 10 = HMENU
> 10 {
>         special = list
>         special.value = DB:tt_content:17:pages
>         ...
> }
>
> Unfortunately there is only a plain
>         $value = $this->conf['special.']['value'];
> in class.tslib_menu.php.
>
> Q:
> Any TS guru trick possible?
>
> Have a nice day,


If you check the relevant TSref page, you'll see that HMENU's
'special.value' has stdWrap properties. Therefore, you should be able
to use this:

special.value.data = DB:tt_content:17:pages

-- 
Christopher Torgalson
http://www.typo3apprentice.com/


More information about the TYPO3-english mailing list