Author Topic: GlobalAddressBook Plugin  (Read 9074 times)

Offline fedef63

  • Newbie
  • *
  • Posts: 3
GlobalAddressBook Plugin
« on: April 10, 2011, 07:07:07 AM »
Hello all,
I'm new in this forum.

I've an issue with global address book plugin.
I've downloaded the pluging from here:

Roundcube Plugins & Patches

but i've tried also this

git://github.com/JohnDoh/Roundcube-Plugin-Global-Address-Book.git

then I've unpacked it and moved the files  to /var/lib/roundcube/plugins/globaladdressbook  directory.
Then I've added the plugin to:  /etc/roundcube/main.inc.php setting:

$rcmail_config['plugins'] = array(globaladdressbook,password,vacation);

next I've renamed and changetf  the file /var/lib/roundcube/plugins/globaladdressbook/config.inc.php

$rcmail_config['globaladdressbook_user'] = 'addressbook@%d';
$rcmail_config['globaladdressbook_readonly'] = true;
$rcmail_config['globaladdressbook_groups'] = true;
$rcmail_config['globaladdressbook_admin'] = 'addressbook@localhost';
$rcmail_config['globaladdressbook_autocomplete'] = true;

when i login to roundcube using any account or using 'addressbook@localhost'
i cannot see the globaladdressbook plugin.  Under settings  I cannot find the new tab, under compose also and also address book is the same, i just see it empty.

my roundcube is version  0.3.1-20091031, it's running under Ubuntu10.10
i've already read all the thread related, but I cannot find what i'm missing.

Could you please help ?
Thanks
Regards
Federico

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,901
    • SKaero - Custom Roundcube development
GlobalAddressBook Plugin
« Reply #1 on: April 10, 2011, 08:10:58 AM »
You'll need to have RoundCube 0.4 stable or above to run that plugin, I'd recommend upgrading to 0.5.1 stable.

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,870
GlobalAddressBook Plugin
« Reply #2 on: April 10, 2011, 09:26:24 AM »
hi. did you read the instructions on the website? you need to download the right version from this page https://github.com/JohnDoh/Roundcube-Plugin-Global-Address-Book/branches for RC 0.3.1

also i dont know if it matters but shouldnt
Code: [Select]
$rcmail_config['plugins'] = array(globaladdressbook,password,vacation); be
Code: [Select]
$rcmail_config['plugins'] = array('globaladdressbook','password','vacation');?
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline fedef63

  • Newbie
  • *
  • Posts: 3
GlobalAddressBook Plugin
« Reply #3 on: April 10, 2011, 12:16:52 PM »
Hello,
 Thank You skaero and JohnDoh for your answer!

I've solved. I've missed the version i was dowloading was for 0.4 and up.
afther Skaero reply,  I tried downloading the old 0.3 version plugin of the global address book and it was working. Next I'm trying to  upgrade to to 0.5.1 version.
Thank you for help.
Regards
Federico
« Last Edit: April 10, 2011, 12:49:22 PM by fedef63 »

Offline darknior

  • Jr. Member
  • **
  • Posts: 14
Re: GlobalAddressBook Plugin
« Reply #4 on: February 26, 2013, 09:59:36 AM »
I try GlobalAddressbook with rounCube 0.9beta and it works very well :D
Thanks for it ;)

I have post my little FRENCH translation there : https://github.com/JohnDoh/Roundcube-Plugin-Global-Address-Book

Quote
<?php
/* Author: Philip Weir */

$labels = array();
$labels['globaladdressbook'] = 'Adresses Globales';

$messages = array();

?>