
[SOLVED] CGFeedMaker
Re: CGFeedMaker
Removing that line has fixed it 

Re: CGFeedMaker
Removing that line fixed it! 
Any ideas about how I'd go about having two seperate RSS feeds from the News Module? I have 2 categories, "news" and "productions" and would like a feed for each ideally

Any ideas about how I'd go about having two seperate RSS feeds from the News Module? I have 2 categories, "news" and "productions" and would like a feed for each ideally
Re: CGFeedMaker
You need to have two news-feed templates.
In the two templates, add category="productions" and category="news" in the line {news assign='junk'}
One template with {news category="productions" assign='junk'}
And the other with {news category="news" assign='junk'}
I think this should work, but you have to try it.
Rolf
In the two templates, add category="productions" and category="news" in the line {news assign='junk'}
One template with {news category="productions" assign='junk'}
And the other with {news category="news" assign='junk'}
I think this should work, but you have to try it.
Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: CGFeedMaker
Rolf, you are a genius! Both feeds working perfectly now, thanks so much for all your help!
Re: CGFeedMaker
Great to hear Hannibal, and thanks for the Karma! 
Would you please put [solved] in the title of the first post?
Regards, Rolf

Would you please put [solved] in the title of the first post?
Regards, Rolf

- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: [SOLVED] CGFeedMaker
Hannibal wrote: One other question, some URLs are displaying as: http://www.fbtvonline.co.uk/news/106/53 ... ction.html
Is there a way to remove the "/106/53/" and "d,production.html"?
Just for future reference:Rolf wrote: No problem, I have tested it on my testsite just now.
And yes the d,production means detailtemplate=production!!!
/modules/News/action.default.php
Code: Select all
$prettyurl = 'news/'.$row['news_id'].'/'.($detailpage!=''?$detailpage:$returnid)."/$aliased_title";
if (isset($sendtodetail['detailtemplate']))
{
$prettyurl .= '/d,' . $sendtodetail['detailtemplate'];
}
Last edited by Rolf on Mon Dec 21, 2009 3:31 pm, edited 1 time in total.
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -