1
uniquekaiser
RSSFit in Xoops 2.0.16

Hi, i just installed RssFit 1.21 into my XOOPS 2.0.16.

The admin part works fine, but the /modules/rss/rss.php shows a blank page, any idea on why is this happening?

Thanks!

2
tmreg
Re: RSSFit in Xoops 2.0.16
  • 2007/5/23 19:07

  • tmreg

  • Not too shy to talk

  • Posts: 137

  • Since: 2006/7/20


sounds like you need to activate some of the plugins for the module. In the admin area, there is a place that has all of the plugins listed and a place to activate them is you have the module installed (If you have WF-downloads installed, you have the option to activate that plugin). I would try that first.
-Matt

3
jayjay
Re: RSSFit in Xoops 2.0.16/2.0.18.1
  • 2008/6/9 12:02

  • jayjay

  • Not too shy to talk

  • Posts: 175

  • Since: 2003/9/10


This is a reference post. I like the RSSFit module a lot and I think it should be added to the core (just like 'what's new', 'sitemap' and other cross-module modules ).

Anyway, RSSFit still works under XOOPS 2.0.18.1. You have to change one word to fix the news webfeed.

In plugins/rssfit.news.php at line 66, change
$news NewsStory::getAllPublished($this->grab0getmoduleoption('restrictindex'));

to
$news NewsStory::getAllPublished($this->grab0news_getmoduleoption('restrictindex'));


All done I guess

Credit to poster Jeffou on Brandycoke board.

Edit: You can also edit the rssfit_rss.html template to make your feeds 100% RSS standards valid:

Change
<rss version="2.0">

to
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">


and add
<atom:link href="<{$xoops_url}><{$smarty.server.REQUEST_URI}>" rel="self" type="application/rss+xml" />

between these two:
<{/foreach}>
...
<{if 
$feed.image != ''}>


Edit 2: Better change the image link in the same file too. Delete the slash just before </link>:
<link><{$feed.image.link}></link>

4
noo-b
Re: RSSFit in Xoops 2.0.16
  • 2008/6/9 13:30

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


and if anyone interested...sitemap (gijoe )plugin for rss fit is available here

http://www.dugris.info/downloads/viewcat.php?cid=9&start=5
I Love Xoops

5
jayjay
Re: RSSFit in Xoops 2.0.18.1 + extra plugins
  • 2008/6/10 14:26

  • jayjay

  • Not too shy to talk

  • Posts: 175

  • Since: 2003/9/10


Hi everybody!

I changed my rssfit copy to work with the current XOOPS version and added plugins for myalbum, pical and xoopstube:

Download here

Login

Who's Online

156 user(s) are online (93 user(s) are browsing Support Forums)


Members: 0


Guests: 156


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits