listevents
This is a plugin to display events from EventList.
It can be configured via backend plugin options or using the command options.
Usage:
{listevents [type=new|next|prev|regnext|regprev][showtitle=on|link][showdate=on|off][category=n][showcategory=on|off|link][venue=n][showvenue=on|off|link][max=n]}
ex:
{listevents type=new|showtitle=link|max=5]}
shows recently added events (type=new), with a link to the event on the title description (showtitle=link), maximum 5 itens (max=5)
{listevents type=regnext|category=3|venue=5}
shows the next events where there are some users registered (type=regnext), from catID 3 (category=3), on venueID 5 (venue=5)




