I have uploaded the files. However I am not seeing the fckeditor in my dropdown, only the HTMLArea one.
Is there a permissiosn issue?
I have uploaded the files. However I am not seeing the fckeditor in my dropdown, only the HTMLArea one.
Is there a permissiosn issue?
The option will not appear if you haven't properly installed the updated file for:
/admin/includes/init_includes/overrides/init_html_editor.php
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
I am having a somewhat similar problem with FCKEditor. It works everywhere except Newsletter page. It does not load into the area for RTE. TinyMCE and HTMLarea show but not FCKEditor. I'm stumped!!!
I'm using Zen-Cart v1.3.5 and FCKEditor plugin for v1.3.5. Hope someone has some ideas.
Did you ever find a fix for this Newsletter v FCKEditor problem? As you say, it works well everywhere else.
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
Ryk,
I know you asked this a while back, but as no-one has responded, but the fix I found is as follows:
Edit /admin/newsletters.php and change this
$oFCKeditor->CreateHtml() ; echo $output;
round about line 257 to
$output = $oFCKeditor->CreateHtml() ; echo $output;
Rgds,
Chuck
Excellent - thanks. I'll post this to the Bugs section to ensure the dev team see it.
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
Nobody had any problems with this for over a year?
I have!
I can upload images no problem, they appear on the server but I cannot embed them anywhere, I just get a broken image, even though the path is correct.
I cannot even access the image directly through a browser.
If I upload directly via ftp, everything is fine so I know the image itself is cool.
It looks like a permissions error, but how do I sort this within fckeditor contrib itself?