Author Topic: Contacts  (Read 2759 times)

Offline clockmender

  • Newbie
  • *
  • Posts: 3
Contacts
« on: January 13, 2016, 06:45:32 AM »
Hi, Is it possible to make contacts available to more than one logon email address. Specifically, I have a setup for my gliding club and there are several mailboxes, each of which will want to mail the membership either collectively or singularly. I only one want address book on the system so I can maintain it easily. Therefore is it possible to make contacts available to ALL or specific mailboxes. I have tried putting comma separated lists in the user_id column, but of course, that is rejected by the database!

Thanks for any help, Clock.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Contacts
« Reply #1 on: January 13, 2016, 11:30:12 AM »
Take a look at the global addressbook plugin: https://plugins.roundcube.net/packages/johndoh/globaladdressbook

Offline clockmender

  • Newbie
  • *
  • Posts: 3
Re: Contacts
« Reply #2 on: January 14, 2016, 11:47:40 AM »
Thans for that, however, when I tried to install it I got this:

Code: [Select]
root@server1:/etc/roundcube# php composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package johndoh/globaladdressbook could not be found in any version, there may be a typo in the package name.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

here is my composer.json

Code: [Select]
{
    "require": {
        "johndoh/globaladdressbook": "dev-release-1.0"
    }
}


Seems like it is not stable enough just yet.....

Cheers, Clock

PS changing my composer.son to this:

Code: [Select]
{
    "require": {
        "johndoh/globaladdressbook": "dev-release-1.0@dev"
    }
}

did not work either. I got - The requested package johndoh/globaladdressbook could not be found in any version,
« Last Edit: January 14, 2016, 12:30:23 PM by clockmender »

Offline clockmender

  • Newbie
  • *
  • Posts: 3
Re: Contacts
« Reply #3 on: January 15, 2016, 06:47:27 AM »
Hi

All sorted - I contacted the maker of this plugin and got the correct composer.json from him.

Thanks for the help, Clock. :)