[turba] Adding Custom Communication Fields to Turba

Michael Rubinsky mrubinsk at horde.org
Wed Apr 20 23:44:33 UTC 2011


Quoting Simon Brereton <simon.brereton at dada.net>:

> Hi
>
> Previously with Horde3, to add a custom field I had to manually edit  
> sources.php and attributes.php in the turba/config directory like  
> this:
>
> $attributes['homeEmail'] = array(
>         'label' => _("Home Email"),
>         'type' => 'email',
>         'required' => false,
>         'params' => array('allow_multi' => false, 'strip_domain' =>  
> false, 'link_compose' => true)
> );
>
> In Horde4 there is no sources.php for me edit.  Is the process still  
> the same?  How does one add a Work Email and Work Cell field?

sources.php is now called backends.php

mike

The Horde Project (www.horde.org)
mrubinsk at horde.org


More information about the turba mailing list