[TYPO3-english] Does "doNotLinkIt" work for sitemap with abstracts?
Moritz Masurek
mail at mm80.de
Wed Sep 19 01:44:11 CEST 2012
Hello everybody,
i am trying to integrate a sitemap with abstracts into a simple jquery
accordion (no extensions involved, just TS). The sitemap should just
display the page titles, after click on the titles i want to show the
abstract with a "read more..." link.
Everything is working fine except the page title text links in the
sitemap of course lead directly to the pages, so if someone clicks on
them, the abstract is not displayed first.
I tried deactivating the links with "doNotLinkIt=1", but whatever i
tried in the last couple of hours, nothing seems to work.
Can anybody help? This is my TS:
tt_content.menu.20.4>
tt_content.menu.20.4<tt_content.menu.20.1
tt_content.menu.20.4.wrap=|
tt_content.menu.20.4.1.NO{
doNotLinkIt=1
wrapItemAndSub=|
ATagBeforeWrap=0
stdWrap.htmlSpecialChars=0
stdWrap.cObject=COA
stdWrap.cObject{
100=TEXT
100{
field=nav_title
typolink.parameter.field=uid
wrap=<divclass="sitemapTitle">|</div>
doNotLinkIt=1
}
200=COA
200{
wrap=<divclass="sitemapAbstract">|</div>
10=TEXT
10{
field=abstract
}
20=TEXT
20{
value=read more
wrap=|
typolink.parameter.field=uid
}
}
}
}
Thanks,
Mo
More information about the TYPO3-english
mailing list