Hello, I am having a problem with Repeet when displaying the daily events. Some days it works fine, other days it shows the wrong events or none at all.
Take a look at: http://www.livingwellcrc.org/events/2008/12/
You can see on the 10th and 17th that there is only one event. But when you click the 10th or 17th and visit
http://www.livingwellcrc.org/events/2008/12/10 or http://www.livingwellcrc.org/events/2008/12/17
then you only see one event which is also an incorrect event.
Also on 12/15 you can see there are five events, but when you click the day it only shows 4
http://www.livingwellcrc.org/events/2008/12/15/
and it shows gynecological group instead of the leukemia group.
I think its an error in the way it displays events that repeat at “this relative day on the month” or “this relative days of the month: first, third” etc.
Anyone come across this?
Thanks for the help.
Ryan
p.s. this is the code I am using to display the events:
{exp:repeet:parse date_header_interval="day"}
{repeet:date_header}<h2>%F %j, %Y</h2>{/repeet:date_header}
{exp:repeet:get_ids weblog="events_calendar" parse="inward" begin="{segment_2}-{segment_3}-{segment_4}" end="{segment_2}-{segment_3}-{segment_4}"}
{exp:weblog:entries weblog="events_calendar" entry_id="{repeet:entry_ids}" show_expired="yes" show_future_entries="yes" dynamic="off"}
{repeet:item}
{repeet:entry_id}{entry_id}{/repeet:entry_id}
{repeet:entry_date}{entry_date format="%Y-%m-%d %H:%i"}{/repeet:entry_date}
{repeet:expiration_date}{expiration_date format="%Y-%m-%d %H:%i"}{/repeet:expiration_date}
{repeet:interval}{repeat_interval}{/repeet:interval}
{repeet:include_dates}{include_dates}{/repeet:include_dates}
{repeet:exclude_dates}{exclude_dates}{/repeet:exclude_dates}
{repeet:display}
<div class="upcoming_event_title"><a href="http://{url_title_path=events/details}">{title}</a> ({repeet:start_time format="%g:%i%A"} - {repeet:end_time format="%g:%i%A"})</div>
{/repeet:display}
{/repeet:item}
{/exp:weblog:entries}
{/exp:repeet:get_ids}
{/exp:repeet:parse}
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.