I followed the WIKI to use FCKEditor as the editor for CMS pages. Everything is good until I try to create a NEW page. It won’t allow me to save it since it complains that the content is empty and the field is required (even though it has text in FCK).
Once the page is created (e.g: editing an existing one) it allows it to be saved.
How can I disable the required field for the page content or fix this problem?
Anybody can help? or how can I remove the “This is a required field” and let the content free.
Thanks a lot.
I find a way to remove the “This is a required field” and let the content free.
1. for CMS - pages (go to \app\code\core\Mage\Adminhtml\Block\Cms\Page\Edit\Tab\ get ‘Main.php’ )
revised as below:
You posted a solution for the CMS blocks and pages above.
But no one for the description of products, where it can be handy to install the tinyMCE editor.
Does anyone knows where to edit the required fields for the products description?
I am getting “this is required field” when using TinyMCE on product pages (I dont use it on the CMS yet). I am using 1.1.3 Magento.
What do I edit to fix this?
I edited app/design/adminhtml/default/default/template/catalog/product/edit.phtml as according to Reino’s instructions, but with no luck. I guess the product pages are different. Or else I need to edit the fieldset, but I’m not sure where to do that.