Custom menu

Hi,

We would like to add a link to an external website in the main menu to
the left. I tried to edit elemnts/Tabs, but the item I added doesnt
show:

                D => { title => 'External link',
                       path => 'http://externalsite/logon/'
                     },

Thanks in advance for any tips.

regards,
Espen Tagestad

Hello Espen,

  1. Have you cleaned mason cache?
  2. Restarted server?
  3. It’s better to use callbacks, read about them on the wiki.On Wed, Sep 2, 2009 at 3:11 PM, Espen Tagestadespent@totem.fix.no wrote:

Hi,

We would like to add a link to an external website in the main menu to
the left. I tried to edit elemnts/Tabs, but the item I added doesnt
show:

               D => { title => 'External link',
                      path => 'http://externalsite/logon/'
                    },

Thanks in advance for any tips.

regards,
Espen Tagestad


List info: The rt-devel Archives

Best regards, Ruslan.

Hi,

We would like to add a link to an external website in the main menu to
the left. I tried to edit elemnts/Tabs, but the item I added doesnt
show:

                D => { title => 'External link',
                       path => 'http://externalsite/logon/'
                     },

Thanks in advance for any tips.

You want to be doing this in a callback. Have a look at an RT extension
like RT::OnlineDocs to see how you might add such a callback.