Page 1 of 1

CGCalendar - Display Events in Admin

Posted: Mon Feb 24, 2014 1:39 pm
by darenwilko
Hi. I'm running CMS Made Simple 1.11.9. I'm using PHP 5.5.7, and MySQL 5.5.34. This is all working with Apache 2.6.32 running on Linux.

I'm using CGCalendar version 1.13.3, which depends on CGExtensions. My CGExtensions is version 1.38.1.

In CGCalendar admin it separates events by month.
I'm wondering if it's possible to list all events in a year by default, rather than monthly.
If so, how would I go about it?

Thanks
Daren

Re: CGCalendar - Display Events in Admin

Posted: Mon Feb 24, 2014 1:50 pm
by paulbaker
If you mean list all events in a single year in admin side then, no I don't think that is possible. (The monthly filter was added recently, until then it just showed all events).

You can show all events for a single year in the front end though - see module help:

"yearlist" - displays events for the current year in a list. Includes links to prev. and next years.

Re: CGCalendar - Display Events in Admin

Posted: Mon Feb 24, 2014 8:54 pm
by darenwilko
paulbaker wrote:If you mean list all events in a single year in admin side then, no I don't think that is possible. (The monthly filter was added recently, until then it just showed all events).
Yes that's exactly what I want to do.
Unfortunately though it looks as though it can't be done.
Would be good if there was on option to choose between listing events by year or by month...
Thanks for the reply paulbaker.