[turba] Fwd: Re: How to set up an addressbook for groups

Michael Rubinsky mike at theupstairsroom.com
Sun Oct 29 06:54:05 PST 2006


Please keep responses on list...

----- Forwarded message from s.newslists at googlemail.com -----
     Date: Sun, 29 Oct 2006 10:59:35 +0100
     From: Stefan Stolz <s.newslists at googlemail.com>
  Subject: Re: [turba] How to set up an addressbook for groups
       To: mrubinsk at horde.org

Zitat von Michael Rubinsky <mike at theupstairsroom.com>:

> If you are using horde from cvs, this is now implemented in HEAD.  If
> your not using HEAD, check out cvs.horde.org and look at
> turba/config/sources.php.dist and turba/lib/Driver/group.php

Hmm, i made this exactly like in the .dist

-->
$grpSource = array(
     'title' => _("Group"),
     'type' => 'group',
     'params' => array(
        'name' => ''
     ),
     'map' => array(
         '__key' => 'email',
         'name' => 'name',
         'email' => 'email'
     ),
     'search' => array(
         'name',
         'email'
     ),
     'export' => true,
     'browse' => true
);
<--

except, that i deleted one "," in the rowse line. But it dont works.  
Must i set something for params? I tried:
'params' => array_merge($conf['sql'], array('table' => 'turba_objects')),
because i store everything in mysql. But this also not works, or lets  
say the group addressbook dont apears.


Thanks
Stolzi

----- End forwarded message -----


Thanks,
mike

--
The Horde Project (www.horde.org)
mrubinsk at horde.org
-------------- next part --------------
An embedded message was scrubbed...
From: Stefan Stolz <s.newslists at googlemail.com>
Subject: Re: [turba] How to set up an addressbook for groups
Date: Sun, 29 Oct 2006 10:59:35 +0100
Size: 3203
Url: http://lists.horde.org/archives/turba/attachments/20061029/a7a7c9c0/attachment.mht
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-keys
Size: 2013 bytes
Desc: PGP Public Key
Url : http://lists.horde.org/archives/turba/attachments/20061029/a7a7c9c0/attachment.bin


More information about the turba mailing list