Page 1 of 1

SOLVED CG Calendar not displaying eventnames with same title

Posted: Sat Apr 09, 2011 11:34 pm
by Darwin Web Design
Hi There
I'm using CMSMS 1.9.4.1 and CG Calendar 1.5.7 with CG extensions 1.24.2.

My events mostly have the same names/titles repeated each time eg: 'board meeting' and ' council meeting'. The module only will display any instance of a meeting with this name only once as they are not unique names each time.

I have unclicked 'ensure unique filenames' in the Calendar settings, cleared the cache and this has not helped. I'm just using the sample template that comes with upcoming list.

{cms_module module="CGCalendar" category="Meetings" display="upcominglist"}

Is it possible to have all of the meetings to be displayed if they share the same name eg "council meeting" or do I have to give each council meeting a slightly different title for this to work.

Many thanks.

Re: CG Calendar not displaying event names with same title

Posted: Sun Apr 10, 2011 10:03 am
by M@rtijn
Documentation is not very clear on this point, but you have to add unique_only="0" to the CGCalendar call.

[solved]: CG Calendar not displaying event names with same t

Posted: Sun Apr 10, 2011 10:42 am
by Darwin Web Design
Thank you that worked perfectly eg:

{cms_module module="CGCalendar" category="Meetings" display="upcominglist" unique_only="0"}

Much appreciated ;D