vielleicht gab es das schon mal hier, hab aber nichts gefunden.
das glossar a21 verlinkt bei mir auch die navigation und hyperlinks.
ich möchte aber das es nur im text verlinkt.
ich habe alles mögliche versucht zu excluden, aber er akzeptiert es einfach nicht.
zur zeit habe ich filgenden code im setup:
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12:
| config.tx_a21glossary { caseSensitiv = 1 excludeTags = h1, li, ul, a excludePages = {$a21glossary.glossaryPage} excludePages.{$a21glossary.glossaryPage} = acronym,abbr,dfn pidList = {$a21glossary.storagePage} ....[b] - ERROR:[/b] Line 11: Object Name String, "...." was not preceeded by any operator, =<>({;Line 11: The script is short of 2 end brace(s) - ERROR: Line 11: Object Name String, "....[b]" contains invalid character "[". Must be alphanumeric or one of: "_-.";Line 11: The script is short of 2 end brace(s) |
normalerweise steht bei exclude tags nur h1. die anderen habe ich hinzugefummelt um die navigation auszugrenzen. aber es klappt nicht.
hat jemand evtl. noch einen vorschlag, wie ich links bzw die navigation ausgrenzen kann?