RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Third Party Contributions > Old Style Plug-Ins

For more information about the ads and why they're here, please see the FAQ

Reply
  #31  
Old 05-07-2008, 10:40 AM
Registered User
 
Join Date: May 2008
Posts: 1
Default Wow Sounds Good

Great job.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #32  
Old 05-23-2008, 10:11 AM
Registered User
 
Join Date: May 2008
Posts: 2
Default SERVICE CURRENTLY NOT AVAILABLE! Error No. 1f4)

Hallo,

thanks to rccalendar. I install rcc and I see this. I click on the button writte and the system say

SERVICE CURRENTLY NOT AVAILABLE!

Error No. 1f4)


My roundcube works very fine. I fond this with google:

-------------------------------------
Check your MYSQL table 'users' under the 'preferences' field, it is set to NOT NULL to begin with, however the INSERT string that creates a users upon login doesn't populate the field, therefore we have to change the table structure to the following...

CREATE TABLE users (

user_id int(10) UNSIGNED NOT NULL AUTO_INCREMENT, username varchar(12 NOT NULL, mail_host varchar(12 NOT NULL, alias varchar(12 NOT NULL, created datetime NOT NULL DEFAULT '0000-00-00 00:00:00', last_login datetime NOT NULL DEFAULT '0000-00-00 00:00:00', language varchar(5) NOT NULL DEFAULT 'en', preferences text NOT NULL DEFAULT , PRIMARY KEY(user_id)

) TYPE=MYISAM CHARACTER SET utf8 COLLATE utf8_general_ci;
----------------------------------

My database is o.k.. Whats wrong? Thanks for our help!

Jimi Bondi

Last edited by truderinger; 05-24-2008 at 07:37 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #33  
Old 08-29-2008, 11:29 PM
Registered User
 
Join Date: Aug 2008
Posts: 1
Default Webmail

Is there a calendar for Roundcube Webmail v0.2-alpha?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #34  
Old 07-02-2009, 12:05 PM
lacri's Avatar
Registered User
 
Join Date: Jan 2009
Location: Leipzig, Germany
Posts: 153
Send a message via ICQ to lacri
Default

has anyone this great plugin for RC 0.2.2 or 0.3 ?
i think this is a beautifull calendar script for RC.

looks been a little bit nicer more than the calendar from myroundcube
__________________
My RoundCube Mods
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #35  
Old 07-02-2009, 03:06 PM
lacri's Avatar
Registered User
 
Join Date: Jan 2009
Location: Leipzig, Germany
Posts: 153
Send a message via ICQ to lacri
Default

i have ported this to the current SVN ... hmm calender dosnt work the iframe is empty no javascript or php errors ... i have add to func the output handlers
PHP Code:
$OUTPUT->add_handlers(array(
  
'calendarframe' => 'rcmail_calendar_frame',
        
'calendarlist' => 'rcmail_calendar_list',
        
'daycontent' => 'rcmail_day_content',
        
'weekcontent' => 'rcmail_week_content',
        
'monthcontent' => 'rcmail_month_content',
        
'seteventbuttons' => 'rcmail_set_event_buttons',
        
'createeventformstart' => 'rcmail_create_event_form_start',
        
'createeventformend' => 'rcmail_create_event_form_end'
        
)); 
and i remove the parse_template calls and add the $OUTPUT->send(); calls only the calendar admin page will work i have also create a calendar and is correct in the DB.

Only by opening the page is nothing shown.
__________________
My RoundCube Mods
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #36  
Old 07-07-2009, 11:41 AM
lacri's Avatar
Registered User
 
Join Date: Jan 2009
Location: Leipzig, Germany
Posts: 153
Send a message via ICQ to lacri
Default

now works the port, and i work on some improvements.

here is a screenshoot of current status ...

when is finish i will post the calendar files with changes
__________________
My RoundCube Mods

Last edited by lacri; 02-02-2010 at 04:20 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #37  
Old 07-22-2009, 10:41 AM
lacri's Avatar
Registered User
 
Join Date: Jan 2009
Location: Leipzig, Germany
Posts: 153
Send a message via ICQ to lacri
Default

here is a new screenshoot to show the current status

mass little style optimizations
new see week number
higlight weekends and current day
and many other

since now RC 0.3 trunk supports in the API new Tasks
i will port this PlugIn into API as new Styled API PlugIn.
__________________
My RoundCube Mods

Last edited by lacri; 02-02-2010 at 04:20 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #38  
Old 09-09-2009, 10:01 PM
Registered User
 
Join Date: Sep 2009
Posts: 4
Default forget roundcube, group-office is has a built in calendar

[Commercial removed]

Last edited by Julius Caesar; 09-09-2009 at 10:18 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #39  
Old 09-16-2009, 03:44 PM
Registered User
 
Join Date: Sep 2009
Posts: 4
Default why remove my comment

You guys here at Roundcube removed my comment suggesting Group-Office over Roundcube stating it is commercial. I for one do not work nor do i get paid from group-office. I'm simply a user of both the open projects and suggested their product over yours. This is really a miss fortune you're doing to your current users. You could simply try to compete with the project by coming up with better built in features, instead of commenting out peoples response. It simply is not a good business model to ignore the challenges posed by competitors, eventually your product will just become obsolete. This forum thread was about a Roundcube calendar plug-in, for any one else out there, Group-Office is an open-source project that has a lot of features directly built into it. No need for a third party plug-in with group office, the calendar is standard. Just google group-office or go to Group-Office groupware - Your online office. Roundcube could learn a lot from this project. I mean its open-source they can just look at the code.

Last edited by Julius Caesar; 09-16-2009 at 03:51 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #40  
Old 09-23-2009, 12:54 PM
alo alo is offline
Registered User
 
Join Date: Sep 2009
Posts: 1
Default

Hi,
there some news about rccalendar for rc 0.3 and php5. Could i help in some way?

thanks,
alo
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 09:16 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2006-2008 RoundCube Webmail Community