[TYPO3-english] vge_tagcloud and tt_news
Claudio Strizzolo
claudio.strizzolo at ts.nogarb.ageinfn.it
Tue Apr 21 14:11:07 CEST 2009
Hi all,
I am trying to use vge_tagcloud extension to index keywords from both
"tt_news" and "pages" table at the same time.
By looking at the documentation I wrote the TS setup below in the template
assigned to the page including the vge_tagcloud plugin, but something must
be wrong: the keywords assigned to the tt_news items are not displayed,
while the ones assigned to the pages are correct.
What am I missing?
Thanks in advance
Claudio
----------------------------------------------------------------------
plugin.tt_news.searchFieldList = keywords
plugin.tx_vgetagcloud_pi1 {
startPage.data = leveluid: 0
recursive = 255
splitChar = ,
references {
1 {
table = tt_news
fields = keywords
}
2 {
table = pages
fields = keywords
}
}
tagWrap {
typolink {
parameter.data = field:tag_link
additionalParams.dataWrap =
&tx_vgetagcloud_pi2[pages]={field:tag_pages}&tx_vgetagcloud_pi2[keyword]=
{field:tag_keyword}
additionalParams.data = field:tag_keyword
additionalParams.wrap = &tx_ttnews[swords]=|
useCashHache = 1
}
}
}
More information about the TYPO3-english
mailing list