Posted on: 09/19/03 04:14pm
By: chrism2202
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!
Re:Event Block: How do you limit the amount of events to display?
Posted on: 09/19/03 04:19pm
By: Dirk
in config.php:
$_CONF[\'upcomingeventsrange\'] = 14; // days
bye, Dirk
Re:Event Block: How do you limit the amount of events to display?
Posted on: 09/27/03 08:00am
By: chrism2202
Thank you very much. Works great.