How To Showing All Content Items On Joomla 1.0.xx RSS / Syndication
67This is will work for Joomla 1.0.xx, as we knows, Joomla 1.0.xx
component, module, or mambots has been unpublished in Joomla.org, so we
will difficultly to find any component to showing all content items in
Joomla 1.0.xx because by default it will only showing frontpage items
on Joomla 1.0.xx RSS.
We need one hack on rss.php file in com_rss folder, so lets start browse folder :
/components/com_rss/
find and start open/edit file: rss.php
then find the following line (on line 234) :
. "\n INNER JOIN #__content_frontpage AS f ON f.content_id = a.id"
Commenting / disabled this line by adding two slash in front of that line, it will be like this after commenting:
//. "\n INNER JOIN #__content_frontpage AS f ON f.content_id = a.id"
save your change, and look at your RSS syndication now, it will showing all contents there.
If you confused about changing file source like above, you can download it here:
http://ninoholic.com/downloads
Just replace your old rss.php file with that, make sure you have backup first before doing that.
PrintShare it! — Rate it: up down flag this hub
Comments
Ok, it will work, but you must order it by something else than "frontpage ordering"
works perfect...thanks mate...u just made my day...was looking all over for this...u are my here!!!!!







x says:
2 months ago
this won't work with jooml1 1.0.15, will give you an error