Expand my Community achievements bar.

Customizing the social archive component

Avatar

Level 5

Hi,

    We have a requirement in which we need to customize the archive component in social/blog, so that number of blogs created in a particulat component is also displayed[for e.g. Oct 2009(4)]

The OOTB component has the following lines only

    <li>
        <h2><%= I18n.get(resourceBundle, "Archives") %></h2>
        <%= xssAPI.filterHTML(blog.getArchiveAsHTML(0, dateFormat, resourceBundle)) %>
    </li>

The categories component in geometrix blog page shows something similar to this. But again i could not find the code for it.

Can some one tell how to achieve my requirement?

0 Replies