PDA

View Full Version : List upcoming Events


vlus
11-04-2004, 07:31 PM
Hello,

I read through the forum and FAQ, but didnt see anything about this...

In the listing of upcoming events that lives under the calendar display, I need to be able to edit how many upcoming events to display.

For example, there may only be a single event this month, but I would want to display the next 5 upcoming events, regardless of date.

Is this do-able? (similar to what is available in this example:
http://www.upoint.info/cgi/demo/calpublisher/index.shtml )

Thx-
Vlus

Brian
11-04-2004, 10:43 PM
There has been some experimentation with this feature. This is from the instructions.htm file:

$listEvents = x;
List the next 'x' number of events. You may also want to combine this with $listWeeks = 52; which will show the next 'x' events from today no matter what month is being viewed.

TK680
11-05-2004, 01:24 AM
VlusWe are showing the next six months of events under our calendar and we used the code that Bryan posted prior to my post. It works on our server at least. :D

you can see our calendar here www.mg501.com/escal (http://www.mg501.com/escal)

John