The Joomla! Extensions Directory ™


Content Categories Module

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

2010-07-21
Reviews: 4
The feature of automatic category selection based on navigation is a nice one but as #fjbotto mentioned below, empty categories are not shown up unless you manually edit mod's files.
2010-07-19
Reviews: 1
This module does exactly what it says. It's very easy and simple. We need something exactly like this made for categories>articles rather than just sections>categories. Is it out there?
2010-07-05
Reviews: 7
good work, but I will give 5 stars only if I can show all categories at once, this is very important option and I feel it is easy.
2009-10-15
Reviews: 1
It really works as say.
Very usefull.

Thanks
2009-01-06
Reviews: 1
This module is nice...it really works....Great..
it could be possible if we can have select an option for viewing only one category, displaying a category title and description of the category? and with a list of articles in a category?

Thanks a lot...
2008-12-20
Reviews: 2
Hi i 've recently downloaded this module, it is great, good job.
I was needing to list al cetegory items, even if they are empty, but the parameter Empty Categories in Section, doesn't work.

So to accomplish this i've made a little modification in helper.php line 155 and 161.

line 155: $empty = "\n HAVING numitems >= 0";
line 161: $empty_sec = "\n HAVING numitems >= 0";

as you can see i added the equal sign.

Thanks
Federico Botto
2008-12-19
Reviews: 5
The site I would like to use this extention for is table free, and as far as I can figure out there is no simple way to override the default layout as a table.

Please add an option to output a list to make it perfect!
2008-10-04
Reviews: 1
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!
2008-08-07
Reviews: 3
The only thing that doesn't work is the Module Class Suffix setting. If that is fixed, then this will be an excellent module.
2008-07-31
Reviews: 6
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!
1 of 1 people found this review helpful
2008-07-30
Reviews: 1
The update to joomla 1.5 native is great. The SEF urls and pathway are working excelent now. Nice job!
2008-06-29
Reviews: 14
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!!!
2007-07-20
Reviews: 3
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.
1 of 1 people found this review helpful
2007-06-24
Reviews: 1
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.
2007-05-23
Reviews: 1
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