View Single Post
  #109  
Old 10-17-2005, 12:00 PM
 
rightminddesigns rightminddesigns is offline
 

Advanced Member
  
Join Date: Sep 2005
Posts: 33
 

Default

Just a tip for anyone using SSL & FCKeditor:
When you make the change to meta.tpl, be sure to use a path on the secure server to the .js file. Otherwise, it will cause warnings about unsecure content when using your admin area.

Use one of these two calls, making the appropriate changes for your setup:
Relative:
Code:
<script type="text/javascript" src="/xcartdir/fckeditor/fckeditor.js"></script>
Absolute:
Code:
<script type="text/javascript" src="https://yourdomain.com/xcartdir/fckeditor/fckeditor.js"></script>
__________________
X-Cart Gold 4.0.15 on Linux machine
Modules:
Features Comparison
Product Configurator
Fancy Categories (turned off)
Reply With Quote