[Add-on] lastRSS agregator for phpBB3 (2.0.0RC)

Recent topics, announcement display, RSS / ATOM Feed Syndication MOD Downloads
- Content delivery outside of viewtopic/viewforum.

[Add-on] lastRSS agregator for phpBB3 (2.0.0RC)

Postby Smix_cz » 08 Feb 2007, 09:44

Image
Classification: Add-on
phpBB Part: Other
MOD Name: lastRSS agregator for phpBB3
MOD Version: 2.0.BETA3
Author: Smix_cz
MOD Description: RSS agregator for phpBB3 viewing news from other websites using RSS

Works with:
  • probably works with all versions of phpBB 3 ...
  • Tested
    • Beta 4
    • Beta 5
    • RC 7
    • GOLD
Features:

  • Display news (on index, viewforum, viewtopic) from other sites on your own ;)
  • All RSS versions supported (0.9, 1.0 and 2.0) (VALID RSS feeds preffered)
  • TOTAL ACP MANAGEMENT

Requirements:
  • Your webhosting must allow fopen or curl

Language: English, Czech

Licence: GNU General Public License v2
NOTICE:

Screenshots:
http://download.smika.net/images/lastrss_forum.png
http://download.smika.net/images/lastrss_config.png
http://download.smika.net/images/lastrss_feeds.png
http://download.smika.net/images/lastrss_feeds_2.png

Live demo board

Installation Level: Easy
Installation Time: 10 Minutes
Format: MODX
Download File:
http://phpbb3.smika.net (always actual link and actual info about this mod)

lastRSS further informations :
Last edited by Smix_cz on 24 Mar 2008, 18:10, edited 22 times in total.
Smix_cz    
Borg Drone
Borg Drone
 
Posts: 226
Joined: 25 Jan 2007, 09:25
Location: Czech Republic, EU
Favorite Team: Chelsea
Gender: Male
phpBB Knowledge: 9




phpBB Academy at StarTrekGuide
Support STG
Using PayPal Donate

Re: [Add-on] lastRSS agregator for phpBB3 (1.0.0)

Postby ewelin » 08 Feb 2007, 13:12

I just checked it out. Nice to see you've got caching... I made a simliar mod for phpBB2 and got burnt the first time the feed went down as I didn't have caching to start. One question though.. does it only cache the feed if it's parsed correctly?
ewelin
Cadet IV
Cadet IV
 
Posts: 53
Joined: 02 Feb 2007, 11:10
Location: Cambridge, MA
Gender: Male

Re: [Add-on] lastRSS agregator for phpBB3 (1.0.0)

Postby Smix_cz » 08 Feb 2007, 13:18

It´s cached always when the feed is loaded ... And if you don´t change settings it´s loaded again after 12 hours Wink
Smix_cz    
Borg Drone
Borg Drone
 
Posts: 226
Joined: 25 Jan 2007, 09:25
Location: Czech Republic, EU
Favorite Team: Chelsea
Gender: Male
phpBB Knowledge: 9

Re: [Add-on] lastRSS agregator for phpBB3 (1.0.0)

Postby ewelin » 08 Feb 2007, 13:30

so what happens if the feed is offline when the cache expires?
ewelin
Cadet IV
Cadet IV
 
Posts: 53
Joined: 02 Feb 2007, 11:10
Location: Cambridge, MA
Gender: Male

Re: [Add-on] lastRSS agregator for phpBB3 (1.0.0)

Postby Smix_cz » 08 Feb 2007, 13:32

It will show
Sorry, no items found in the RSS file :-(
Smix_cz    
Borg Drone
Borg Drone
 
Posts: 226
Joined: 25 Jan 2007, 09:25
Location: Czech Republic, EU
Favorite Team: Chelsea
Gender: Male
phpBB Knowledge: 9

Re: [Add-on] lastRSS agregator for phpBB3 (1.0.0)

Postby ewelin » 08 Feb 2007, 15:21

hmmm. I think it may be best if it keeps the current cache and then tried to grab the feed every 30 minutes to get an update that works. That away you won't have an error message like that displayed.

If you want help with this let me know. I got this bit of code working on phpBB2 and it shouldn't be hard to port over. I did basically something exactly like this for a client who's running BB2 so when it comes time to upgrade to BB3 this mod will definitely be of interest.
ewelin
Cadet IV
Cadet IV
 
Posts: 53
Joined: 02 Feb 2007, 11:10
Location: Cambridge, MA
Gender: Male

Re: [Add-on] lastRSS agregator for phpBB3 (1.0.0)

Postby Smix_cz » 08 Feb 2007, 15:58

I´ll have a look on that ... Good idea ... Good
Smix_cz    
Borg Drone
Borg Drone
 
Posts: 226
Joined: 25 Jan 2007, 09:25
Location: Czech Republic, EU
Favorite Team: Chelsea
Gender: Male
phpBB Knowledge: 9

Re: [Add-on] lastRSS agregator for phpBB3 (1.0.0)

Postby angelside » 08 Feb 2007, 16:59

Very nice. use $phpEx on include, and add header on lastRSSphpbb.php

My reel idea is a phpbb news bot, I put in sacks phpbb2.
phpBB3 Portal | simple portal for phpBB3 Olympus
phpBB Türkiye | Turkish phpBB community
User avatar
angelside
MOD Author
MOD Author
 
Posts: 129
Joined: 20 Jun 2006, 03:17

Re: [Add-on] lastRSS agregator for phpBB3 (1.0.0)

Postby ewelin » 08 Feb 2007, 17:38

Smix_cz wrote:I´ll have a look on that ... Good idea ... Good
I'll dig up the code I've got and try and provide it to ya later tonight. If I forget just post here reminding me and I'll definitely hook ya up with it.

Also does this work with just RSS feeds or is there support for XML and Atom feeds?
ewelin
Cadet IV
Cadet IV
 
Posts: 53
Joined: 02 Feb 2007, 11:10
Location: Cambridge, MA
Gender: Male

Re: [Add-on] lastRSS agregator for phpBB3 (1.0.0)

Postby Smix_cz » 08 Feb 2007, 17:40

Oh I forgot to use $phpEx ? Rolleyes Blush oops ... thnx for warning Wink

and (for sure) you mean to add header like that ?
Spoiler:
/**
*
* @package lastRSS
* @version $Id: 1.0.0
* @copyright (c) 2007 Smix
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
or something more ? I am actually not sure Blush

edit : sry I missed last message by ewelin ...
So the answer for you : All RSS versions supported (0.9, 1.0 and 2.0) ... And it´s based on lastRSS library ... so only RSS Smile (that´s why it´s called RSS agregator ...)
Smix_cz    
Borg Drone
Borg Drone
 
Posts: 226
Joined: 25 Jan 2007, 09:25
Location: Czech Republic, EU
Favorite Team: Chelsea
Gender: Male
phpBB Knowledge: 9

Next

Return to Recent Topics, RSS / ATOM Syndication MODs

Who is online

Users browsing this forum: No registered users and 1 guest