calendar/events

is there a way i can have my events show in the order in which they will expire. or in other words... the day of the event . instead of the order they were posted ...

i have events that will expire in two years showing over events that will happen next week ...

i need this on the events page as well as the  home page.... so users can see which events are coming up.

Quote · 12 Nov 2008

To modify the listings on the events page :

In the file inc/classes/BxDolEvents.php

Find :

$sOrderBySQL = "ORDER BY `SDatingEvents`.`EventStart` DESC";

Replace with

$sOrderBySQL = "ORDER BY `SDatingEvents`.`EventEnd` ASC";

Quote · 13 Nov 2008

hey .. thanks for response.. works like a charm.

Quote · 25 Nov 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.