[imp] Re: [horde] NAG, MNEMO, KRONOLITH, and TURBA

Nate Mollring nmollring@cennecs.org
Fri Nov 8 21:07:21 2002


Quoting Mike Koponick <mike@redhawk.info>:

> Hello,
> 
> I wanted to know if anyone as gotten NAG, MNEMO, or KRONOLITH to work in the
> IMP menu? I can get TURBA to work fine in the menu.
> 
> I configured them to the installation instructions.
> 
> I uncommented each in the horde/config/registry.php file...
> 
> In each of the config/conf.php files I changed the following:
> 
> $conf['storage']['driver'] = 'sql';
> 
> // Any parameters that the storage driver needs. This includes
> // database or ldap server, username/password to connect with, etc.
> // Below is an example configuration for an sql driver, in this case
> // MySQL.
> // $conf['storage']['params'] = array();
> $conf['storage']['params']['phptype'] = 'mysql';
> $conf['storage']['params']['hostspec'] = 'localhost';
> $conf['storage']['params']['username'] = 'horde';
> $conf['storage']['params']['password'] = '*****';
> $conf['storage']['params']['database'] = 'horde';
> $conf['storage']['params']['table'] = 'mnemo_memos';
> 
> $conf['menu']['apps'] = array('mnemo');
> 
> 
> 
> Any ideas?

What version are you using?  Are the nag, mnemo, kronolith, and turba buttons 
not in the imp menu, or are they in the menu but don't work?  On the CVS 
version, adding buttons to the imp menu is a matter of selecting them via the 
web interface.  On the older versions, you need to 
edit /horde/imp/config/conf.php:
$conf['menu']['apps'] = array('nag', 'kronolith', 'turba', 'mnemo');

To get the bottom horde menu items, you might try to login via /horde instead 
of /horde/imp.
Nate




More information about the imp mailing list