Page 1 of 1

News-Module: RSS Feed destination link broken

Posted: Mon Jun 04, 2007 12:40 pm
by symb
hi there. first of all - best cms arround- very nice community.

i need your help. might be a bit complicated to explain, but any help would be really appreciated.

i use the news module on my page. no problem with that. mod_rewrite, pretty urls and hierarchy is turned on. my page extension is "/".

i can´t change this settings anymore, cause it depends on my site structure and search engines already indexed everything.

my rss feed url is e.g. "http://www.domain.com/news/rss/category/"
a news article would be "http://www.domain.com/news/19/52/"

the news summary is shown without problems in feed readers and firefox live bookmarks, but the links to the news content (full article) are incomplete. it only shows "http://www.domain.com/news/19/" but 52 is missing.

i already played around with the "rssfeed.tpl" file, changing "{$entry->link}" and "{$entry->link}" but couldn´t get the problem fixed.

looking forward to your answers. thank you very much in advance.

kindest regards.

//symb

Re: News-Module: RSS Feed destination link broken

Posted: Tue Jun 05, 2007 1:15 pm
by symb
i played around a little more with the rssfeed.tpl, but the thing is maybe buried in News.module.php.
if anyone has some suggestions what to try, i would really appreciate it.

thank you in advance.

//symb

Re: News-Module: RSS Feed destination link broken

Posted: Tue Jul 24, 2007 8:39 pm
by skylark
I am having the same problems with the rssfeed.tpl.

The rssfeed is not changing the $returnid that makes each article link unique. When a user clicks on the news item, it throws them into the news listing and not the actual article.

I am using CMSMS version 1.06 and using the default rssfeed.tpl that comes with the news module.

Has anyone figured this out, yet?