[TYPO3] limit keywords hmenu to section of site
Nathan Lounds
loundsna at msu.edu
Fri May 26 16:21:12 CEST 2006
I found it.
Setting:
temp.keyword_page_list.special.entryLevel = 1
did the trick...though I didn't really expect it to.
> Subject: [TYPO3] limit keywords hmenu to section of site
>
> I'm using the Typoscript below to create a list of related articles
> based on
> keywords. It works fine except that I need it to pull pages only
from > the
> current section of the site and it is getting pages that match the >
keywords
> anywhere in the site. Does anyone know how I could limit the list
to > only
> pages within a certain section?
>
> ###########################################
> # List of pages with this pages keyword.
> temp.keyword_page_list = HMENU
> temp.keyword_page_list.special = keywords
> temp.keyword_page_list.special.value.field = pages
> temp.keyword_page_list.1 = TMENU
> temp.keyword_page_list.1 {
> wrap = <h3>Resources</h3><ul> | </ul>
> NO.allWrap = <li> | </li>
> NO.stdWrap.field = title
> NO.before = <p class="ra_title">
> NO.after.field = abstract
> NO.after.wrap = </p><p class="abstract">|</p>
> noBlur = 1
> htmlSpecialChars = 1
> }
> #------------------------------------------
>
>
> THANKS!!
> _____
> Nathan Lounds
More information about the TYPO3-english
mailing list