This module shows collapsed and animated expandable list of articles by years and months.
This module shows collapsed and animated expandable list of articles by years and months.
1.0.0. Initial release.
2.0.0. 16 April 2014. Joomla 2.5 support has been ended. Group, expand, length parameters has been added. One bug has been removed. DOM and JS has been improved.
2.1.0. 10 April 2017. Joomla Update System support support. Module internal name was changed.
2.1.1. 23 May 2017. A bug at CSS file name was fixed.
Customization: CSS file saved in "modules/mod_jextbox_article_history/css/style.css" path. You can see CSS class name and DOM structure of this module from below example code.
<div class="jextbox-article-history"> <p class="jextbox-article-history-heading"><a href="#">2014 (1)</a></p> <div class="jextbox-article-history-content jextbox-article-history-content-expand"> <ul> <li> <a href="link-to-article" title="Long Title">Title (shortened) ..</a> </li> </ul> </div> <p class="jextbox-article-history-heading"><a href="#">2013 (1)</a></p> <div class="jextbox-article-history-content"> <ul> <li> <a href="link-to-article" title="Short Title">Short Title</a> </li> </ul> </div> </div>
Configuration:
Front-End: