| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
(#1)
|
(#2)
|
(#3)
|
(#4)
|
| Member Posts: 197 Join Date: Oct 2007 Location: Jakarta, Indonesia |
30-10-2007, 06:12 PM
Should be easy to do something like this, and it would be very useful. I can definitely see myself using it if it were available. I'll throw in my vote. ![]() + Free: Ticket List & Search Mods | Dept. Display Names + Free: (Almost) Perfect Outlook/HTML Tickets + Tutorials: SLA System Explained | Using Template Groups Kayako v3.20.02 | PHP: 5.2.6 | MySQL: 5.0.58 | CentOS 4 |
| | |
(#5)
|
(#6)
|
(#7)
|
| Chief Executive Officer Posts: 2,829 Join Date: May 2003 |
11-12-2007, 06:38 AM
I am starting to love your replies ![]() You can easily do this with IF tags, If I remember correctly the variable is $departmentid. So in the ticket submission template which shows the form you can put in a code like: Code: <{if $departmentid == '2'}>
Display message for support department
<{elseif $departmentid == '3'}>
Display message for sales department
<{else}>
Display message for other departments
<{/if}>
Varun Shoor -------------------------------------------------------------------
|
| | |
(#8)
|
| Member Posts: 197 Join Date: Oct 2007 Location: Jakarta, Indonesia |
02-02-2008, 02:42 PM
I tried Varun's suggestion, but what you need is actually Code: <{if $department[departmentid] == '2'}>
Display message for support department
<{elseif $department[departmentid] == '3'}>
Display message for sales department
<{else}>
Display message for other departments
<{/if}>
+ Free: Ticket List & Search Mods | Dept. Display Names + Free: (Almost) Perfect Outlook/HTML Tickets + Tutorials: SLA System Explained | Using Template Groups Kayako v3.20.02 | PHP: 5.2.6 | MySQL: 5.0.58 | CentOS 4 |
| | |
(#9)
|
(#10)
|
| Member Posts: 197 Join Date: Oct 2007 Location: Jakarta, Indonesia |
02-02-2008, 04:10 PM
I admire your zen-like patience. + Free: Ticket List & Search Mods | Dept. Display Names + Free: (Almost) Perfect Outlook/HTML Tickets + Tutorials: SLA System Explained | Using Template Groups Kayako v3.20.02 | PHP: 5.2.6 | MySQL: 5.0.58 | CentOS 4 |
| | |
(#11)
|
| Operations Manager Posts: 5,559 Join Date: Jan 2006 Location: United Kingdom |
19-08-2008, 11:41 PM
Will implement in Version 4. -------------------------------------------------------------------
|
| | |
![]() |
| Tags |
| input, label, type |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mass change field label only... | ysert | Developers & Code | 1 | 02-07-2008 06:56 PM |
| Tickets Open to change Label selection from checkbox to pulldown | Nika Gerson Lohman | Feature Requests | 0 | 13-05-2008 02:57 PM |
| Default text in the ticket message field | jasonwood | SupportSuite, eSupport and LiveResponse | 1 | 25-02-2008 05:25 PM |
| Tickets > Mass Actions > Better label interface for mass action menu | PeteV | Will Implement (V4) | 2 | 10-12-2007 12:11 PM |
| Custom Fields - how to input just lines of Text? | vinny | How do I? | 5 | 04-03-2007 07:56 AM |