ich verstehe das nicht:
Code
5. ONLY FOR WORDPRESS v2.0+: Patch the file wp-includes/classes.php by adding lines as below. Add the lines starting with '+', but don't include the '+' itself: --- wp-includes/classes.php +++ wp-includes/classes.php @@ -661,6 +661,18 @@ } else { if (mysql2date('U', $this->posts[0]->post_date_gmt) > mysql2date('U', $now)) { //it's future dated $this->is_preview = true; + /* DIRTY FUTURE-POSTS HACK FOR EC3 */ + if (function_exists('ec3_get_calendar')) {
usw. Wo muss ich bei der classes.php was eingeben? "future dated" taucht bei meiner gar nicht auf...