[TYPO3-english] vge_tagcloud and tt_news

Claudio Strizzolo claudio.strizzolo at ts.nogarb.ageinfn.it
Wed Apr 22 13:56:04 CEST 2009


Hi,
sorry for bothering you again due to this problem.
As I wrote yesterday, I got the complete cloud with all the keywords 
included in both the pages and the tt_news just by changing the following 
line:

startPage.data = leveluid: 0

to

startPage.data = 34,280

So far so good.
Unfortunately, when I click on the tags in the cloud now, and jump to the 
results page which uses the pi2 plugin, I am warned that "No pages were 
found matching tag my-tag".
This did not happen until I changed the line above: until that moment the 
links worked correctly (that is: the results page contained the list of 
pages including the desired tag), but of course it worked only for pages, 
while the keywords assigned to the tt_news were not listed.
I've noticed that the URLs generated in the two cases for the same tag in 
the cloud are different. Before changing the line above, the URL was 
something like (RealURL is used, BTW):

http://mysite/tagcloud/tagcloud-results/article//my-tag.html?
tx_vgetagcloud_pi2[pages]=1243_1140&tx_vgetagcloud_pi2[keyword]=my-
tag&cHash=f3da58e0ea
 
Now, with the news collection, it is: 

http://mysite/tagcloud/tagcloud-results/article//my-tag.html?
tx_vgetagcloud_pi2[pages]=&tx_vgetagcloud_pi2[keyword]=my-
tag&cHash=f218ecfa45

In both cases, the tagwrap is

 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
     }
   }

Any hints?
Thanks in advance

Claudio


More information about the TYPO3-english mailing list