Kayako logo
Developers & Code Interested in customizing your Kayako products? Discuss modifications and develop your own mods with the community.

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#1) Old
eiden Offline
Member
 
Posts: 237
Join Date: Apr 2006
Location: Norway
HowTo: Skip department selection - 05-04-2006, 10:31 AM

I have only one department in the template group. So what's the point of selecting a department then? Here is the solution:


Open Admin CP->Templates->Manage Groups
Select the Template Group you want to edit. (click on the name)

Go to the General->Index template

Code:
<{foreach key=key value=item from=$widgets}>

<{if $item[split] eq 0}><tr><{/if}>
<!-- BEGIN WIDGET: <{$item[title]}> -->

<a href="<{$item[link]}><{if $item[link] == "index.php?_m=tickets&_a=submit"}>&departmentid=<{ $tgroup[departmentid]}>&step=1<{/if}>" id="moduletitle"><strong><{$item[title]}></strong></a>

<!-- END WIDGET: <{$item[title]}> -->
<{/foreach}>
   
Reply With Quote
  (#2) Old
Hermelin Offline
Member
 
Posts: 46
Join Date: Nov 2006
Location: Germany
09-11-2006, 03:10 PM

Thanks for the hint!

Actually the footer template should also be modified in the same way. Not sure how something can be done for $navigation.

Anne
   
Reply With Quote
Reply

Tags
department, howto, selection, skip

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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
No department selection at all. MattM How do I? 3 27-09-2007 03:34 PM
Remove Department Selection tintin85 How do I? 1 25-09-2007 07:55 AM
how do I get an alert when a ticket is assigned to a new department Rodney B How do I? 3 22-09-2007 01:18 PM
Unique template group for each Department and to list the same in department list sureshkumar.mr SupportSuite, eSupport and LiveResponse 2 29-09-2006 02:06 PM
One step ticket - no department selection first lepa SupportSuite, eSupport and LiveResponse 7 16-06-2006 02:09 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