I need to display tags for different languages where the tags have all been added in the same property, and I don't want to display any other tags then the ones which are actually being used for the nodes added in that language. Structure somewhat like this:
When opening up no/news.aspx I'd like to display a tag cloud which consists of only tag1, tag2 and tag3 while opening up en/news.aspx should list tag4, tag5 and tag6 in the cloud.
It's fairly easy getting the tags, but getting the weight is more of a problem if I haven't missed out on an extension in the package?
I was planning to use the ExsltSets.Distinct extension, but it only gave me an error (also reported here), so needed to use the Muenchian Method approach instead.
Rest of the code should be fairly similar to the standard tagcloud file included in the blog package etc.
Tags for multiple language site
I need to display tags for different languages where the tags have all been added in the same property, and I don't want to display any other tags then the ones which are actually being used for the nodes added in that language. Structure somewhat like this:
When opening up no/news.aspx I'd like to display a tag cloud which consists of only tag1, tag2 and tag3 while opening up en/news.aspx should list tag4, tag5 and tag6 in the cloud.
It's fairly easy getting the tags, but getting the weight is more of a problem if I haven't missed out on an extension in the package?
Any tips?
Looks like this got into the wrong group. Any way to move it?
This approach seems to work quite well.
I was planning to use the ExsltSets.Distinct extension, but it only gave me an error (also reported here), so needed to use the Muenchian Method approach instead.
Rest of the code should be fairly similar to the standard tagcloud file included in the blog package etc.
is working on a reply...