Hello,
This is my first question on here. I'm finding OTRS excellent and I have nearly got my whole helpdesk set up with out asking any questions yet!
I do have this one though: I would like to remove some functionality from the customer portal. I don't want customers to be able to set the next state or priority of a ticket (make them read only?) and I also want then to only see a limited list of queues when creating a new ticket.
Is this possible?
Kevin
Removing some fields from Customer portal
Moderator: crythias
-
- Znuny newbie
- Posts: 32
- Joined: 22 Sep 2011, 16:32
- Znuny Version: 5.0.16
- Real Name: Kevin Pattison
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Removing some fields from Customer portal
You can change the code for things in the .dtl
use <input type="hidden" Name="priority" value="3 Normal">, as an example for replacing the default code for selecting priority. or simply turn it off in
Edit Config Settings in Ticket -> Frontend::Customer::Ticket::ViewNew
Also take a look at this: http://forums.otrs.org/viewtopic.php?f=60&t=7138
use <input type="hidden" Name="priority" value="3 Normal">, as an example for replacing the default code for selecting priority. or simply turn it off in
Edit Config Settings in Ticket -> Frontend::Customer::Ticket::ViewNew
Also take a look at this: http://forums.otrs.org/viewtopic.php?f=60&t=7138
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: 32
- Joined: 22 Sep 2011, 16:32
- Znuny Version: 5.0.16
- Real Name: Kevin Pattison
Re: Removing some fields from Customer portal
Got it all sorted thanks to that.
Cheers.
Cheers.