Greetings,
I’m having a couple of issues with the repeet 1.0.7 / EE 1.6.0. These seem to be only related to “relative day of the month” events when listing daily items. Either ‘this relative day of the month’, or ‘these relative days: first, third’, etc.
** Event times are shown as starting at 12:00 Midnight, end time is appropriately offset, but again from the Midnight hour.
** Events on 1st & third type entries display the first entry of the month, but not subseqent ones.
Below is the code I’m using in the template. Thanks in advance to anybody who might have a clue about what is happening here.
{exp:repeet:parse date_header_interval="day"} {repeet:no_results}
{/repeet:no_results} {exp:repeet:get_ids weblog="events" parse="inward"} {exp:weblog:entries weblog="events" entry_id="{repeet:entry_ids}” show_expired=”no” show_future_entries=”yes” dynamic=”off” exclude_entry_date=”no”} {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}{event_repeat}{/repeet:interval} {repeet:include_dates}{event_dates}{/repeet:include_dates} {repeet:exclude_dates}{exclude_dates}{/repeet:exclude_dates} {repeet:display}
<div class=”calendarContainer”> <div class=”calendarDate”> {repeet:start_time format="%M"} {repeet:start_time format="%j"} </div>
<div class=”calendarTitle”>
</div> <div class=”calendarDetails”> {repeet:start_time format="%g:%i %A"} - {repeet:end_time format="%g:%i %A"} {event_location} {event_description}<div class=”calendarCategory”>Category: {categories}{category_name}{/categories}</div> </div> </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.