I have been using the repeet plug-in and I just realized it doesn’t repeet properly.
I set a event entry date and expiration date 3 mos later and set the repeet interval to daily and it repeets properly for the first month but then it won’t repeet for the next two months. I can’t figure out what in my code is wrong. I’m using version 1.6. Here is my template. Thanks
{exp:repeet:parse date_header_interval="day"}
{repeet:date_header}<h3>%l %j</h3>{/repeet:date_header}
{repeet:no_results}<h3>Sorry, there are no events scheduled for this date.</h3>
{/repeet:no_results}
{exp:repeet:get_ids weblog="calendar" parse="inward" status="not Test|closed" }
{exp:weblog:entries weblog="calendar" entry_id="{repeet:entry_ids}" dynamic="off" show_expired="yes" show_future_entries="yes" status="not Test|closed"}
{repeet:item}
{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 id=”entry”> Read More »
{/if}
• Tell a friend about this event </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.