Support Joomla!
Search: Advanced Search
Serving 3353 extensions to the community. Last updated today.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 768 guests and 47 members online
Joomla! Extensions Directory feed - RSS 0.91

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


Are you seeing blanks over some extensions' compatibility, license and type field? Head over to JED forum to learn why.
ajmudrak Extensions(0) | Reviews(1) | Favourites(0)
Header Image Module
 Works nicely, April 26, 2007

Header Image Module It does what it is supposed to do. My plans were to simply have an image show for a particular category, and this was easily achieved by naming image files according to the category ID. It seems even more useful than I planned, being able to assign images to authors, sections, articles, etc. as well.

One suggestion to the author. I found a problem where the option for "Use default file option=no" doesn't work properly, and tries to show the default image anyway. Adding the following to line 334 of mhi_classes.inc (should be the first line in the switch on $mode case for 'default' in selectContextImage), and an end-if bracket at the end of the case, will fix the issue:

if ( $this->params->Default->Use!='0' ) {

}