[Tickets #13974] Re: registry.php: request new application status

noreply at bugs.horde.org noreply at bugs.horde.org
Thu Apr 30 18:53:58 UTC 2015


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: https://bugs.horde.org/ticket/13974
------------------------------------------------------------------------------
  Ticket             | 13974
  Updated By         | sca at andreasschulze.de
  Summary            | registry.php: request new application status
  Queue              | Horde Framework Packages
  Type               | Enhancement
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


sca at andreasschulze.de (2015-04-30 18:53) wrote:

to be more precise imagine a horde instance running wiki or ansel.

on anonymous access there is a menu "others" with one item "wiki" or "photos"
So I moved the item to top ( registry.local.php,  [app][menu_parent] = '' )

I just found a solution to do that move only for unauth users by  
placing the following code in
registry.local.php
<?php
global $registry;
if (!$registry->isAuthenticated()) {
   $this->applications['wicked']['menu_parent'] = '';
}






More information about the bugs mailing list