[horde] dimp menu inside horde menu

Gerard Breiner gerard.breiner at ias.u-psud.fr
Thu Mar 20 14:09:46 UTC 2008


Jan Schneider a écrit :
> Zitat von Gerard Breiner <gerard.breiner at ias.u-psud.fr>:
>
>> Jan Schneider a écrit :
>>> Zitat von Gerard Breiner <gerard.breiner at ias.u-psud.fr>:
>>>
>>>
>>>> Gerard Breiner a écrit :
>>>>
>>>>> Hello,
>>>>>
>>>>> How can I integrate dimp and portal submenu in the same left horde 
>>>>> menuI
>>>>>
>>>>> Thanks in advance
>>>>>
>>>>> Gerard
>>>>>
>>>>>
>>>>>
>>>> I would get in the horde main menu a submenu like :
>>>> Courriel
>>>>    Inbox
>>>>    Summary
>>>>    New message
>>>> I don't want Dimp opens a second menu at the right of the main menu
>>>> because there is redundance of link that puzzled the users.
>>>>
>>>> Here is what I've began to do :
>>>> --------------------------------
>>>> $this->applications['Courriel'] = array(
>>>>    'name' => _("Courriel"),
>>>>    'status' => 'heading',
>>>> );
>>>> $this->applications['dimp'] = array(
>>>>    'fileroot' => dirname(__FILE__) . '/../dimp',
>>>>    'webroot' => $this->applications['horde']['webroot'] . '/dimp',
>>>>    'name' => _("Inbox"),
>>>>    'status' => 'active',
>>>>    'provides' => array('Folder Summary', 'Newest Unseen Messages'),
>>>>    'menu_parent' => 'Courriel'
>>>> );
>>>> -----------------------------
>>>> Is it feasable ?
>>>>
>>>
>>> No. If users choose DIMP on login, no Horde sidebar will be displayed.
>>>
>>> Jan.
>>>
>>>
>> Thanks very much Jan . Then,  is it feasable to have an external web 
>> application in the Dimp menu as I actually have in horde ?
>> Here is the application I run from horde menu . How to do for having 
>> this functionality in Dimp ?
>
> Yes, through config/menu.php.
>
> Jan.
>
Thanks indeed Jan. However, I had tried with the menu.php of Dimp and 
here is what I have began.
 
 dimp/config/menu.php

'gedeon' => array(
    'action' => ' https://gedeon-informatique.ias.u-psud.fr',
    'text' =>  'Gedeon informatique',
    'icon' => '../../themes/ias/mec.gif')
);
------------------------------------

The link 'Gedeon informatique' is created in Dimp menu  but left-click 
give me the message "Chargement ..." and nothing happens.

An idea please ?

Thanks in advance.

Gerard

-- 
Université Paris-Sud 11
Institut D'Astrophysique Spatiale
Gérard Breiner
Rue Georges Clémenceau
fr-91405 Orsay-ville 



More information about the horde mailing list