Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
leisse Offline
New Member
 
Posts: 3
Join Date: Apr 2004
Location: Philadelphia
Removing priorities for users - 29-07-2005, 07:20 PM

Is there a way to remove the priority list from the ticket submission area for users? I have a good feeling that every user ticket is going to be "critical" and we don't want users to prioritizing their own tickets. We do want staff to be able to assign a priority if it needs to be escalated, but we don't want users doing it.
   
Reply With Quote
  (#2) Old
Nika Gerson Lohman Offline
Member
 
Nika Gerson Lohman's Avatar
 
Posts: 34
Join Date: Jul 2005
Location: Netherlands
29-07-2005, 11:10 PM

Just remove all and keep one you call "support"?
   
Reply With Quote
  (#3) Old
Varun Shoor Offline
Chief Executive Officer
 
Varun Shoor's Avatar
 
Posts: 2,829
Join Date: May 2003
30-07-2005, 01:38 PM

You can change Priority Select field in the Ticket Submit template to a Hidden one.

Regards,

Varun Shoor


Varun Shoor (varun.shoor ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#4) Old
scottpaterson Offline
New Member
 
Posts: 15
Join Date: Mar 2005
05-10-2005, 02:39 PM

Varun, can you explain how to do this more precisely please ? I have had a go to see if I can do this, but it hasnt worked.

Thanks
   
Reply With Quote
  (#5) Old
linugen Offline
New Member
 
linugen's Avatar
 
Posts: 9
Join Date: May 2006
11-08-2006, 12:37 PM

Here's how to do this in v 3.00.90. In Admin CP go to Templates > Manage Templates > Tickets and select the 'submitticket' template. At about line 34, comment this block of code, using '<!--' and '-->':

Code:
<!--
	  <tr>
		<td align="left" valign="top" class="row2" width="30%"><span class="<{if $posterror == true && $priorityid == ""}>redtext<{else}>smalltext<{/if}>"><{$language[tpriority]}></span></td>
		<td><select name="priorityid" class="swiftselect" type="hidden">
		<{foreach key=key value=item from=$ticketpriorities}>
		<option value="<{$item[priorityid]}>" type="hidden" style="COLOR:<{$item[frcolorcode]}>;BACKGROUND:<{$item[bgcolorcode]}>;"<{if $tgroup[priorityid] == $item[priorityid]}> selected<{/if}>><{$item[title]}></option>
		<{/foreach}>
		</select></td>
	  </tr>
--> 
Then right below it, add the following line:

Code:
<input type="hidden" name="priorityid" value="1">
This will make sure the user cannot select the priority when entering a ticket via the web interface and set the default priority for such tickets to 1 (Low)
   
Reply With Quote
Reply

Tags
priorities, removing

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tickets Tickets -> Each department has own set of priorities Jamie Edwards Feature Requests 1 21-02-2008 03:48 PM
Restrict Priorities to certain users kaviar SupportSuite, eSupport and LiveResponse 2 25-05-2006 02:15 AM
Showing Priorities and Add Notes mmay SupportSuite, eSupport and LiveResponse 2 15-03-2006 11:05 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46