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

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 794 guests and 65 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.


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 Latest Downloads ModulemoduleExtension Specific Pluginextension specific plugin
Rating
7 votes
Developer:Joomlatools Version:1.4.0 (Updated 159 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 LegacyCompatible with Joomla! 1.0
Views: 6,782 License:GPLv2.0
Favoured:
4
Type:Non-Commercial
Date Added:Sep 1, 2007
DownloadHomepageDemoDocumentationSupportWrite ReviewRecommend
DOCman Latest Downloads
Shows the latest added documents.
(mod_docman_latestdown)

Report this listing


Error fix by stulic, April 20, 2008
This module (or rather the component) has a bug and will return a fatal error when the module is published in 1.4.0 RC2 and RC3 because the file: administrator/components/classes/DOCMAN_model.class.php is missing a necessary line of code.

Open the file and go to line 18, it begins with:

require_once($_DOCMAN->getPath('classes', 'utils'));

after this line add the following:

require_once($_DOCMAN->getPath('classes', 'token'));

The module itself does what it promises.


downloads count allways zero by Jheroen, October 15, 2007
This module should be good IF the amount of downloads should be correct.
On my site the amount allways stays zero no matter how many times downloaded.
Also the amount of files visible is not correct, when set to 3 i get 6


Owner's reply:
These issues are already fixed in SVN.

Nice and easy module by dhssmeister, September 18, 2007
2 of 2 people find this review helpful:
Very easy to install & use module. It's worth trying but still beta so it needs a little improvement.

Options:
- Number of files to display
- Show or hide icon (indicates filetype)
- Show or hide category

Bug:
- It shows the filenames twice

Contra:
- It hasn't got an option to break the line after a given number of characters, so it could look a little weird in your template.