[horde] update in wiki page.
Vilius Šumskas
vilius at lnk.lt
Mon Dec 12 16:21:08 UTC 2011
> ----- Message from Vilius ?umskas <vilius at lnk.lt> ---------
> Date: Thu, 1 Dec 2011 12:15:51 +0200
> From: Vilius ?umskas <vilius at lnk.lt>
> Subject: Re: [horde] update in wiki page.
> To: horde at lists.horde.org
>
>
> >> Dear List,
> >>
> >> Can anybody mail me/update wiki website w.r.t
> >>
> >> Customising Menu/Sidebar?
> >>
> >> The existing link is
> http://wiki.horde.org/CustomizeMenu?referrer=HowTo
> >>
> >> I could use that example for H3. But if I use similar customisation
> >> for H4, I get those Menu and links, but at the same time, the items
> >> added get listed in Preferences also (which I don't want).
> >
> > Try changing 'status' => 'active' to 'status' => 'sidebar'. Also see
> > how original Horde menu items which does not appear in Preferences
> > are configured.
> >
> > --
> > Vilius
>
> I tried the following.
>
> 'intranet' => array(
> 'name' => _('Intranet Links'),
> 'status' => 'heading'
> ),
>
> 'acs' => array(
> 'webroot' => 'http://xxx.yyy.zzz/',
> 'name' => _("XYZ"),
> 'status' => 'sidebar',
> 'target' => '_blank',
> 'menu_parent' => 'intranet',
> 'fileroot' => '/tmp',
> 'icon' => ''
> ),
I believe Horde cannot find a webroot and disables menu entry automatically.
--
Vilius
More information about the horde
mailing list