The Joomla! Extensions Directory ™


Article By Dates Module

A simple module to display the list of articles based on dates. Choose the category ids and get the list of article titles group by date. It is also flexible to have custom CSS for the date display. Also it has the following features.

1. Custom CSS
2. PHP Date formats
3. It adjusts with default template Menu style

For any issues, please contact support@jeema.net

Report

2011-09-28
Reviews: 12
Simply and amazing, it was I was looking for at months! Strongly recommended!
2011-03-21
Reviews: 3
I found this module and I really thought it did what I needed. But then there was a problem. The site is in Dutch, but whatever I try the months stay in English. I contacted the author about it, but received absolutely no respons.
2010-01-02
Reviews: 1
This is a very good module. It only had a small issue: it does not follows article publishing dates.

I have fixed the problem myself very easily. Here is how.

1. Edit the file /modules/mod_articlebydates/helper.php

2. Go to line 22 and replace this:
$query .= " and state = 1 and ca.id=cn.catid ";

by this:
$query .= " and state = 1 and ca.id=cn.catid and publish_up = NOW()) ";

It should work beautifully!
Owner's reply

Hi, thanks for your rating and also the code to fix the problem. I included in the fix in my next version v102

2009-11-02
Reviews: 1
I had set one article finish publishing on Oct 31th, but this module still show its title after Nov 1st. while I click this title on front-end, it show 404 error!
2009-09-11
Reviews: 4
This plug-in is very good if you want to display a list of articles sorted by date. It does almost everything I need, it gives me the articles by date with the article name.
I would like although it to select all the articles by month and display them underneath and then show article name and date.
2009-07-10
Reviews: 4
I was looking for a listing of articles by 'date created'. This one does the trick, and after an email to the author he provided me with an update in which I was able to sort by date. The only drawback it has now is that the dates displayed deviate one day from the dates created in the articles.