Topic: Removing "-new-posts" in RSS feed ?
Hi,
I'm trying to modify RSS to get permalink with this feed : http://geekeo.fr/feed-rss.xml
It send URL to last reply but I would remove the "-new-posts", do you know how to do that ?
Thanks ! ![]()
Unfortunately no one can be told what PunBB is - you have to see it for yourself.
You are not logged in. Please login or register.
Hi,
I'm trying to modify RSS to get permalink with this feed : http://geekeo.fr/feed-rss.xml
It send URL to last reply but I would remove the "-new-posts", do you know how to do that ?
Thanks ! ![]()
I don't understand what you want to do.
Please, describe in details: What have you done? What have you obtained? What do you expect?
Ok, I've got it.
You have to change extern.php, line 483:
'link' => forum_link($forum_url['topic_new_posts'], array($cur_topic['id'], sef_friendly($cur_topic['subject']))),You can replace 'topic_new_posts' by 'topic' (for links to topics) or 'topic_last_post' (for links to last posts). Btw, this could be a little extension.
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.