How can I remove one button from NavBar?
Moderator: crythias
-
- Znuny newbie
- Posts: 28
- Joined: 04 May 2010, 10:27
- Znuny Version: 5.0.16
How can I remove one button from NavBar?
I want to rename "phone ticket" to "new ticket" and remove "Email-Ticket" completely.
But I cannot find an option to remove this button. How can I do it?
But I cannot find an option to remove this button. How can I do it?
-
- Znuny superhero
- Posts: 723
- Joined: 10 Oct 2007, 14:30
- Znuny Version: 3.0
- Location: Hamburg, Germany
Re: How can I remove one button from NavBar?
Have a look at your sysconfig 'Frontend::Agent::ToolBarModule'
A rename can be done using the language/translation files. You can find it in the manual.
A rename can be done using the language/translation files. You can find it in the manual.
openSuSE on ESX
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
-
- Znuny newbie
- Posts: 28
- Joined: 04 May 2010, 10:27
- Znuny Version: 5.0.16
Re: How can I remove one button from NavBar?
There is no "Frontend::Agent::ToolBarModule". Only "Frontend::Agent::NavBarModule" and there is only
one option "Frontend::NavBarModule###6-CustomerCompany"
Btw, I'm using version 2.3.4 atm.
one option "Frontend::NavBarModule###6-CustomerCompany"
Btw, I'm using version 2.3.4 atm.
-
- Znuny superhero
- Posts: 723
- Joined: 10 Oct 2007, 14:30
- Znuny Version: 3.0
- Location: Hamburg, Germany
Re: How can I remove one button from NavBar?
Please fill out your signature! I have been looking up this one for 3.0.
In 2.3 you can edit this under 'Frontend::Agent::ModuleRegistration'. Open it with the selection of the goup 'Ticket', not 'Frontend' since, only Ticket will show you these values.
In 2.3 you can edit this under 'Frontend::Agent::ModuleRegistration'. Open it with the selection of the goup 'Ticket', not 'Frontend' since, only Ticket will show you these values.
openSuSE on ESX
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
-
- Znuny newbie
- Posts: 65
- Joined: 29 Sep 2011, 05:18
- Znuny Version: 3.0.11
- Real Name: Ken
- Company: Baltimore City Mayor's Office
Re: How can I remove one button from NavBar?
Bump
I looked in that module because I want to do the same thing. I see "Frontend::ToolBarModule###4-Ticket::AgentTicketPhone" and "Frontend::ToolBarModule###5-Ticket::AgentTicketEmail" so I figured yay, I'll just uncheck the phone but.. it's already unchecked. It still appears in the dropdown for the ticket button though.
?
I looked in that module because I want to do the same thing. I see "Frontend::ToolBarModule###4-Ticket::AgentTicketPhone" and "Frontend::ToolBarModule###5-Ticket::AgentTicketEmail" so I figured yay, I'll just uncheck the phone but.. it's already unchecked. It still appears in the dropdown for the ticket button though.
?
OTRS 3.0.11 / IIS7 / MSSQL 2005 / VMware ESX
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: How can I remove one button from NavBar?
Then give it a group that nobody belongs to. Usually simply clicking the plus next to group is adequate for this purpose.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 65
- Joined: 29 Sep 2011, 05:18
- Znuny Version: 3.0.11
- Real Name: Ken
- Company: Baltimore City Mayor's Office
Re: How can I remove one button from NavBar?
Err... I must be looking at the wrong place. I am in SysConfig and looking at Ticket -> Frontend::Agent::ToolBarModule. On that page I see but one thing that talks about email tickets, Frontend::ToolBarModule###5-Ticket::AgentTicketEmail. If I check mark it and add "Group" pointing to some random group, it still leaves the "New email ticket" on the Ticket navbar dropdown but it also adds an envelope icon.crythias wrote:Then give it a group that nobody belongs to. Usually simply clicking the plus next to group is adequate for this purpose.
I am assuming I may be in the wrong place...
OTRS 3.0.11 / IIS7 / MSSQL 2005 / VMware ESX
-
- Znuny superhero
- Posts: 630
- Joined: 17 Mar 2011, 14:40
- Znuny Version: 5.0.6
- Real Name: Yuri Kolesnikov
- Location: Russia
Re: How can I remove one button from NavBar?
1. Uncheck Frontend::ToolBarModule###5-Ticket::AgentTicketEmail
2. Uncheck Frontend::Module###AgentTicketEmail or add to it some group without your agents.
It must help you
2. Uncheck Frontend::Module###AgentTicketEmail or add to it some group without your agents.
It must help you

Best regards Yuri Kolesnikov
OTRS 5.0.14, ITSM 5.0.14
SUSE 13.2, MariaDB 10.0.22(productive)
OTRS 5.0.14, ITSM 5.0.14(test)
OTRS 5.0.14, ITSM 5.0.14
SUSE 13.2, MariaDB 10.0.22(productive)
OTRS 5.0.14, ITSM 5.0.14(test)
-
- Znuny newbie
- Posts: 65
- Joined: 29 Sep 2011, 05:18
- Znuny Version: 3.0.11
- Real Name: Ken
- Company: Baltimore City Mayor's Office
Re: How can I remove one button from NavBar?
Ah, I was in the wrong section afterall. I unchecked it in moduleregistration, now it's gone. Thanks.
OTRS 3.0.11 / IIS7 / MSSQL 2005 / VMware ESX
Re: How can I remove one button from NavBar?
|-> SysConfig
|-> Ticket
|-> Frontend::Agent::ModuleRegistration
|-> Frontend::Module###AgentTicketPhone
Solved
|-> Ticket
|-> Frontend::Agent::ModuleRegistration
|-> Frontend::Module###AgentTicketPhone
Solved

OTRS 6.0.3-1, MySQL