We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Repeet - Future entires not showing up in Calendar

Development and Programming

NKT com's avatar
NKT com
124 posts
16 years ago
NKT com's avatar NKT com

This is my calendar code. It clear states I want to show future events. But if the articles publish date is in the future it doesn’t show up.

{exp:repeet:get_ids weblog="calendar" parse="inward" calendar="yes"}
{exp:repeet:calendar switch="calendarToday|calendarCell" weblog="calendar" entry_id="{repeet:entry_ids}"  show_future_entries="yes" show_expired="yes" interval_field="repeat_interval" include_field="include_dates" exclude_field="exclude_dates"}

<table class="calendarBG" cellpadding="6" border="0" cellspacing="1" summary="Kadampa Calendar" width="90%">
<tr class="calendarHeader">
<th><div class="calendarMonthLinks"><a href="http://{previous_path=calendar}"><<</a></div></th>
<th colspan="5">{date format="%F %Y"}</th>
<th><div class="calendarMonthLinks"><a href="http://{next_path=calendar}class=calendarMonthLinks">>></a></div></th>
</tr>
<tr>
{calendar_heading}
<td class="calendarDayHeading">{lang:weekday_abrev}</td>
{/calendar_heading}
</tr>

{calendar_rows }
{row_start}<tr>{/row_start}

{if entries}
<td class='{switch}' align='center'>
<div class="number">{day_number}</div>
{entries}
<div>{embed="calendar/event_details" entry_id="{entry_id}"} </div>
{/entries}
</td>
{/if}

{if not_entries}
<td class='{switch}' align='center'><div class="number">{day_number}</div></td>
{/if}

{if blank}
<td class='calendarBlank'> </td>
{/if}

{row_end}</tr>{/row_end}
{/calendar_rows}
</table>
{/exp:repeet:calendar}
{/exp:repeet:get_ids}
       
NKT com's avatar
NKT com
124 posts
16 years ago
NKT com's avatar NKT com

Fixed. It was an issue with the embed.

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.