[MODDB] simple syndication

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Suggested Hosts
wouterv
Registered User
Posts: 265
Joined: Wed Jan 02, 2008 10:22 am
Location: The Netherlands
Name: Wouter

Re: [BETA] simple syndication

Post by wouterv »

Sure, you can pass the forum id as parameter to syndicator.php, e.g: syndicator.php?fid=20
This will open the Webfeed to show posts from Forum ID 20 only.
But you aks for a dynamic behaviour, depending on what page of the forum the user is viewing.
For that you must be able to detect which forum that user is viewing and dynamically pass that id number as parameter to syndication.php.
wouterv
Registered User
Posts: 265
Joined: Wed Jan 02, 2008 10:22 am
Location: The Netherlands
Name: Wouter

Re: [BETA] simple syndication version 1.2.0

Post by wouterv »

Version 1.2.0 is submitted for release.

2008-10-07 - Version1.2.0
Do not take non public and passworded forums into the "count"

2008-09-29 - Version1.1.3
Do not display passworded forums
Artack
Registered User
Posts: 312
Joined: Thu Feb 07, 2008 11:26 pm

Re: [BETA] simple syndication version 1.2.0

Post by Artack »

wouterv wrote:Version 1.2.0 is submitted for release.
Where can download this version?
wouterv
Registered User
Posts: 265
Joined: Wed Jan 02, 2008 10:22 am
Location: The Netherlands
Name: Wouter

Re: [BETA] simple syndication

Post by wouterv »

It is in the validation process, which usually takes over a week.
Be patient.
DomainAccount
Registered User
Posts: 7
Joined: Sun Aug 19, 2007 10:28 am

Re: [BETA] simple syndication

Post by DomainAccount »

Hi, this Mod should be great if I could only get it to work :oops:

Here my link: http://www.domainforum.info/syndication.php

It just reads out the site title but no topics. Any idea what I'm doing wrong?
See my Domain Blog (Mainly Geman with a few English articles).
Domain Elements
wouterv
Registered User
Posts: 265
Joined: Wed Jan 02, 2008 10:22 am
Location: The Netherlands
Name: Wouter

Re: [BETA] simple syndication

Post by wouterv »

Which version of this mod do you use, the last one published here is 1.1.2b:
http://www.phpbb.com/community/viewtopi ... 5#p7137545
Are the forums public (does everyone have access to read the contents)?
DomainAccount
Registered User
Posts: 7
Joined: Sun Aug 19, 2007 10:28 am

Re: [BETA] simple syndication

Post by DomainAccount »

Yes, that is the version:

Code: Select all

/**
*
* @package phpBB3
* @version $Id: syndication.php,v 1.1.2b 2008/09/20 00:00:00 angelside and many others $
* @copyright (c) 2007 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
Most forums are readable as you can see yourself on http://www.domainforum.info

My only configuration is:

Code: Select all

// Begin configuration
$cfg['exclude_forums'] = '23,75,44,38,55,49,24,25,36,56,51,54,58,50';
$cfg['max_topics'] = '20';
// End configuration
just to exclude the restricted forums.

The inclusion in the overall_header.html can be seen viewing the source code on page.

What can be wrong there???
See my Domain Blog (Mainly Geman with a few English articles).
Domain Elements
DomainAccount
Registered User
Posts: 7
Joined: Sun Aug 19, 2007 10:28 am

Re: [BETA] simple syndication

Post by DomainAccount »

OK, I repasted the whole thing (for the third time) and now it works! 8-)

Thanks!
See my Domain Blog (Mainly Geman with a few English articles).
Domain Elements
wouterv
Registered User
Posts: 265
Joined: Wed Jan 02, 2008 10:22 am
Location: The Netherlands
Name: Wouter

Re: [BETA] simple syndication

Post by wouterv »

Good job :-)
Copy/paste from Firefox can be a pain, it gives you many spaces that need to be removed.
Then the file must be saved properly (text format, preferably UNIX/UTF-8).
Hopefully there will be a released version soon, with downloadable zip file.
wouterv
Registered User
Posts: 265
Joined: Wed Jan 02, 2008 10:22 am
Location: The Netherlands
Name: Wouter

Simple Syndication 1.2.0 validated and released

Post by wouterv »

Simple Syndication 1.2.0 is validated and released.
Downloadable Modx zip file and further support can be found here:
http://www.phpbb.com/community/viewtopi ... &t=1312745

Moderator: this topic can be locked.
Locked

Return to “[3.0.x] MODs in Development”