[turba] Turba maximum entries
Brooks Roy
blist at prostream.net
Thu Jan 24 02:37:53 UTC 2008
Hello. My first post here..
I have turba installed and created a global address book for all
users.. How can I #1, make it read only?
#2 Also, I have about 300 entries I imported to the address book in my
sources.php. Its SQL. But when the users goto compose within IMP and
click address book, it seems to only show a list of limited users, and
does not get to all 300 entries. How can I increase this to show all
entries?
#3 If I just goto browse the address book, it only shows 5 entries at
a time.. How can I increase this..
$cfgSources['localsql2'] = array(
'title' => _("WJHSD Addressbook"),
'type' => 'sql',
'params' => array_merge($conf['sql'], array('table' =>
'turba_global_objects')),
'map' => array(
'__key' => 'object_id',
'__owner' => 'owner_id',
'__type' => 'object_type',
'__members' => 'object_members',
'__uid' => 'object_uid',
'name' => 'object_name',
'email' => 'object_email',
'alias' => 'object_alias',
'homeAddress' => 'object_homeaddress',
'workAddress' => 'object_workaddress',
'homePhone' => 'object_homephone',
'workPhone' => 'object_workphone',
'cellPhone' => 'object_cellphone',
'fax' => 'object_fax',
'title' => 'object_title',
'company' => 'object_company',
'notes' => 'object_notes',
),
'search' => array(
'name',
'email'
),
'strict' => array(
'object_id',
'owner_id',
'object_type',
),
'readonly' => true,
'public' => true,
'export' => true,
'browse' => true,
'use_shares' => true,
);
Thanks for the help.
More information about the turba
mailing list