Kayako Logo
Style & Design Customizing the look and feel of your support desk? Share thoughts and request assistance here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
axiomx11 Offline
New Member
 
Posts: 2
Join Date: Apr 2008

SupportSuite
Owned License
Post Replace Navigation Double Arrow "»" with a Single Arrow ">" (breadcrumbs) - 11-04-2008, 07:20 PM

Where it says things like:

Support Center » Troubleshooter

I would like it to say:


Support Center > Troubleshooter

Somewhere this code hides behind this command:
Code:
<{$navigation}>
Where?
   
Reply With Quote
  (#2) Old
Dewak Offline
Member
 
Dewak's Avatar
 
Posts: 103
Join Date: Feb 2008

SupportSuite
Owned License
11-04-2008, 08:58 PM

Hello,

What you need to do is to modify how the variable <{$navigation}> is created. To do this you will need to modify the php files in the "modules" folder that start with client_XXX.php

E.g.: client_knowledgebase.php, client_downloads.php etc...

Open those files and look for the occurrences of &raquo; (this character is the HTML code for », right angle quote ) and replace them with &gt; (greater than) .

That's it, let me know if this worked.


Andres Berdugo
Email & MSN: andres[at]dewak.com
Skype: andres.dewak
Dewak: Kayako Development, Consultancy and Support
http://www.dewak.com
   
Reply With Quote
  (#3) Old
axiomx11 Offline
New Member
 
Posts: 2
Join Date: Apr 2008

SupportSuite
Owned License
11-04-2008, 09:49 PM

Thanks, that worked!
   
Reply With Quote
Reply


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

vB 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.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

Kayako provides online help desk software and support solutions; enabling companies to improve their support and reduce costs.

Our three main products include: SupportSuite, eSupport and LiveResponse



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