[horde] Top menu changes

Daniel A. Ramaley daniel.ramaley at DRAKE.EDU
Thu Nov 10 07:41:40 PST 2005


On Wednesday 09 November 2005 14:32, Daniel A. Ramaley wrote:
>Is there a setting somewhere that will cause the top menu to always
>remain the same? I've searched Google and examined the Horde config
>files but to no avail.

Since no one has any ideas yet, i thought i'd try to post more info. I 
have the sidebar menu disabled, so it is important that the top menu 
always be complete. Here are the versions of the relevant software that 
is being used:
    Red Hat Enterprise Linux AS 4 update 2 (x86_64 architecture)
    PostgreSQL 7.4.8
    Apache 2.0.52
    PHP 4.3.9
    Horde 3.0.6

Horde was installed from the tarball on ftp.horde.org. PHP was compiled 
from Red Hat's source RPM; i recompiled it to add mcrypt support (using 
libmcrypt 2.5.7 installed from RPMs downloaded from 
http://dag.wieers.com/packages/libmcrypt/).

Since the installation i've made a few configuration changes. In 
config/prefs.php i set these:
        $_prefs['twentyFour'] = array(
            'value' => true,
        $_prefs['date_format'] = array(
            'value' => '%a %Y-%m-%d',
        $_prefs['theme'] = array(
            'value' => 'mozilla',
        $_prefs['show_sidebar'] = array(
            'value' => false,

My config/conf.php follows. For this posting i've changed the PostgreSQL 
passwords and the $conf['auth']['admins'] list, but otherwise left it 
the same.

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: horde/config/conf.xml,v 1.74.2.14 2005/08/23 17:14:42 
mrubinsk Exp $
$conf['debug_level'] = E_ALL;
$conf['max_exec_time'] = 0;
$conf['use_ssl'] = 2;
$conf['server']['name'] = $_SERVER['SERVER_NAME'];
$conf['server']['port'] = $_SERVER['SERVER_PORT'];
$conf['compress_pages'] = true;
$conf['umask'] = 077;
$conf['session']['name'] = 'Horde';
$conf['session']['cache_limiter'] = 'nocache';
$conf['session']['timeout'] = 0;
$conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
$conf['cookie']['path'] = '/horde';
$conf['sql']['persistent'] = true;
$conf['sql']['hostspec'] = 'localhost';
$conf['sql']['username'] = 'horde';
$conf['sql']['password'] = 'PASSWORD';
$conf['sql']['protocol'] = 'unix';
$conf['sql']['database'] = 'horde';
$conf['sql']['charset'] = 'iso-8859-1';
$conf['sql']['phptype'] = 'pgsql';
$conf['auth']['admins'] = array('user1', 'user2');
$conf['auth']['checkip'] = true;
$conf['auth']['params']['hostspec'] = 'mail.drake.edu';
$conf['auth']['params']['port'] = 143;
$conf['auth']['params']['protocol'] = 'imap/notls';
$conf['auth']['params']['imapconfig'] = 'separate';
$conf['auth']['driver'] = 'imap';
$conf['signup']['allow'] = false;
$conf['signup']['approve'] = true;
$conf['signup']['preprocess'] = false;
$conf['signup']['queue'] = false;
$conf['log']['priority'] = PEAR_LOG_NOTICE;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = '/tmp/horde.log';
$conf['log']['params']['append'] = true;
$conf['log']['type'] = 'file';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;
$conf['prefs']['params']['driverconfig'] = 'horde';
$conf['prefs']['driver'] = 'sql';
$conf['datatree']['params']['driverconfig'] = 'horde';
$conf['datatree']['driver'] = 'sql';
$conf['group']['driver'] = 'datatree';
$conf['cache']['default_lifetime'] = 1800;
$conf['cache']['params']['dir'] = Horde::getTempDir();
$conf['cache']['driver'] = 'file';
$conf['token']['params']['driverconfig'] = 'horde';
$conf['token']['driver'] = 'sql';
$conf['mailer']['params']['sendmail_path'] = '/usr/lib/sendmail';
$conf['mailer']['params']['sendmail_args'] = '-oi';
$conf['mailer']['type'] = 'sendmail';
$conf['vfs']['params']['vfsroot'] = '/tmp';
$conf['vfs']['type'] = 'file';
$conf['sessionhandler']['params']['persistent'] = true;
$conf['sessionhandler']['params']['protocol'] = 'unix';
$conf['sessionhandler']['params']['hostspec'] = 'localhost';
$conf['sessionhandler']['params']['username'] = 'horde';
$conf['sessionhandler']['params']['password'] = 'PASSWORD';
$conf['sessionhandler']['params']['database'] = 'horde';
$conf['sessionhandler']['type'] = 'pgsql';
$conf['mime']['magic_db'] = '/usr/share/misc/magic';
$conf['problems']['email'] = 'webmaster at example.com';
$conf['menu']['always'] = false;
$conf['menu']['links']['help'] = 'all';
$conf['menu']['links']['options'] = 'authenticated';
$conf['menu']['links']['problem'] = 'never';
$conf['menu']['links']['login'] = 'all';
$conf['menu']['links']['logout'] = 'authenticated';
$conf['hooks']['username'] = false;
$conf['hooks']['preauthenticate'] = false;
$conf['hooks']['postauthenticate'] = false;
$conf['hooks']['authldap'] = false;
$conf['fortune']['exec_path'] = '/usr/bin/fortune';
$conf['kolab']['enabled'] = false;
$conf['imsp']['enabled'] = false;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

Thanks in advance for your time and for any suggestions.

------------------------------------------------------------------------
Dan Ramaley
Network Programmer/Analyst
(515) 271-4540
Dial Center 118, Drake University


More information about the horde mailing list