PDA

View Full Version : List Based on Category(ies)


cwsonline
03-09-2006, 03:20 PM
I have the TOC mode calendar working well but I was thinking it would be great if I could list special events on the main page. Let's say I have a "Really Important Events!" category along with several others. Would it be possible to, maybe, list a few months or so of "Really Important Events!" in a different area than the TOC calendar? Thank you for all the help!

ve9gra
03-09-2006, 03:41 PM
Absolutely. Just use the List mode (http://docs.easyphpcalendar.com/source/Integration/ListMode.htm) with the $showCat (http://docs.easyphpcalendar.com/source/Customize/CommandLineVariables.htm) and $listMonths (http://docs.easyphpcalendar.com/source/Integration/ListMode.htm) options.

iFrankie
04-25-2006, 03:10 PM
Is it possible to show multiple categories?

I would like to show only the following in the list.

a|6
a|5
a|2

Thanks!

Brian
04-25-2006, 03:31 PM
Sure, just follow the $showCat directions to choose multiple categories for a filter:

http://docs.easyphpcalendar.com/source/Customize/CommandLineVariables.htm

iFrankie
04-25-2006, 04:00 PM
Thanks.

I was able to do it by using the following.

$showCat="6|5|2|";