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 (http://www.tehinterweb.co.uk/roundcube/#piglobaladdressbook)
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
You'll need to have RoundCube 0.4 stable or above to run that plugin, I'd recommend upgrading to 0.5.1 stable.
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 $rcmail_config['plugins'] = array(globaladdressbook,password,vacation);
be $rcmail_config['plugins'] = array('globaladdressbook','password','vacation');
?
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
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();
?>