Hallo Liste,

ich habe ein kleines Problem mit dem Rendern einzelner Untermenüpunkte.

Ich möchte gerne bei allen Untermenüpunkten einer id per additionalParams den Link setzen. Alle anderen Untermenüs sollen die default URL bekommen, also index.php?is=SEITENID

- ebene1_1 (id 111)
--- ebene2_1 (eigener parameter)
--- ebene2_2 (eigener parameter)
--- ebene2_3 (eigener parameter)

-ebene1_2
--- ebene2_1
--- ebene2_2
--- ebene2_3

Mein Typoscript geht hin und überschreibt natürlich alle Untermenüs, egal welcher Überpunkt gesetzt ist.

Auszug aus dem ts
---
lib.mainMenu {
    special = directory
    special.value = {$mainMenu}
    1 = TMENU
    1 {
        NO {
            wrapItemAndSub = <li class="ersteEbene">|</li>
        }
    }
    2 = TMENU
    2 {
        NO {
            wrapItemAndSub = <li class="zweiteEbene">|</li>
            stdWrap.typolink.parameter = 111
stdWrap.typolink.additionalParams = &param1=1 || &param2=2 || &param3=3 || &param4=4
            additionalParams.if.value = 111
            additionalParams.if.equals = 111
        }
    }
}

---

Gruß Thomas Kühn
--
Schöne Grüße / Kind regards
Thomas Kühn
*bookatonce.com*
Webdesign & -development

*Visit us at the following trade fairs:*
ATM <http://www.arabiantravelmarket.com/>in Dubai | April 30 -- May 3, 2012 | | #UAE3433

wordpress-blue

protel hotelsoftware GmbH
Europaplatz 8
44269 Dortmund, Germany

T: +49 231 915 93 0
F: +49 231 915 93 999
www.protel.net <http://www.protel.net>

twitter <http://twitter.com/#%21/protel>facebook <http://www.facebook.com/protelhotelsoftware?sk=wall>youtube <http://www.youtube.com/user/protelhotelsoftware>flickr <http://www.protel.net/de/feed/?post_type=news>

______________________________________
Managing Directors:
Ingo Dignas | Jörg Hermann | Manfred Osthues
Amtsgericht Dortmund | HRB 11466
Ust.-ID DE 171 484 647

This email and any files transmitted with it are confidential and are only for the use of the person to whom they are addressed. If you are not the intended recipient you have received this email in error. Any use, dissemination, forwarding, printing, copying or dealing in any way whatsoever with this email is strictly prohibited. If you have received this email in error, please reply immediately by way of advice to us.

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an