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
christinasc Offline
Member
 
Posts: 69
Join Date: May 2006
templates Question: - 29-01-2007, 11:02 PM

Hello,

I am wondering if it possible to show the ticket submission form only without the side navigation and login box. For example, from other parts of my website, I would like to have a link to the ticket submission page but I don't want to show the menu.

However, when the user wants to browse to the support site, they should still be able to see all the navigation.

For example, it is possible to show the page below without the navigation? I.e. show only the Submit ticket form part.
http://support.kayako.net/index.php?...departmentid=4

But by choice? and not all the time?

Can anyone help?

Thanks.

Last edited by christinasc; 29-01-2007 at 11:07 PM.
   
Reply With Quote
  (#2) Old
Hermelin Offline
Member
 
Posts: 42
Join Date: Nov 2006
Location: Germany
30-01-2007, 09:24 PM

If you want to have submit ticket sometimes with menu sometimes without, I'd recommend using two template groups.

Kepp default one with menu, and create anew one (suggested name nomenu) without, then you just add &group=nomenu to the url when you don't want a menu and &group=default to be sure to get the menu (cookies around).

Templates to be modified are header / footer that template call navbar (various navigation elements). For the skinning specialists around it's probably piece of cake.

Anne


Using e-support 3.20.02 for internal support

Last edited by Hermelin; 30-01-2007 at 09:26 PM.
   
Reply With Quote
  (#3) Old
christinasc Offline
Member
 
Posts: 69
Join Date: May 2006
31-01-2007, 05:19 AM

Anne,

Thanks for the answer .

It seems that once you start using group="nomenu" you have to specify "group=default" if you want it to go back to the default... it won't automatically go to default without it again in the same session. Do you experience this?

Last edited by christinasc; 31-01-2007 at 06:44 AM.
   
Reply With Quote
  (#4) Old
eiden Offline
Member
 
Posts: 234
Join Date: Apr 2006
Location: Norway
31-01-2007, 08:51 AM

You don't have to use different templategroups. Just add a parameter to the url, and add ann if-then-else statment to the template.

Code:
<{if $_TPL[GET][showMenu] == "true"}>
...Show
<{else}>
...Hide
<{/if}>
   
Reply With Quote
Reply

Tags
templates

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



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


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 47