Warning: fopen(/home/joomla/public_html/cache/rss20.xml): failed to open stream: Permission denied in /home/joomla/public_html/includes/feedcreator.class.php on line 685
Error creating feed file, please check write permissions.
Can somebody fix this
![Huh ???](./images/smilies/huh.gif)
hotnuts21 wrote:I found the RSS feed for the main page, but this only has 3 storys, which are now old most of the news is on the news page and I could not find a feed for the news page anywhere.
hotnuts21 wrote:They got it working over at Mamboserver news page![]()
Couldnt you do the same thing and set up another Joomla?
hotnuts21 wrote:How about including the latest 2 or 3 news items on the home page then, so it is picked up by the feed. As i said above, all the news is on the news page and the front page has very little updates.
hotnuts21 wrote:there are more things in the RSS 2 feed than are actually appearing in the site, im presumbing its news thats been submitted but not actually approved yet. When one of these items is viewed in my RSS reader (thunderbird), it gives me a 'you are not authorized message'
ccondrup wrote:Now, if only we can get the feeds from Gallery2 and SMF integrated with this as well
How it works is that the module needs to be published on the page(s) you want syndicated.
- 1. The module sends the url being syndicated to the component.
This is why the syndicated link looks life this:
index.php?option=com_rss_xtd&feed=RSS1.0&type=com_content&task=blogcategory&id=0&Itemid=33
or
index.php?option=com_rss_xtd&feed=RSS1.0&type=com_weblinks&catid=26&Itemid=45- 2. The component loads the proper rss mambot (a new mambot group) for the component (determined by the type attribute in url).
I.E. Content, loads the Content RSSBot and weblinks loads the Weblinks RSS Bot.- 3. The bot pulls the required data from database and sends this back to the component.
- 4. Component than formats the data as a syndicatable feed.
Basically it works similar to how search bots work for extending the search component.
In other words you can syndicate the data of any component, so long as you create the necessary RSSBot for the component.
the module which directs to the syndicated links is a 'smart module'.
What ever page it is one it determines whether it can create syndicated links for that page.
Publish it on the Weblinks page, it syndicates weblinks.
Publish on a section page, syndicates content for only that section
Publish on a category page, synidcates content for only that category.
etc
stingrey wrote:And before anyone asks, if it doesnt make it into J! 1.0 (which is likely) than I will release to community as I created it as an installable component, module and mambot.
ivisage wrote:Greetings,
Has this been released as an installable component, module, and mambot?
Regards,
Jeffrey
stingrey wrote:ccondrup wrote:Now, if only we can get the feeds from Gallery2 and SMF integrated with this as well
This will easily be possible.
The functionality is built with extensibility in mind.
All someone would need to do is create a Gallery2 and SMF RSSBot.