Kayako logo
How do I? Questions about how to do specific things in SupportSuite, eSupport and LiveResponse. Not for reporting problems.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
ServerTweak.com Offline
Member
 
ServerTweak.com's Avatar
 
Posts: 38
Join Date: Mar 2006
location of css ? - 12-11-2006, 09:19 PM

im having a hard time finding the css style file location, if anyone wiling to share?


thanks


ServerTweak Networks, LLC ServerTweak.com
ServerTweak.com: Premium Services, Powered by Customers.
Fremont & Los Angeles Locations | RAID 10 Dedicated Servers | Colocation | IP Transit | 1/4 - Full Cab & Cages sales
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,537
Join Date: Aug 2006
Location: Mumbai, India
13-11-2006, 09:50 AM

The software uses the clientcss template as the CSS file. Hope this helps.
   
Reply With Quote
  (#3) Old
Grant Offline
Member
 
Posts: 53
Join Date: Apr 2005
13-11-2006, 01:48 PM

The template file is located in the Template Group.

Admin CP > Templates > Manage Templates > Under your Selected Template Group ( Template: Your_Template ) > General ( expand general ) > Client CSS

I hope that helps.
   
Reply With Quote
  (#4) Old
mburman Offline
New Member
 
Posts: 12
Join Date: Sep 2006
17-11-2006, 04:57 PM

It's not accessible as a file, but it stored in the database. Check the swtemplatedata, you'll probably want to look for id 6... the follow SQL will show you the CSS for each template group you have:

Code:
SELECT swtemplategroups.title, swtemplatedata.contents
FROM swtemplatedata
JOIN swtemplates ON swtemplates.templateid = swtemplatedata.templateid
JOIN swtemplategroups ON swtemplategroups.tgroupid = swtemplates.tgroupid
WHERE swtemplates.name LIKE "clientcss"
//Magnus
   
Reply With Quote
Reply

Tags
css, location

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Add option to remove css? daledude SupportSuite, eSupport and LiveResponse 1 24-02-2007 08:24 AM
How to use own css file? sabrina SupportSuite, eSupport and LiveResponse 4 13-11-2006 12:03 PM
Problems with CSS and FireFox goup SupportSuite, eSupport and LiveResponse 2 08-07-2006 08:30 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