The Joomla! Extensions Directory ™

parvus

Reviews(2)
 
Calendar Icon
This plugin only changes the display of the date, and I like the end result a lot. When I disable the plugin, my site looks plain and a lot less easy to read.
I can only hope someone will pick up this project and fix the xhtml compliance issues.

Besides that, there is a small error in the code, which will only occur when "date of last update" is used for the option "What to show". Since the Modified date is by default set to "0000-00-00 00:00:00", you need to pick up the creation date in case an article was never modified.

For this, change the lines on 215 through 219 in calendar_icon.php to:

/* var that gets calendar code and establish its position */ $data_artykulu = $row->created; if ( ( $this->_params->get('showing', '0') == '1' ) and ( $row->modified > $row->created ) ) { $data_artykulu = $row->modified; }
byparvus, January 3, 2009
Attachments for Joomla!
I'm using Attachments for - I think - about a year now. It was from the beginning a very important extension to get my site up & running.

This latest version (1.3.4) has been around for quite some time now, and it is stable and feature rich. There always remain features left to be implemented, but this version is more than sufficient for me.
No user, author nor editor on my site has had any problem using it; and even though usage is simple and intuitive enough, there is also an extended help file and a good forum to get you going.

I can recommend this extension to everyone, and I'm very happy to use it. Thanks a lot!