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
New Item in top menu bar!
Moderator: crythias
Re: New Item in top menu bar!
SOLVED
___Kia
___Kia
Re: New Item in top menu bar!
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:
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.
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>
Anyone knows where this is being handle so i can push a custom menu item.
Thanks a lot for your time.
-
- 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!
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!
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!