+ Reply to Thread
Page 4 of 8 FirstFirst ... 2 3 4 5 6 ... LastLast
Results 31 to 40 of 72

Thread: Calendar PlugIn

  1. #31
    subzonic is offline Registered User
    Join Date
    May 2008
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default Wow Sounds Good

    Great job.

  2. #32
    truderinger is offline Registered User
    Join Date
    May 2008
    Posts
    2
    Downloads
    8
    Uploads
    0

    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.

  3. #33
    stefa.rossi is offline Registered User
    Join Date
    Aug 2008
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default Webmail

    Is there a calendar for Roundcube Webmail v0.2-alpha?

  4. #34
    lacri's Avatar
    lacri is offline Registered User
    Join Date
    Jan 2009
    Location
    Lutherstadt Wittenberg, Germany
    Posts
    179
    Downloads
    5
    Uploads
    0

    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

  5. #35
    lacri's Avatar
    lacri is offline Registered User
    Join Date
    Jan 2009
    Location
    Lutherstadt Wittenberg, Germany
    Posts
    179
    Downloads
    5
    Uploads
    0

    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.

  6. #36
    lacri's Avatar
    lacri is offline Registered User
    Join Date
    Jan 2009
    Location
    Lutherstadt Wittenberg, Germany
    Posts
    179
    Downloads
    5
    Uploads
    0

    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
    Last edited by lacri; 02-02-2010 at 04:20 PM.

  7. #37
    lacri's Avatar
    lacri is offline Registered User
    Join Date
    Jan 2009
    Location
    Lutherstadt Wittenberg, Germany
    Posts
    179
    Downloads
    5
    Uploads
    0

    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.
    Last edited by lacri; 02-02-2010 at 04:20 PM.

  8. #38
    unyqe is offline Registered User
    Join Date
    Sep 2009
    Posts
    4
    Downloads
    0
    Uploads
    0

    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.

  9. #39
    unyqe is offline Registered User
    Join Date
    Sep 2009
    Posts
    4
    Downloads
    0
    Uploads
    0

    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.

  10. #40
    alo
    alo is offline Registered User
    Join Date
    Sep 2009
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default

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

    thanks,
    alo

+ Reply to Thread
Page 4 of 8 FirstFirst ... 2 3 4 5 6 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts