Search found 3 matches

by jockela
Wed 20. Apr 2005, 12:27
Forum: hacks & enhancements
Topic: Event-Calendar Mod -> Replacement Tag funktioniert nicht
Replies: 3
Views: 2654

Works now!
I had to put

Code: Select all

$phpwcms["calendar_mod"] = 1; // enable calendar mod = 1, disable = 0
in conf.inc.php AND phpwcms.php
by jockela
Wed 20. Apr 2005, 12:22
Forum: hacks & enhancements Support
Topic: Eventcalendar offsetday
Replies: 1
Views: 1592

I added //Startdag Måndag $startday = $startday-1; if ($startday == '-1'){ $startday = '6'; } //-------- after $startday = date("w", mktime(0,0,0,$month,1,$year)); and changed $days = array("sun","mon", "tue", "wed", "thu", "fri", "sat"); to $days = array("mon", "tue", "wed", "thu", "fri", "sat" ...
by jockela
Wed 20. Apr 2005, 02:02
Forum: hacks & enhancements
Topic: Event-Calendar Mod -> Replacement Tag funktioniert nicht
Replies: 3
Views: 2654

Same here

Same here!
Replacement tag is not rendered. I'm sure I've followed the instructions...