| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
CKEditor with image upload please? | ||||
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
CKEditor with image upload please?
Hey everyone,
I remember reading somewhere on this forum that CKEditor was a great new choice for HTML editor because it allowed image uploads. I was excited by this because my clients are not tech-savvy, so this was an ideal way for them to add images to static pages. I've installed X-Cart Gold 4.3.1 but to my dismay the CKEditor doesn't have the image upload function. I know that it SHOULD - on CKEditor's own website it is advertised - but it seems to be disabled in X-Cart. I would hugely appreciate anyone who can show me how to activate it! Many thanks, Darren
__________________
Darren X-Cart Gold 4.3.1 |
|||||||
#2
|
|||||||
|
|||||||
Re: CKEditor with image upload please?
I second this.
Exactly how do your clients manage your static pages without this option?? Perhaps is there an additional image upload mod?
__________________
X-Cart Pro 4.4 |
|||||||
#4
|
|||||||
|
|||||||
Re: CKEditor with image upload please?
Here's an easier alternative to CKFinder - http://kcfinder.sunhater.com
__________________
xcartmods.co.uk |
|||||||
#5
|
|||||||
|
|||||||
Re: CKEditor with image upload please?
Hey,
Sorry I didn't update this thread. I spoke to X-Cart Support who wanted to charge me a few hundred to install the full FCK Editor (with Image upload), so I decided for that price to try myself first. I installed the editor from scratch and now I have it working with Image Upload facility. If anyone is interested in replicating this then I could PM you the instructions I wrote down as I was doing it, hopefully you can do it too. I would recommend you look into proper solutions before doing this custom add-on, I haven't tested all possibilities to make sure it works fully, I just got it working and left it alone. Darren
__________________
Darren X-Cart Gold 4.3.1 |
|||||||
#6
|
|||||||
|
|||||||
Re: CKEditor with image upload please?
Hi Darren
Going to give this a try as well, would really appreciate details of the steps you took as it will be a good guide! Rob
__________________
Version 4.1.7 |
|||||||
#7
|
|||||||
|
|||||||
Re: CKEditor with image upload please?
Hi Rob,
I sent you a PM, I need your email address to send you the files / guide. Darren
__________________
Darren X-Cart Gold 4.3.1 |
|||||||
#8
|
|||||||||
|
|||||||||
Re: CKEditor with image upload please?
what good is a WYSIWYG editor that doesn't upload images? Why would x-cart even have this. Should be stock I think.
Ash
__________________
xcart 5.1.2 |
|||||||||
#9
|
|||||||
|
|||||||
Re: CKEditor with image upload please?
Hey everyone,
Here is the solution to uploading FCKEditor to your X-Cart WITH the ability to upload images, files, etc. You first need to download the files required, which are here: www.darrenpinder.co.uk/fckeditor.rar 1. Copy the /fckeditor/ folder into the root directory of the site and upload to server 2. Disable the existing HTML Editor module 3. Apply this SQL patch: Code:
4. In {$SkinDir}/single/home.tpl: Before: Code:
Code:
5. In {$SkinDir}/main/product_details.tpl: Before: Code:
Insert: Code:
6. In {$SkinDir}/admin/main/page_edit.tpl: Before: Code:
Insert: Code:
7. In {$SkinDir}/admin/main/category_modify.tpl: Before: Code:
Insert: Code:
8. In {$SkinDir}/modules/Manufacturers/manufacturers.tpl Before: Code:
Insert: Code:
9. In {$SkinDir}/modules/News_Management/news_messages_modify.tpl: Before: Code:
Insert: Code:
10. To enable the image upload system, in /fckeditor/editor/filemanager/connectors/php/config.php: Change: Code:
To: (This step already done by default) Code:
Create a new folder in the root directory called /userfiles/ and CHMOD it to 777. If you are using the FCKEditor to upload images and you are developing on an IP address instead of a fully-resolved domain name, then you need to edit the file /fckeditor/editor/filemanager/connectors/php/config.php (line 39): Change: Code:
To: Code:
You also need to change each of the $Config['QuickUploadAbsolutePath'] paths in the same file to include file-type-specific folder extensions at the end of the string: Change: Code:
To: Code:
So in the example above I used the directory images/ for images, and I've also used file/ for PDFs, flash/ for swf, etc. These are already in the file, so you can leave these if you are happy with the folders. That's it, you're done! If you have any problems then let me know, I'll try to help if I can. I'm not an expert on this, so I might not have the answers, but I'll try Good luck, Darren
__________________
Darren X-Cart Gold 4.3.1 |
|||||||
|
#10
|
|||||||
|
|||||||
Re: CKEditor with image upload please?
2. Disable the existing HTML Editor module
How do you do this? I went to the X-cart admin area and looked at General Settings and HTML Editor, but it doesn't let me just turn it off. Larene
__________________
x-cart 4.4.5 |
|||||||
|
|||
X-Cart forums © 2001-2020
|