![]() |
|
|
|||||||
For more information about the ads and why they're here, please see the FAQ
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#61
|
||||
|
||||
|
Many thanks this calendar wonderfull
__________________
My RoundCube Mods |
|
#62
|
||||
|
||||
|
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: Code:
buttonText: {
today: response.settings['today'],
day: rcmail.gettext('day', 'calendar'),
week: rcmail.gettext('week', 'calendar'),
month: rcmail.gettext('month', 'calendar'),
},
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>
__________________
Regards, Rosali __________________ MyRoundcube Project http://myroundcube.googlecode.com MyRoundcube Forum http://http://www.roundcubeforum.net...45-myroundcube MyRoundcube Online Demo http://mail4us.net MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube Mailing List http://mail4us.net/?_action=plugin.nabble Last edited by rosali; 02-09-2010 at 10:25 AM. |
|
#63
|
||||
|
||||
|
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
__________________
My RoundCube Mods |
|
#64
|
|||
|
|||
|
I fixed the "," problem for IE7 and some other small fixes.
Also updated in 0.2 BETA package.
__________________
Roundcube Calendar |
|
#65
|
||||
|
||||
|
@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?
__________________
Regards, Rosali __________________ MyRoundcube Project http://myroundcube.googlecode.com MyRoundcube Forum http://http://www.roundcubeforum.net...45-myroundcube MyRoundcube Online Demo http://mail4us.net MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube Mailing List http://mail4us.net/?_action=plugin.nabble Last edited by rosali; 02-09-2010 at 10:24 AM. |
|
#66
|
|||
|
|||
|
@rosali
I've seen the changes you made in the previous version. I will port them to 0.2 BETA.
__________________
Roundcube Calendar |
|
#67
|
||||
|
||||
|
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
__________________
My RoundCube Mods |
|
#68
|
||||
|
||||
|
Ahh ok ...
Then I was right with my assumption: Quote:
__________________
Regards, Rosali __________________ MyRoundcube Project http://myroundcube.googlecode.com MyRoundcube Forum http://http://www.roundcubeforum.net...45-myroundcube MyRoundcube Online Demo http://mail4us.net MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube Mailing List http://mail4us.net/?_action=plugin.nabble |
|
#69
|
||||
|
||||
|
to change color of weekend
add to fullcalendar.css PHP Code:
__________________
My RoundCube Mods |
|
#70
|
|||
|
|||
|
Fixed it, thanks.
__________________
Roundcube Calendar |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|