+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 16 of 16
Like Tree1Likes

Thread: global addressbook plugin

  1. #11
    skaero's Avatar
    skaero is offline Administrator
    Join Date
    Jun 2006
    Location
    USA - New Mexico
    Posts
    2,092
    Downloads
    5
    Uploads
    0

    Default

    In your <RC root>/config/main.inc.php find:
    Code:
    $rcmail_config['plugins']
    and add globaladdressbook to the array:
    Code:
    $rcmail_config['plugins'] = array('globaladdressbook');

  2. #12
    slevine is offline Roundcube Newcomer
    Join Date
    Jun 2010
    Posts
    8
    Downloads
    0
    Uploads
    0

    Default

    main.inc.php did not include $rcmail_config['plugins'].

    I did add the line $rcmail_config['plugins'] = array('globaladdressbook');

    What's my next step?

  3. #13
    skaero's Avatar
    skaero is offline Administrator
    Join Date
    Jun 2006
    Location
    USA - New Mexico
    Posts
    2,092
    Downloads
    5
    Uploads
    0

    Default

    What version on RoundCube are you using?

  4. #14
    slevine is offline Roundcube Newcomer
    Join Date
    Jun 2010
    Posts
    8
    Downloads
    0
    Uploads
    0

    Default

    Where do I see the version setting on the program? There is no Help or About hyperlink.

  5. #15
    skaero's Avatar
    skaero is offline Administrator
    Join Date
    Jun 2006
    Location
    USA - New Mexico
    Posts
    2,092
    Downloads
    5
    Uploads
    0

    Default

    In <RC root>/index.php on about the 5 line there is a version number.

  6. #16
    slevine is offline Roundcube Newcomer
    Join Date
    Jun 2010
    Posts
    8
    Downloads
    0
    Uploads
    0

    Default

    Version 0.3.1-20091031

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

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