Questions Module - Categories

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
BigFishPhilip

Questions Module - Categories

Post 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
BigFishPhilip

Re: Questions Module - Categories

Post 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.
Locked

Return to “CMSMS Core”