[SOLVED] CGCalendar - Events with same title not displaying

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
richardjkeys
Forum Members
Forum Members
Posts: 15
Joined: Mon Sep 27, 2010 12:14 pm

[SOLVED] CGCalendar - Events with same title not displaying

Post by richardjkeys »

Hi,

I'm using CGCalendar to manage events on a new site.

I've created an upcominglist template:

Code: Select all

<div id="events">
<h2>Upcoming Events</h2>
{foreach from=$events key=key item=event}
	<div class="eventPanel">
		<h3><a href="{$event.url}">{$event.event_title}</a></h3>
<p class="eventVenue">Venue: {$event.venue}</p>		
<p class="eventCategory">Event Category: {$event.category}</p>
		<a class="eventDate" href="{$event.url}">
			<span class="month">{$event.event_date_start|date_format:"%b"}</span> <span class="day">{$event.event_date_start|date_format:"%d"}</span>
		</a>
		<p class="eventDescription">{$event.event_summary}</p>
<a href="{$event.url}" class="btnReadMore">View Event</a>
	</div>
{/foreach}
</div>
This seemed to be working fine, until I entered a new event with the same title. It now only shows the first event with this title - others aren't displayed in the list.

Is this a known issue? I couldn't find any topics with a similar problem.

Any help would be greatly appreciated.

Regards,

Rich
Last edited by richardjkeys on Thu Sep 30, 2010 4:49 pm, edited 1 time in total.
vzw klemtoon
Forum Members
Forum Members
Posts: 92
Joined: Mon May 14, 2007 11:31 am

Re: CGCalendar - Events with same title not displaying

Post by vzw klemtoon »

I think you should place

unique_only="1"

in your tag

greetz
richardjkeys
Forum Members
Forum Members
Posts: 15
Joined: Mon Sep 27, 2010 12:14 pm

Re: CGCalendar - Events with same title not displaying

Post by richardjkeys »

Excellent, that seems to have done the trick!

Thanks,
Rich
nicmare
Power Poster
Power Poster
Posts: 1150
Joined: Sat Aug 25, 2007 9:55 am
Location: Berlin

Re: [SOLVED] CGCalendar - Events with same title not displaying

Post by nicmare »

awesome! had the same problem and used the forum search. thank you!
Post Reply

Return to “Modules/Add-Ons”