Search found 4 matches

Page 1 of 1

Search found 4 matches

Re: Adding text area for a product

Not sure what you're trying to do here. Please describe step by step what you would like to accomplish.

Jump to post
  • Mon Mar 09, 2009 11:35 am
  • Replies 3
  • Views 15704
fckeditor myconfig.php $Config['UserFilesAbsolutePath']

I finally figured out how to change the configuration for fckeditor file uploads. This was causing me a problem because my opencart install was not in the docroot /, I had it in a shared folder with other projects, so the root path was example.com/myproject/ Digging into the myconfig.php I ended up ...

Jump to post
  • Mon Mar 09, 2009 11:23 am
  • Replies 0
  • Views 10198
Re: multiple oFCKeditor on product admin

Ok, I figured this out.. hopefully it will be helpful to others. After digging deep into the FCKEditor api: I found this link: http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/JavaScript_API Basically, you have to let the first instance load, then after it's done it will automagically trigge...

Jump to post
  • Mon Mar 09, 2009 11:20 am
  • Replies 1
  • Views 3117
multiple oFCKeditor on product admin

I needed to add a second custom text field to a product page... but also this should work if there are multiple languages installed... The main problem I'm seeing with 2 instances of FCKeditor on the page is that the 2nd <textarea> is NOT getting populated in the $_POST variable. It seems like at th...

Jump to post
  • Mon Mar 02, 2009 3:47 pm
  • Replies 1
  • Views 3117

Page 1 of 1

Search found 4 matches