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

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 797 guests and 49 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.
DOCMan Plugins Show All Developer's Extensions
Docman Category Module ModulemoduleExtension Specific Pluginextension specific plugin
Rating
Developer:Josh Prakash Version:1.0 (Updated 103 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.0
Views: 9,110 License:GPLv2.0
Favoured:
4
Type:Non-Commercial
Date Added:Aug 15, 2007
DownloadHomepageDemoDocumentationSupportWrite ReviewRecommend
This module is more like a visiblity of the categories of documents/files you have in your docman plug in.
Also displayed is the count of the documents available with the category name. The number of categories to be displayed could be managed by the administrator.

Report this listing


Does what it says...sort of by wsecomp, January 3, 2008
It's a simple category lister...it lists ALL categories, including sub-cats (but doesn't say if something is a sub-cat or not, which is what the prev poster was trying to say). it runs a simple query against the Categories table for the DOCman entries. If this is what you want, then you have a 100% working module. If not then...

The 'count' parameter doesn't work...and most people probably wouldn't want it to. It defaults to '7'. I changed it to '1' as well as '0', and it still listed everything. Not a problem for my intended use. :)

The number of items listed in the categories are ONLY in that category, NOT cat + sub-cat. Kind of a bummer, and I'm still too new to PHP to figure it out.

HOWEVER...

To change this to a menu module (or to list only the main categories):
1) Remove the 'count' parameter from the XML file and the $count line from the PHP file
2) Look for the following line:
. "\n AND section = 'com_docman'"
And add the following line after it:
. "\n AND parent_id = '0'"

A 30 second fix/upload and you've got yourself a menu for DOCman!


Tree by dannette, October 30, 2007
This module does the job bringing up the categories but it would be more helpful if it brought them up in a tree. I have many subcategories with the same names under higher categories and it just lists all the categories so you don't know which one you are getting when you click on the link.


Owner's reply:
A new tree module, has been released which would solve the category/subcategory hierarchy issues.

http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,4077/Itemid,35/

FireFox 2.0 on Mac bug by cubefree, September 28, 2007
I was hoping this module would essentially produce a menu from my DocMan categories. It will only list the docs in a particular category. Somewhat useful I suppose.

What was really odd, is after publishing the module. Suddenly FireFox was asking me was to do with my index.php page, that's right the HOME page?! When it does not know what to do with a file, the browser will ask you to Save it or Open it. A PHP file??

I published it to the left module position, so nothing weird about my setup. This proved not very useful out of the box.


Owner's reply:
In first place, the module lists the docman categories and not the documents.

The module is not tested with Mac.So I cannot reply exactly what could be the issue there.Many hundreds of websites uses the module across many platforms. Thanks for the review anyways.