I just noticed the RSS feed on my site is incorrect. All the links point to URLs that do not exist, which obviously is a problem. ATM they all point at http://www.mysite.com/news/XX/[b]15[/b]/... when they really should be pointing to http://www.mysite.com/news/XX/[b]69[/b]/...
So it seems the XX in the links is the news item's UID but what is that second number and how can I change it to 69 instead of 15???
[SOLVED] RSS Links are Incorrect
[SOLVED] RSS Links are Incorrect
Last edited by anthony on Tue Jul 15, 2008 1:00 am, edited 1 time in total.
Re: RSS Links are Incorrect
did you look at news module options? (last setting on that page).
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Re: RSS Links are Incorrect
I'm looking at the options but do not see any reference to the number "15".
Is there something particular I should be examining?
I'm using trusty str_replace to fix the links but have to think this isn't normal behavior.
Is there something particular I should be examining?
I'm using trusty str_replace to fix the links but have to think this isn't normal behavior.
Last edited by anthony on Mon Jul 14, 2008 2:56 pm, edited 1 time in total.
Re: RSS Links are Incorrect
"15" is the ID of the default page in sample content, so that's where that number is coming from...
domain.tld/index.php?mact=News,cntnt01,detail,0&cntnt01articleid=1&cntnt01returnid=15
the news setting i was referring to is: "The id or page alias of the landing page for news articles from the rss feed:"
what is the ID of your default (or 'home') page?
are the rss links still wrong if you clear cmsms cache and then turn off pretty urls/mod_rewrite rules?
are you using any detailpage params in news module tags?
domain.tld/index.php?mact=News,cntnt01,detail,0&cntnt01articleid=1&cntnt01returnid=15
the news setting i was referring to is: "The id or page alias of the landing page for news articles from the rss feed:"
what is the ID of your default (or 'home') page?
are the rss links still wrong if you clear cmsms cache and then turn off pretty urls/mod_rewrite rules?
are you using any detailpage params in news module tags?
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Re: RSS Links are Incorrect
Well there you have it. I updated the ID in the options and that seems to do the job.
Thanks for the help!
Thanks for the help!