[kronolith] Two config questions

cjdl01 cjdl01 at brokensolstice.com
Wed Nov 30 16:31:33 UTC 2011


Quoting ANANT S ATHAVALE <asa at isac.gov.in>:

> You need to create prefs.local.php for any changes w.r.t pref.php
>
> and it should have these lines
>
> $_prefs['search_sources']['locked'] = true;
> $_prefs['search_sources']['hook'] = true;
> $_prefs['search_fields']['locked'] = true;
> $_prefs['search_fields']['hook'] = true;
>
> and copy hooks.php.dist to hooks.php and enable those hook functions  
> by uncommenting those lines of code.
>
> and for turba the file you should refer is turba/config/backends.php  
> (copied to backends.local.php with site specific changes)
>
> I hope this helps.
>
> -Anant.

It certainly does, Anant.  Thank you.  But, I'm afraid that there is  
still something I am missing.  I have implemented the changes you  
suggested, but it seems there is a little more that I need to do here.

The prefs.php line:
$_prefs['search_sources'] = array(
     'value' => ''
);

Should I put this in my prefs.local.php?  And if so, what exactly goes  
into the array?  I have looked at ~/turba/config/backends.php, and I  
have these objects (first line of block of code):

$cfgSources['prefs'] = array(
$cfgSources['favourites'] = array(
$cfgSources['facebook'] = array(
$cfgSources['imsp'] = array(

But I don't see anything that refers to "all my private and shared  
addressbooks".  I'm using turba with the vfs set to horde defaults,  
and the horde vfs set to "Files on the local system".  I don't pull  
anything from ldap, imsp, facebook or any other external back end.  Is  
there a source that equates to "all my shared and personal turba  
address books"?

Remember what I'm trying to do here is get kronolith to search through  
all the user's address books when inviting attendees.  Right now, it  
only searches through their primary, private addressbook.  All  
secondary and shared address books are ignored.

I appreciate your patience.

Thanks.

-Chris




More information about the kronolith mailing list