Page 1 of 1

Questions Module - Categories

Posted: Mon Dec 10, 2007 2:01 am
by BigFishPhilip
Hello everyone,

I'm using {cms_module module=Questions sortby="category_asc" category="1,2"} to try to only get questions from category "1" and "2", but it doesn't show any at all.  It works fine if I use {cms_module module=Questions sortby="category_asc" category="1"} or {cms_module module=Questions sortby="category_asc" category="2"}.

Any thoughts?

Thanks a million,
Philip

Re: Questions Module - Categories

Posted: Mon Dec 10, 2007 2:07 am
by BigFishPhilip
FYI: I was able to make it work like...
{cms_module module=Questions nofilter="yes" sortby="answered_asc" category="1"}{cms_module module=Questions nofilter="yes" sortby="answered_asc" category="2"}

...but that's might not work for everyone (I customized the template) and isn't eloquent.  Might help someone else in need though.