Content Categories 
Version
1.0.3/1.5.1 (last update on Aug 14, 2008)
Rating
Compatibility
Votes
19
Favoured
18
License
GPL
Non-Commercial
Type
Views
39275
Date Added
27 July 2006
Category name links to content item table of particular category. Category description and number of content item may be shown.
bymarlou30 on January 6, 2009
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...
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...
byfjbotto on December 20, 2008
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
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
bymgriffin on December 19, 2008
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!
Please add an option to output a list to make it perfect!
bymcerrickdotcom on 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!
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!
bysweetbrett on 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.
byLaurenca on 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!
bywimder on July 30, 2008
The update to joomla 1.5 native is great. The SEF urls and pathway are working excelent now. Nice job!
byrexkramer on 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!!!
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!!!
bybaijianpeng on 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.
This simple module did it.
Thanks to the author.
byRobiW on 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.
Limited options for controlling how output is displayed with only category table display supported but otherwise good and something that is needed.
byharrstar on June 24, 2007
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.
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.
byclab on 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
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




