Wowwww respect Lazlo great work this calender is perfekt great design perfect look and feel nice features i love this.
Many thanks this calendar wonderfull
Wowwww respect Lazlo great work this calender is perfekt great design perfect look and feel nice features i love this.
Many thanks this calendar wonderfull
Lazlo,
yes, I copied it into a new folder but I did not empty the browser cache. I'll see today evening on my home test environment if the problems still persists.
I have it uploaded now on my VPS and it works. A difference between my VPS and my home server is that RC does not run in a root folder there. Everything else is the same. I'll see ...
Two urgent IE7 fixes:
#1-calendar.js:
replace with:Code:buttonText: { today: response.settings['today'], day: rcmail.gettext('day', 'calendar'), week: rcmail.gettext('week', 'calendar'), month: rcmail.gettext('month', 'calendar'), },
IE7 does not like the "," before the closing "}". It breaks the whole application.Code:buttonText: { today: response.settings['today'], day: rcmail.gettext('day', 'calendar'), week: rcmail.gettext('week', 'calendar'), month: rcmail.gettext('month', 'calendar') },
#2 - IE7 does not render css margin-top correct. A workaround is to add a <span> tag in the skin template ...
HTML Code:<body> <roundcube:include file="/includes/taskbar.html" /> <roundcube:include file="/includes/header.html" /> <span> </span> <div id='calendar'></div>
Last edited by rosali; 02-09-2010 at 10:25 AM.
Regards,
Rosali
__________________
MyRoundcube Project http://myroundcube.googlecode.com
MyRoundcube Online Demo - Free Email Address http://mail4us.net
MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
Mailing List http://mail4us.net/?_action=plugin.nabble
with my svn copy i have the same problem ... i have change jquery to 1.3 and the request work the issue is debug with firebug the request via GET plugin.getEvents dont work the response is not a JSON response the response is formated as HTML
I fixed the "," problem for IE7 and some other small fixes.
Also updated in 0.2 BETA package.
@Lazlo:
There is another problem we have to work out. If the Client and the webserver are not within the same timezone the events on the client are out of sync with the database. I included already a solution in previous weekcalendar: Save events in database always GMT and return to client converted by Roundcube's timezone settings.
@lacri:
Please PM'me (deutsch). I don't understand your last Post. You are saying you have the same problems as I experience on my home environment?
Last edited by rosali; 02-09-2010 at 10:24 AM.
Regards,
Rosali
__________________
MyRoundcube Project http://myroundcube.googlecode.com
MyRoundcube Online Demo - Free Email Address http://mail4us.net
MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
Mailing List http://mail4us.net/?_action=plugin.nabble
@rosali
I've seen the changes you made in the previous version. I will port them to 0.2 BETA.
i have found the bug
in calendar.js on line 34
search
events: "/?_action=plugin.getEvents",
replace with
events: "./?_action=plugin.getEvents",
a simple point with large effect
Ahh ok ...
Then I was right with my assumption:
A difference between my VPS and my home server is that RC does not run in a root folder there.
Regards,
Rosali
__________________
MyRoundcube Project http://myroundcube.googlecode.com
MyRoundcube Online Demo - Free Email Address http://mail4us.net
MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
Mailing List http://mail4us.net/?_action=plugin.nabble
to change color of weekend
add to fullcalendar.css
PHP Code:.fc-sat,
.fc-sun {
color: #CC3333;
}
There are currently 1 users browsing this thread. (0 members and 1 guests)