[SOLVED] CGFeedMaker

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Hannibal
Forum Members
Forum Members
Posts: 74
Joined: Wed Nov 05, 2008 5:47 pm

Re: CGFeedMaker

Post by Hannibal »

Removing that line has fixed it  :)
Hannibal
Forum Members
Forum Members
Posts: 74
Joined: Wed Nov 05, 2008 5:47 pm

Re: CGFeedMaker

Post by Hannibal »

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
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: CGFeedMaker

Post by Rolf »

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
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Hannibal
Forum Members
Forum Members
Posts: 74
Joined: Wed Nov 05, 2008 5:47 pm

Re: CGFeedMaker

Post by Hannibal »

Rolf, you are a genius! Both feeds working perfectly now, thanks so much for all your help!
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: CGFeedMaker

Post by Rolf »

Great to hear Hannibal, and thanks for the Karma!  :D

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
- + - + - + - + - + - + -
Image
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: [SOLVED] CGFeedMaker

Post by Rolf »

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"?
Rolf wrote: No problem, I have tested it on my testsite just now.
And yes the d,production means detailtemplate=production!!!
Just for future reference:

/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
- + - + - + - + - + - + -
Image
Post Reply

Return to “Modules/Add-Ons”