Dienstag, 15. Februar 2011, Christoph Ertl
Want to use the Umbraco Tag Cloud package with version 4.5 of Umbraco? Here is the solution for you. It's just a click away.
With version 4.5 Umbraco introduced a new internal node structure. The TagCloud package works with this structure and therefore has been invalidated.
If you are new to the Tag Cloud package then at first please read the original post introducing this package.
Working with the new XML schema
To support the new structure and all future versions a new method called RenderTagsX was introduced (RenderTags is still available !). There is only one difference to the RenderTags method. The second parameter is no longer an alias rather than it's an XPath Expression to the xml structure containing the Tags.
When working with the new structure you would again pass "categories" because it's now a child node.
Related Links