View Single Post
  #74  
Old 03-21-2005, 04:35 PM
 
vulcan-works vulcan-works is offline
 

Senior Member
  
Join Date: Feb 2004
Posts: 143
 

Default

Ok, this editor will work on almost all browsers(IE 5.5+, Firefox 1.0+, Mozilla 1.3+ and Netscape 7+)

go here to download FCKeditor: http://prdownloads.sourceforge.net/fckeditor/FCKeditor_2.0rc3.zip?download

unzip and upload that to your server

1.Add:
Code:
<script type="text/javascript" src="http://www.yoursite.com/FCKeditor/fckeditor.js"></script>

To: meta.tpl right after the
Code:
{* $Id: meta.tpl,v 1.18.2.4 2004/12/23 12:50:34 svowl Exp $ *}

2.Then go to /main/product_details.tpl
and add this
Code:
<script type="text/javascript"> var oFCKeditor = new FCKeditor( 'descr' ) ; oFCKeditor.ReplaceTextarea() ; </script> <script type="text/javascript"> var oFCKeditor = new FCKeditor( 'fulldescr' ) ; oFCKeditor.ReplaceTextarea() ; </script>
right before the last
Code:
</FORM>

and thats it, just make sure that step 1 is pointed to the right spot on your server
__________________
X-cart--4.7.12

vulcanworks.net
Reply With Quote