David Chang | 1 Jun 2008 02:08
Picon
Favicon

Re: problem of upgrade turba from 2.1.7 to 2.2

Quoting David Chang <david <at> tmv.gov.tw>:

> Quoting Michael Rubinsky <mrubinsk <at> horde.org>:
>
>> Quoting David Chang <david <at> tmv.gov.tw>:
>>
>>> Quoting Michael Rubinsky <mrubinsk <at> horde.org>:
>>>
>>>> Quoting David Chang <david <at> tmv.gov.tw>:
>>>>
>>>>> After upgrade localsql backend from 2.1.7 to 2.2,some of prefences did
>>>>> not work/map successfully,eg.
>>>>> imp[search_source],imp[search_fields],turba[addressbooks]. For
>>>>> example, after run done 2007-06-17_flatten_shares.php ,and login to
>>>>> horde-3.2,the imp[search_source] preference looks like this:
>>>>> pref_uid  pref_scope  pref_name    pref_value
>>>>> ========  ==========  =========    ==========
>>>>> user_a    turba       addressbooks localsql
>>>>>                                  local_ldap
>>>>>                                    
>>>>> localsql:dd38b1b284f79796351d0c5fda5fd80f
>>>>>                                    
>>>>> localsql:55dae36c62c8e10ef9583cf522299ff1
>>>>>
>>>>> However,as i know,if it work ,that should be,
>>>>> pref_uid  pref_scope  pref_name    pref_value
>>>>> ========  ==========  =========    ==========
>>>>> user_a    turba       addressbooks user_a
>>>>>                                  local_ldap
>>>>>                                  dd38b1b284f79796351d0c5fda5fd80f
(Continue reading)

Cyrille CHALIER | 2 Jun 2008 15:39
Picon
Favicon

Re: Members of a LDAP group

Thank you very much Jan

I had not seen the example, it's OK, it works fine

Cyrille

Le Sat, 31 May 2008 Jan Schneider <jan <at> horde.org> a écrit :

> Zitat von Cyrille CHALIER <c.chalier <at> clermont-fd.cci.fr>:
>
>> Hy to all,
>>
>> I have Horde Groupware Webmail Edition 1.1, I have configured Horde
>> Turba with a new ldap directory (openldap) following the
>> instructions  http://wiki.horde.org/NewLDAPHowTo.
>>
>> All is OK users and groups, creation and displaying.
>>
>> My question is, is it possible for the users to see by Turba who are
>>  the members of a LDAP group ?
>
> See the example in turba/config/sources.php.dist about how to create
> an address book per group. Works if you have setup Horde to use LDAP
> for groups.
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
(Continue reading)

gimili | 2 Jun 2008 15:58
Picon

How to have shared global address book automatically displayed and used by default for email name expansion?

How to have shared global address book automatically displayed and used 
by default for email name expansion?  I want every user to be able to 
type a name and have it expand without having to go to options and add 
use the " Choose which address books to display, and in what order:" 
selection box.  Any help appreciated.

Turba: H3(2.2)

My different attempts in Turba prefs.php

// Address books to be displayed in the address book selection widget
// and in the Browse menu item.  The address book name is stored using
// the source key from sources.php (e.g. "localsql").  Separate
// entries with "\n" , e. g. 'value' => "localsql\nlocalldap" (the
// double quotes are REQUIRED).  If 'value' is empty (''), all address
// books that the user has permissions to will be listed.
$_prefs['addressbooks'] = array(
//  'value' => "localsql\n36c6ce6ed28fbce9a25201789599be61",
//    'value' => 'localsql',
    'value' => "localsql\nlocalsql:36c6ce6ed28fbce9a25201789599be61",
//    'value' => '',
    'locked' => false,
    'shared' => false,
    'type' => 'implicit',
);

--

-- 
Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org
(Continue reading)

Michael Rubinsky | 2 Jun 2008 16:33
Favicon
Gravatar

Re: How to have shared global address book automatically displayed and used by default for email name expansion?

Quoting gimili <gimili17 <at> gmail.com>:

> How to have shared global address book automatically displayed and used
> by default for email name expansion?  I want every user to be able to
> type a name and have it expand without having to go to options and add
> use the " Choose which address books to display, and in what order:"
> selection box.  Any help appreciated.

> Turba: H3(2.2)
>
> My different attempts in Turba prefs.php

The first attempt in your code fragment below is the closest to being  
correct.  I am assuming that 'localsql' is a 'shared' source.  If  
that's the case, then you cannot set that as a value in the prefs.   
The other share that you have set looks correct.  The other thing  
worth noting is that you must set that pref to locked if you wish to  
force these values to other users that may have already had an  
addressbook pref set...otherwise the already existing values will  
override your settings.

> // Address books to be displayed in the address book selection widget
> // and in the Browse menu item.  The address book name is stored using
> // the source key from sources.php (e.g. "localsql").  Separate
> // entries with "\n" , e. g. 'value' => "localsql\nlocalldap" (the
> // double quotes are REQUIRED).  If 'value' is empty (''), all address
> // books that the user has permissions to will be listed.
> $_prefs['addressbooks'] = array(
> //  'value' => "localsql\n36c6ce6ed28fbce9a25201789599be61",
> //    'value' => 'localsql',
(Continue reading)

David Chang | 3 Jun 2008 04:19
Picon
Favicon

problem of convert_datatree_shares_to_sql.php in turba-2.2

I have error message returned,while execute  
convert_datatree_shares_to_sql.php under  turba-2.2/scripts/upgrades

#cd turba-2.2/scripts/upgrades
#php -f ./convert_datatree_shares_to_sql.php
Do you want to keep your old datatree data or delete it?
     (0) Keep
     (1) Delete

Type your choice: 1
Data will be copied into the new tables, and WILL be deleted from the  
datatree.
  Is this what you want?
     (y) Yes
     (n) No

Type your choice: y
[  INFO  ] Migrating share data for share_id: 45169

Fatal error: Call to undefined method MDB2_Error::execute() in  
/usr/local/apache/horde-rc/turba/scripts/upgrades/convert_datatree_shares_to_sql.php on line  
165

David

--

-- 
Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

(Continue reading)

Manilal K M | 3 Jun 2008 09:29
Picon
Gravatar

Turba having problems with external databases

Hello,
  I have installed and configured the latest stable version horde(3.2)
and turba(2.2) in our Centos-4.6 server with PHP-5.2.6 and MySQL-5.0.
I have configured three address books in turba - Two from LDAP and one
from a MySQL table in the default horde database(mysql). These three
address books work perfectly. But everything went bad when I added an
address book from an external MySQL database. After adding the
external database, the existing three sources disappeared and only the
external source is listed without a proper title. Here is the
sources.php file entry corresponding to the external address book:

$cfgSources['sql_crm_contacts'] = array(
    'title' => _("CRM Contacts"),
    'type' => 'sql',

     'params' => array(
         'phptype' => 'mysql',
         'hostspec' => 'localhost',
         'username' => 'vtigeruser',
         'password' => '*********',
         'database' => 'crmdb',
         'table' => 'vtiger_contactdetails LEFT JOIN vtiger_account ON
vtiger_contactdetails.accountid=vtiger_account.accountid',
         'charset' => 'iso-8859-1'
    ),
    'map' => array(
        '__key' => 'vtiger_contactdetails.contactid',
        'name' => array('fields' => array('firstname',
'lastname'),'format' => '%s %s', 'attribute' => 'name'),
        'firstname' => 'vtiger_contactdetails.firstname',
(Continue reading)

Cheung Kin Sun Jackson | 3 Jun 2008 16:20
Picon

add a book icon next to a sender's e-mail

I would like to know how to add a book icon next to a sender's or  
recipient's e-mail address, so that users can just click it and add  
the e-mail address to address book directly.

System background info.
Debian Etch
Apache 2.2.3
php 5.2.0
mysql 5.0.32
Horde 3.1.3
IMP 4.1.3
turba 2.1.3

Thanks.

Best Rgds,
KS Cheung

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean. (HNC)

--

-- 
Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

Martin Fraser | 4 Jun 2008 13:42
Favicon

Re: add a book icon next to a sender's e-mail

In IMP, click on options at the top of the screen.

Under Other Options there is a section for Address Books.

The drop down list at the bottom of that screen is labelled:
"Choose the address book to use when adding addresses."

With that drop down you have to choose the address book to use when 
adding addresses, surprisingly enough ;)

Once that is done IMP will know where to put new contacts and a little 
icon should appear next to any unknown contact when you open the email.

I hope that helps.

Martin...

Cheung Kin Sun Jackson wrote:
> I would like to know how to add a book icon next to a sender's or  
> recipient's e-mail address, so that users can just click it and add  
> the e-mail address to address book directly.
> 
> 
> System background info.
> Debian Etch
> Apache 2.2.3
> php 5.2.0
> mysql 5.0.32
> Horde 3.1.3
> IMP 4.1.3
(Continue reading)

gimili | 4 Jun 2008 14:22
Picon

Re: add a book icon next to a sender's e-mail

Martin Fraser wrote:
> In IMP, click on options at the top of the screen.
>
> Under Other Options there is a section for Address Books.
>
> The drop down list at the bottom of that screen is labelled:
> "Choose the address book to use when adding addresses."
>
> With that drop down you have to choose the address book to use when 
> adding addresses, surprisingly enough ;)
>
> Once that is done IMP will know where to put new contacts and a little 
> icon should appear next to any unknown contact when you open the email.
>   
Is there a way to automate this for everyone so that it is the default 
behaviour and they don't have to do the above steps?
--

-- 
Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

Michael Rubinsky | 4 Jun 2008 17:10
Favicon
Gravatar

Re: add a book icon next to a sender's e-mail

Quoting gimili <gimili17 <at> gmail.com>:

> Martin Fraser wrote:
>> In IMP, click on options at the top of the screen.
>>
>> Under Other Options there is a section for Address Books.
>>
>> The drop down list at the bottom of that screen is labelled:
>> "Choose the address book to use when adding addresses."
>>
>> With that drop down you have to choose the address book to use when
>> adding addresses, surprisingly enough ;)
>>
>> Once that is done IMP will know where to put new contacts and a little
>> icon should appear next to any unknown contact when you open the email.
>>
> Is there a way to automate this for everyone so that it is the default
> behaviour and they don't have to do the above steps?

It depends on the type of address book source you are using in Turba.  
You can set the preference in imp/config/prefs.php, but only if you  
set it to a source that does _not_ have shares enabled, since each  
user's address book is identified by a unique id.

> --
> Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org
>

(Continue reading)


Gmane