Solved
Blog tags and archives issues
Hi,
I'm having issues with the social blog components included in CQ and the classes used (namely com.adobe.cq.social.blog). I have a blog running as expected however I can't get either the Archives or Categories components to output anything when placed within the blog. I find this behaviour occurs within the geomatrix-outdoors blog as well but not the 2009 geomatrix blog.
I've managed to resolve my issue with the Archive component, but it's not elegant - by extending the component and then iterating over each 'period' and generating the HTML within the JSP, rather than what the component originally did which was use the getArchiveAsHTML() of the blog object.
I've now come to trying to use the same technique to resolve the Categories component issues and cannot get any tags out of the blog object whatsoever, getTagsAsHTML() of the blog object returns nothing and getTags() also returns an empty array.
I've seen this elsewhere as an issue suffered by others so I wanted to know, what am I doing wrong and is there anything I can do to resolve this?