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 not showing any events

Development and Programming

brendanh's avatar
brendanh
32 posts
16 years ago
brendanh's avatar brendanh

Hi,

I’m trying to get repeet up and running. All I really want is to be able to specify a start and end date date and allow the event to show according to that.

But I get no results when I run it. Here is my code it’s pretty straight forward. It would be great if someone could help me out

{exp:repeet:parse date_header_interval="month"}
                                {repeet:no_results}<h4>Sorry there are no results.</h4>{/repeet:no_results}
                                {repeet:date_header}<h4 class = "head selected"><a href = "" title = "" class = "on">%F <span class="year">%Y</span></a></h4>{/repeet:date_header}
                                {exp:repeet:get_ids weblog="social_events" parse="inward"}
                                    {exp:weblog:entries weblog="social_events" 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}{event_repeat}{/repeet:interval}
                                            {repeet:include_dates}{event_dates}{/repeet:include_dates}
                                            {repeet:exclude_dates}{exclude_dates}{/repeet:exclude_dates}
                                
                                            {repeet:display}
                                            <div class = "event-month">
                                                <div class = "event-info">
                                                    <div class = "date">
                                                        {repeet:start_time format="%d"} - {repeet:end_time format="%d"}
                                                    </div>
                                                    <div class = "event-detail">
                                                        <h5><a href = "#" title = "Millenium Bowl">{social_event_summary_title}</a></h5>
                                                        {social_event_summary}
                                                    </div>
                                                    <div class = "clear"></div>
                                                </div>
                                            </div>
                                            {/repeet:display}
                                        {/repeet:item}
                                    {/exp:weblog:entries}
                                {/exp:repeet:get_ids}
                            {/exp:repeet:parse}
       

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.