wie?
einfach statt 1 eine 0...
, speichern und wieder hochladen. hat bei mir immer gefunzt, als ich den minical noch genutzt hab'...
-->im minical-ordner: mods-->netclectic-->minical-->mini_cal_config.php
##suche##
Code: Alles auswählen
// Defines what type of search happens when a user clicks on a date in the calendar
// can be either:
// POSTS - will return all posts posted on that date
// EVENTS - will return all events happening on that date
define('MINI_CAL_DATE_SEARCH', 'POSTS');
##ersetze mit##
Code: Alles auswählen
// Defines what type of search happens when a user clicks on a date in the calendar
// can be either:
// POSTS - will return all posts posted on that date
// EVENTS - will return all events happening on that date
define('MINI_CAL_DATE_SEARCH', 'EVENTS');