[imp] Two help requests

Joe Hamelin joe@nethead.com
Tue, 8 Jan 2002 20:52:13 -0800 (PST)


Not sure on #1.

For number 2 you will need to edit your perference settings in
horde/config/horde.php.  Below is a copy of what I use for PostgreSQL
on FreeBSD.

If you don't have your prefs set up for some type of database imp
can't figure out if the maintainance has been done yet.

You'll also find that your options will work then.

To enable the options button on imp 3.0 add the button to
horde/imp/config/menu.php (see below).

I hope this helps.. it was the stuff I had to dig up when I installed
mine.  Maybe someone will put some notes in the dist files about this.


-Joe

-------------------------horde/imp/config/menu.php---------------

/* Add your custom entries below this line. */

$_menu[] = array(
       'url' =>        'http://mail.nethead.com/horde/imp/prefs.php',
       'text' =>       'Options',
       'icon' =>       'prefs.gif',
       'icon_path' =>  'http://mail.nethead.com/horde/graphics/',
       'target' =>     '_blank',
       'onclick' =>    ''  
);


---------------------------horde/config/horde.php----------------------

/**
 ** Preference System Settings
 **/

/* What preferences driver should we use? Valid values are 'none'
 * (meaning use system defaults and don't save any user preferences),
 * 'session' (preferences only persist during the login), 'ldap', 
 * and 'sql'.
 */
$conf['prefs']['driver'] = 'sql';

/* Any parameters that the preferences driver needs. This includes
 * database or ldap server, username/password to connect with, etc.
 */
$conf['prefs']['params'] = array();

/* This is an example configuration for a MySQL preference backend. 
 * Be sure to set the prefs driver to 'sql' above if you use this
 * configuration. 
 */
$conf['prefs']['params']['phptype'] = 'pgsql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'horde';
$conf['prefs']['params']['password'] = 'horde';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';


-- 
 -----------------------------------------------------------------
| Joe Hamelin <joe@hamelin.edmonds.wa.us> Edmonds, Washington, US |
 -----------------------------------------------------------------

On Wed, 9 Jan 2002, [iso-8859-1] Daniel Elías Robles wrote:

:
:
:
:
:Hi to all
:
:1.- I need to change the backgroud image for the IMP 3.0 release
:2.- Everytime I log in, I have to go throught the mantenance rutine ¿ any help?
:
:
:Daniel
:
: