Support Joomla!
Search: Advanced Search
Serving 3865 extensions to the community. Last updated on October 16.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 1471 guests and 73 members online

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.


Sections & Categories Show All Developer's Extensions
Content Categories Modulemodule
Rating
13 votes
Developer:BK Version:1.0.3/1.5.1 (Updated 60 days ago)
E-mail: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it Compatibility:Compatible with Joomla! 1.5 NativeCompatible with Joomla! 1.0
Views: 26,759 License:GPLv2.0
Favoured:
12
Type:Non-Commercial
Date Added:Jul 27, 2006
DownloadHomepageWrite ReviewRecommend
The Categories Module shows a list of content categories for a particular section or for current section (auto select).

Category name links to content item table of particular category. Category description and number of content item may be shown.

Report this listing


Good stuff!! by mcerrickdotcom, October 4, 2008
Just what the doctor ordered! Thanks for a great component.

High on my wish-list, though, would be some form of integration of the listing with user authorization. Currently, a user will see the number of articles listed in a certain categorie which may not correspond to the number of articles he/she is actually authorized to see.

Nonetheless, I've installed this on all my sites and used it with no problems at all.

Big Thanks!


not bad by sweetbrett, August 7, 2008
The only thing that doesn't work is the Module Class Suffix setting. If that is fixed, then this will be an excellent module.


Just What I Needed by Laurenca, July 31, 2008
This was a perfect solution for me. After not being able to design the core "Section Layout" to match my creative wishes. I decided to try this module and it does exactly what I need. Shows the category listing - with description - linking to a blog style layout all while keeping my menu items highlighted correctly. Important - because my pages are styled by menu id. Thanks so much!


Good update by wimder, July 30, 2008
1 of 1 people find this review helpful:
The update to joomla 1.5 native is great. The SEF urls and pathway are working excelent now. Nice job!


blogstyle Cat display – fills a real gap! by rexkramer, June 29, 2008
For anyone who blogs with joomla build-in features and is looking for a wordpress-style cat-module... comes very close to my needs!

wishlist:
Please add different view layouts to the links.
Is it possible to have options for the common joomla-views like table and blog. It is important to adjust the view parameters!

Joomla 1.5 native version possible?

TIA!!!


We really need it by baijianpeng, December 23, 2007
We really need a module to list all cagegories inside a section and show the number of how many articles it contains at the same time.

This simple module did it.

Thanks to the author.


Does what it says! by RobiW, July 20, 2007
Once the error is fixed it is easy to implement and does what it says.

Limited options for controlling how output is displayed with only category table display supported but otherwise good and something that is needed.


fix for the code error by harrstar, June 24, 2007
1 of 1 people find this review helpful:
I downloaded it, was at first disappointed about that simple error. Here is what fixed it for me :

The second last line of mod_categories.php shows :
HTML_content::showContentList( $section, $null, $access, $id, $null, $gid, $params, $null, $categories, $null, $null);
After checking in content.html.php I found out that there is a parameter missing. Just add " , $null" (without ") inside the bracket as last parameter to show this :
HTML_content::showContentList( $section, $null, $access, $id, $null, $gid, $params, $null, $categories, $null, $null, $null );
and it works.


Error with 1.0.12 by clab, May 23, 2007
I was interested by it's simplicity but it yet has to mature.
Installed on Joomla 1.0.12, it seems to be working but modules display polluted with an error message:
Warning: Missing argument 12 for showcontentlist() in /home/cafegraf/public_html/lab/components/com_content/content.html.php on line 54


Owner's reply:
fixed in new version