Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    It is necessary to access the plugin files(all-in-one-event-calendar/app/model/search.php) in order to change the code, so you need to use FTP, cPanel or similar.

    Thread Starter Gusss

    (@gusss)

    Ok I changed it to say :

    $order_direction = ( $page_offset >= 0 ) ? ‘DESC’ : ‘ASC’;
    if ( false !== $last_day ) {
    if ( 0 == $last_day ) {
    $last_day = $time;
    }
    $filter_date_clause = ‘ i.end ‘;
    if ( $page_offset < 0 ) {
    $filter_date_clause .= ‘<‘;
    $order_direction = ‘ASC’;
    } else {
    $filter_date_clause .= ‘>’;
    $order_direction = ‘DESC’;
    }

    still no difference ?

    Yeah. That code change didn’t work for me either. I’ve seen another website (getmyhallpass.com) where it has the gigs in reverse order, but I can’t figure it out.

    So many hours invested in this, would love to get it right!

    JT

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reverse order help’ is closed to new replies.