CGfeedmaker: automatic feed creation based on categories

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
kube
Forum Members
Forum Members
Posts: 29
Joined: Sun Jan 03, 2010 10:34 am
Location: Belgium

CGfeedmaker: automatic feed creation based on categories

Post by kube »

Hello there,

I'm working on a multidomain/multilingual install of cmsms using mlecms. So far so good, i managed to get the news module working: i have a category per language and subcategories for domains. So to call the news module i specify:

Code: Select all

{* we get the domain name that i use as a subcategory *}
{assign var="website" value=$mdsite|replace:".com":""} 
{* then 
{news category="$lang_parent | $website"}
.

That works flawlessly 8) .

Now, i am trying to get some rss feeds out of this using the CGfeedmaker module. (i always trust in CG's !). Pinpointed the line in the template that calls the news module and tried the same trick:

Code: Select all

{news assign='junk' category="$lang_parent | $website"}
No luck ??? . My guess is that $lang_parent and $mdsite are not available in the context... any idea how to make that happen ?

Tx
Post Reply

Return to “Modules/Add-Ons”