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
Thijs Offline
Member
 
Posts: 253
Join Date: Jan 2007
Edit footer-menu bar so it does not show extra links after login - 03-04-2007, 10:15 PM

Hi,

I was wondering if it's possible to remove the links that are added when you login to your account to add and view the tickets you have.

I don't see a if() statement anywhere in the template where the menu exists for those 2 links.

Do I have to remove the whole bar and add the default (not logged in) links manually ?

Thanks !
   
Reply With Quote
  (#2) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,131
Join Date: Jan 2006
Location: United Kingdom
03-04-2007, 10:44 PM

Hi Thijs,

Which links? The ones on the navigation menu (side menu)?


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#3) Old
Thijs Offline
Member
 
Posts: 253
Join Date: Jan 2007
04-04-2007, 06:33 AM

Quote:
Originally Posted by Jamie Edwards View Post
Hi Thijs,

Which links? The ones on the navigation menu (side menu)?
Hi Jamie,

No, the ones at the bottom of the page: Home, Downloads, Knowledgebase, so on.

Hope this helps.

Cheers,

Thijs
   
Reply With Quote
  (#4) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,131
Join Date: Jan 2006
Location: United Kingdom
04-04-2007, 08:14 AM

Hi Thijs,

It is this code found in the footer template:
Code:
<{foreach key=key value=item from=$widgets}> | <a  href="<{$item[link]}>"  id="footerlink"><{$item[title]}></a><{/foreach}
What this code does is step through each Widget and outputs a link to the widget. Widgets are editable in the file ../includes/Widgets/widget.php.

Thanks,


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#5) Old
Thijs Offline
Member
 
Posts: 253
Join Date: Jan 2007
04-04-2007, 08:53 AM

Hi Jamie,

Exactly what I was looking for. I thought to not mess up with the widgets, ut it's very nice !

Thanks !

Cheers,
   
Reply With Quote
  (#6) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,131
Join Date: Jan 2006
Location: United Kingdom
04-04-2007, 09:03 AM

Hi Thijs,

Taking this code out will not interfere with the Widgets, but simply stop them being listed a second time in this footer.

There is documentation within that widgets.php file I referred to - it is quite easy to edit if you wanted to add your own widgets or remove them.

Thanks,


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#7) Old
Thijs Offline
Member
 
Posts: 253
Join Date: Jan 2007
04-04-2007, 09:40 AM

Thanks Jamie !

What I see is that the Widgets are applied on the index and the menu-footer ?

Only on the menu-footer would be nicer, or that both are seperated... main and the footer part.

I think this needs some custom-coding.

Cheers,

Thijs

Last edited by Thijs; 04-04-2007 at 09:57 AM.
   
Reply With Quote
  (#8) Old
supportskins Online
Senior Member
 
supportskins's Avatar
 
Posts: 3,570
Join Date: Aug 2006
Location: Mumbai, India
04-04-2007, 11:30 AM

You can simply remove the footer bar code and add the links manually. That should work as well.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#9) Old
Thijs Offline
Member
 
Posts: 253
Join Date: Jan 2007
04-04-2007, 12:23 PM

Quote:
Originally Posted by supportskins View Post
You can simply remove the footer bar code and add the links manually. That should work as well.
Yes, that was my idea too. I think that is a better idea. But it's very nice to know that the widgets will work too.
   
Reply With Quote
  (#10) Old
supportskins Online
Senior Member
 
supportskins's Avatar
 
Posts: 3,570
Join Date: Aug 2006
Location: Mumbai, India
04-04-2007, 12:49 PM

Widgets will work without any issues



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
Reply

Tags
bar, edit, extra, footermenu

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
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