New Item in top menu bar!

Moderator: crythias

Locked
kia
Znuny newbie
Posts: 4
Joined: 12 May 2011, 15:06
Znuny Version: 3.0.5
Real Name: Kia Kena

New Item in top menu bar!

Post by kia »

I would like to add a new menu item in the top navigation bar, unfortunately I couldn't find any info about it.
I was wondering if someone could point me to a correct direction.

____Kia
kia
Znuny newbie
Posts: 4
Joined: 12 May 2011, 15:06
Znuny Version: 3.0.5
Real Name: Kia Kena

Re: New Item in top menu bar!

Post by kia »

SOLVED

___Kia
kekkek
Znuny newbie
Posts: 4
Joined: 25 Oct 2011, 16:08
Znuny Version: 3dot1dot1
Real Name: Daniel

Re: New Item in top menu bar!

Post by kekkek »

Hello,

I would like to know how you SOLVED this.. please.

Thanks!

So far i have found that AgentNavigationBar.dtl is the one that populates de menu from $Qdata in wich:

Code: Select all

<!-- dtl:block:ItemArea -->
    <li id="nav-$QData{"NameForID"}" class="$QData{"CSS"}">
        <a href="$Env{"Baselink"}$Data{"Link"}" title="$Text{"$Data{"Name"}"}$QData{"AccessKeyReference"}" accesskey="$QData{"AccessKey"}" $Data{"LinkOption"}>$Text{"$Data{"Name"}"}</a>
I asume this is done after it validates User permitions, on page load. My goal is to add and Extra menu item here, where i can have a link to another page.

Anyone knows where this is being handle so i can push a custom menu item.

Thanks a lot for your time.
petfrogg
Znuny newbie
Posts: 10
Joined: 26 Oct 2011, 11:49
Znuny Version: 3.0.11
Real Name: Jonas Harnesk
Company: StaticAB

Re: New Item in top menu bar!

Post by petfrogg »

I wonder that to - please post the solutions for us other newbies.
Best regards
Petfrogg

CentOS 6.0
MySQL
OTRS migrating from 2.3.5 to 3.0.11
PS! Dont ticket me for misspelling my name with two "gg"s!
Locked