Just wondering if anyone has looking into putting a WYSIWYG editor in the CMS area of Magento? My guess is that it wouldn’t be difficult and I know a lot of our clients will almost demand it. We normally use something like ”XStandard” or ”TinyMCE”.
Mainly curious at this point, but if you’ve tried it let me know how the experience went! Thanks.
I really need a wysiwyg editor available in the product description field as the products in the store i’m working on at the moment are being entered by some data entry staff who know nothing of HTML and will quickly end up breaking things when asked to put in feature lists etc. Is there a similar switch that can be applied for this area of the admin?
DigitalBlueprint” date="1192756858"]I really need a wysiwyg editor available in the product description field as the products in the store i’m working on at the moment are being entered by some data entry staff who know nothing of HTML and will quickly end up breaking things when asked to put in feature lists etc. Is there a similar switch that can be applied for this area of the admin?
I’ve had a quick look at doing this and I think you need to start looking in the eav_attribute table for the field names and then modifying the records.
I’ve not had a chance to try anything in particular but hopefully this will help you.
1. Will there be a fckeditor option available in future releases? My experience with tinymce in wordpress is that it strips certain html tags, where fckeditor does not.
2. Will wysiwyg be added to the various product textareas as people are asking, or just in the CMS?
I might do some extending of default functionality based on the answers to these. Thanks.
None of the solutions above are working for me on Magento ver. 0.7.15480 (Jan 31 08). Is there some form of enable/disable option I’m missing in the admin perhaps? Any one able to enable wyswyg on this build? Many thanks.
this is for the latest version of magento (0.8.16100)
since the backend now incorporates /index.php as part of the url (presumably because a lot of ppl were having url issues), it also screws up the url for tiny_mce.js (now it reads as http://www.yoursite.com/index.php/js/tiny_mce/tiny_mce.js which is wrong)
open up /lib/Varien/Data/Form/Element/Editor.php and at around line 52, where it has the following:
then do the change moshe mentions in his post above and now you have tiny_mce for your cms pages (personally i don’t see how this is useful here but meh)