Shows the next dates in a big size tableview.
- You can choose between three templates.
- You can choose a specific timeframe (i.e. "next week" or "next month").
- You can set the language strings
It works with the latest Eventlist release (0.8.9).
EDIT: fixed DB error (brackets missing)
License:
This is free software, and you may redistribute it under the GPL. Module Eventlist Tableview comes with absolutely no warranty; for details, see the license. http://www.gnu.org/copyleft/gpl.html
testeuse 2007-11-15 15:38:43 This module is really great. I only have a problem. When the ending date or the end of an events is not specify, the module show automatically, 1999 for theyear anf 12h59 for the time.
Can somebody help me please?
pamela 2009-02-21 11:13:45 DB function failed with error number 1146
Table 'my_nochelatina.jos_eventlist_dates' doesn't exist SQL=SELECT a.id AS eventid, a.dates, a.times, a.enddates, a.endtimes, a.locid AS locationid, a.titel AS event, a.datdescription AS eventdescription, c.catname, c.catdescription, b.club AS location, b.city, b.plz, b.street, b.country, b.url, b.locimage, b.locdescription FROM jos_eventlist_dates AS a LEFT JOIN jos_eventlist_locate AS b ON b.id = a.locid LEFT JOIN jos_eventlist_categories AS c ON c.id = a.catsid WHERE a.published = 1 AND c.access <= 0 AND ((a.dates >= now() AND a.enddates = '0000-00-00') OR (a.enddates > '0000-00-00' AND a.enddates >= now())) ORDER BY a.dates, a.times LIMIT 0, 2No