Page 23 of 23

Re: [BETA] simple syndication

Posted: Mon Sep 29, 2008 7:00 pm
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.

Re: [BETA] simple syndication version 1.2.0

Posted: Fri Oct 17, 2008 4:03 pm
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

Re: [BETA] simple syndication version 1.2.0

Posted: Sat Oct 18, 2008 7:16 am
by Artack
wouterv wrote:Version 1.2.0 is submitted for release.
Where can download this version?

Re: [BETA] simple syndication

Posted: Sat Oct 18, 2008 2:38 pm
by wouterv
It is in the validation process, which usually takes over a week.
Be patient.

Re: [BETA] simple syndication

Posted: Sun Oct 19, 2008 3:22 pm
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?

Re: [BETA] simple syndication

Posted: Sun Oct 19, 2008 3:37 pm
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)?

Re: [BETA] simple syndication

Posted: Sun Oct 19, 2008 4:14 pm
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???

Re: [BETA] simple syndication

Posted: Sun Oct 19, 2008 4:55 pm
by DomainAccount
OK, I repasted the whole thing (for the third time) and now it works! 8-)

Thanks!

Re: [BETA] simple syndication

Posted: Sun Oct 19, 2008 7:54 pm
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.

Simple Syndication 1.2.0 validated and released

Posted: Sat Nov 22, 2008 6:48 am
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.