Page 1 of 1

sorting / filtering categories

Posted: Thu Dec 02, 2010 2:38 pm
by peterbus
Hi,

I'm using  cmsms 1.9.1  "Toopua".

IN the newsmodule I use (sub) categories. Two of them are:

- projecten (and 6 sub-categories)
- projecten-plus

When trying to sort/filter by category I try to sort on projecten (also selected: show underlying categories). Result: a list with all articles out of category projecten ànd projecten-plus.

This also happens when using {news category="projecten*"}  on a content page. Both categories are shown.

What could be wrong?


[SOLVED]Again a news question: why should this tag
{cms_module module="news" moretext="Lees verder ..." category="projecten*" detailpage="projecten"  summarytemplate="projecten"  lang="nl_NL" sortasc="true" sortby="news_title"}

produce this error message? I can not find somethinh wrong with it.

string(90) "Smarty error: unable to read resource: "module_db_tpl:News;summary"projecten" ""
[SOLVED]

Re: sorting / filtering categories

Posted: Thu Dec 02, 2010 10:25 pm
by Dr.CSS
Not sure about the first one but the second/error message most always has to do with calling a template that doesn't exist or is in the wrong case, as in uppercase or lowercase as it is case sensitive...

Re: sorting / filtering categories

Posted: Fri Dec 03, 2010 11:49 am
by peterbus
hi,

Second problem is solved. You were right, wrong call.

Do you need extra info concerning the first problem?