ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

show_future_entries="yes" (skips every month except for DEC2009)

May 21, 2009 12:31pm

Subscribe [2]
  • #1 / May 21, 2009 12:31pm

    Louis L.

    13 posts

    <!-- future event list -->
    <h2 class="eventstitle">Upcoming Events</h2> 
    
    <ul id="eventlist">
    {exp:weblog:entries weblog="calendar" show_future_entries="yes" orderby="date" sort="desc" dynamic="on" limit="5"} 
    <li><a href="http://{title_permalink={master_weblog_name}/event}">{title}__{entry_date format="%M %d, %Y"}</a></li> 
    {/exp:weblog:entries} 
    </ul>

    I have events listed for next week (may2009) but they dont show, just events dated for DEC2009. Did I miss something here? Should I not only see the next 5 events in the calendar?

  • #2 / May 21, 2009 12:42pm

    Sue Crocker

    26054 posts

    You’re sorting by desc, which will put the newest items first. You’d need to use asc and use the start_on parameter

    NOTE: Please upgrade to the newest version/build of EE, since you are so far behind, and it’s a recommended security upgrade.

  • #3 / May 21, 2009 1:24pm

    Louis L.

    13 posts

    Thanks Sue I’ll take a look now. Thanks for the heads up on upgrading but right now my CTO is holding on to money…  :down:  However, I hope to get something thrown my way soon to upgrade EE.

  • #4 / May 21, 2009 1:45pm

    Sue Crocker

    26054 posts

    We’ll be here. 😊

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases