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
Micahsdad Offline
New Member
 
Posts: 16
Join Date: Feb 2006
Changing Banner image - 05-05-2006, 06:45 AM

I just want to be able to change the banner image on the support site, and to be able to have a separate banner image for each template group. I suspect this is really easy but can't seem to work it out.

the default image is esupport.gif which is in the themes/client_default folder. However I can't find where that's referenced in the templates.


John Jacobson
Gold Rush Technology
The Twinhead Notebook Specialist
http://www.goldrushtechnology.com.au
   
Reply With Quote
  (#2) Old
Hawkwing Offline
Member
 
Posts: 100
Join Date: Oct 2005
05-05-2006, 06:51 AM

I also need to know how to accomplish this.
We are trying to get different themed startpages and content for 10 different departments.
   
Reply With Quote
  (#3) Old
kropes Offline
Member
 
Posts: 85
Join Date: Mar 2006
Location: Honolulu HI
09-05-2006, 09:46 PM

that is in the templates for "General" > "Header"\
about a 1/4 way down the code
   
Reply With Quote
  (#4) Old
Micahsdad Offline
New Member
 
Posts: 16
Join Date: Feb 2006
16-05-2006, 12:13 PM

I found the following bit of code:

<img src="<{$themepath}><{$product}>.gif" border="0">

I am not very familiar with PHP.

so where is the variables $themepath set.

If I could use a different path for $themepath for each department, then I wouldn't have to make massive changes to the code, but simply create a different folder etc...


John Jacobson
Gold Rush Technology
The Twinhead Notebook Specialist
http://www.goldrushtechnology.com.au
   
Reply With Quote
  (#5) Old
kropes Offline
Member
 
Posts: 85
Join Date: Mar 2006
Location: Honolulu HI
16-05-2006, 08:38 PM

Sorry.
that one i am not too sure about. i too am just learning php. have been doing ASP for like 10 years. i think if i remember that variable has been a debate issue on here recently. many people asking the same question.

i just used a single logo and hard coded the image location.
   
Reply With Quote
  (#6) Old
Brent Offline
Member
 
Brent's Avatar
 
Posts: 124
Join Date: May 2006
14-06-2006, 02:02 AM

The bigger question is can it only be a .gif? and do you just replace the $product with the link code etc??
   
Reply With Quote
  (#7) Old
kropes Offline
Member
 
Posts: 85
Join Date: Mar 2006
Location: Honolulu HI
14-06-2006, 09:38 AM

yes, you can replace the entire thing with a link to an image. (any image)
   
Reply With Quote
  (#8) Old
Brent Offline
Member
 
Brent's Avatar
 
Posts: 124
Join Date: May 2006
15-06-2006, 04:23 AM

<img src="<{$themepath}><{$product}>.gif" border="0">


So for referance:

<img src="http://www.yourdomain.com/myimage.jpg" border="0">


Above is only and example of what code worked for me....

Beware that if you update the PHP code for some reason you might have to redo this code string
   
Reply With Quote
Reply

Tags
banner, image

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
possible to change the image of the pro-active chat image? Xeserve SupportSuite, eSupport and LiveResponse 2 05-02-2007 11:22 AM
Enable Image Verification bjm2q SupportSuite, eSupport and LiveResponse 14 13-01-2007 09:31 AM
change banner Innerspace Developers & Code 11 14-06-2006 02:19 AM



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