Topic: Unclear on how to get RSS feeds...
I'm having a hard time getting RSS feeds from extern.php variables.
Example:
http://www.symbiostock.org/search/recent/
How do I get a feed for this page?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.4 troubleshooting → Unclear on how to get RSS feeds...
I'm having a hard time getting RSS feeds from extern.php variables.
Example:
http://www.symbiostock.org/search/recent/
How do I get a feed for this page?
Example on the rejection notice:
Bad request. The link you followed is incorrect or outdated.
For url: http://www.symbiostock.org/extern.php?a … amp;show=5
Hm...
You may see only new topics from your forum.
Try this: http://www.symbiostock.org/extern.php?a … mp;show=15
And if you wish to see the last post in the topic (not first), you will have to change line 453 in extern.php
from:
'ON' => 'p.id = t.first_post_id'
to
'ON' => 'p.id = t.last_post_id'
PunBB Forums → PunBB 1.4 troubleshooting → Unclear on how to get RSS feeds...
Powered by PunBB, supported by Informer Technologies, Inc.