Serving 3665 extensions to the community

Login or Register



DOCman RSS ComponentPluginExtension Specific Addon

DOCman RSS is a Joomla component which generates a valid RSS 2.0 feed of your DOCman downloads.

Features:

* NEW! Dynamic Feed. The feed is published automatically in your browser like you know it from the joomla feed. Depending on which category is shown in DOCman
* NEW! QR-Codes to import feed by cell-phone (e.g. Podcasts, ringtones)
* NEW! Enclosure support for Podcast or other applications
* Unlimited configurable feeds.
* Nearly all RSS 2.0 options can be configured.
* DOCman categories can be choosen comfortable from a list.
* Thumbnails can be shown.
* Feed in UTF-8 encoding
* Compatible parsing to Wordpress, Joomla 1.0.x, Joomla 1.5.x .... , etc (watch demos)
* Linktarget can be configured (direkt download or details)
* Valid RSS 2.0

Report

I searched for such a component a very long time! The dynamic feed feature is the BEST I have ever seen before! It is realised with a Joomla system plugin which is installed with the component. The feed is published in the head - just like you know it from the original Joomla feed.
If you don't like the dynamic feed you can switch it off and configure as many feeds as you want manually. After you have created a so called 'manual' feed you get a link to this feed - so you can implement it everywhere you want to.
Great component, thanks again!
Can be a good extension but categories doesn't show and the suggested PHP file to fix this issue doesn't exist in new version.
Owner's reply

Are you using the latest Version (0.4.2-beta) of DOCman RSS?
I thought I had fixed the Problem!

Precaution, I have opened a bug.

http://joomlacode.org/gf/project/docmanrss/tracker/?action=TrackerItemEdit&tracker_item_id=16693

Maybe you can add a few more information about the bug, so I can fix it!

bysjnims on March 5, 2009
I couldn't have asked for a better extension for the infamous DocMan. This is exactly what I was looking for...make sure you incorporate the fix detailed below as the extension does not work without it! Thanks!
byARUS on January 4, 2009
Thank you mattfaulds for your guide. I had exactly the same problem with docmannrss+j1.5 but with your little code the component works really well.

It would be nice to change to let the user write some extra-code to make the feed fit in iTunes podcasts or things like that.
bymattfaulds on December 28, 2008
I'd been looking for a RSS solution for DocMan for ages and was really pleased to find this. However, I couldn't get this to work with J!1.5 at all - it wouldn't list any of my DocMan categories. I did a bit of digging and needed to change the file docmanrss.class.php to match the SQL query that DocMan uses. It now reads at line 232:

function categoryArray()
{
global $database;

$query = "SELECT c.*, c.parent_id AS parent"
. "\n FROM #__categories AS c"
. "\n WHERE c.section='com_docman'"
. "\n AND c.published != -2"
. "\n ORDER BY parent_id,ordering" ;

All works very well now and I'm happy. Thanks!
Owner's reply

Thank you for the report!
I have fixed the issue in version 0.4.2-beta!