Status: offline

chrism2202

Forum User
Newbie
Registered: 08/22/03
Posts: 3
I am wondering how to change the listing of events that display in the \"Events\" block. Suppose that I only wanted to see only the events coming up in the next 30 days? or if I wanted to limit the display to the next 5 events? How could this be done? Thanks in advance for the suggestions!

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
in config.php:
Text Formatted Code
$_CONF['upcomingeventsrange']   = 14; // days
bye, Dirk

Status: offline

chrism2202

Forum User
Newbie
Registered: 08/22/03
Posts: 3
Thank you very much. Works great.