View Single Post
  #107  
Old 10-12-2005, 09:37 AM
 
rightminddesigns rightminddesigns is offline
 

Advanced Member
  
Join Date: Sep 2005
Posts: 33
 

Default

For anyone who implements FCKeditor for product descriptions, you can also add it to the Static HTML editor text area.

Add this code to /skin1/admin/main/page_edit.tpl above the last closing </FORM> tag:
Code:
<script type="text/javascript"> var oFCKeditor = new FCKeditor( 'pagecontent' ) ; oFCKeditor.ToolbarSet = "Default" ; oFCKeditor.ReplaceTextarea() ; </script>

If you have not implemented it with the product descriptions, please be sure to follow the additional instructions in this thread.
__________________
X-Cart Gold 4.0.15 on Linux machine
Modules:
Features Comparison
Product Configurator
Fancy Categories (turned off)
Reply With Quote