WYSIWYG Editor On Edit FAQs
Moderator: Thorsten
WYSIWYG Editor On Edit FAQs
When editing an existing FAQ, we get all the markdown code instead of the pretty WYSIWYG editor that's present when you create an FAQ. Unification of the editor would be great.
Re: WYSIWYG Editor On Edit FAQs
Hi,
did you activate the WYSIWYG editor?
bye
Thorsten
did you activate the WYSIWYG editor?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: WYSIWYG Editor On Edit FAQs
Which one? There are options for two WYSIWYG, I have checked both boxes, but only the one that mentions the front-end activated. I've encountered this a few times where I make configuration changes but they don't stick after hitting save. I just assumed I could only have one WYSIWYG editor.
Re: WYSIWYG Editor On Edit FAQs
Manually running the SQL query to enable the other editor worked and I get the nice editor in the backend.
I guess I need to figure out what's going on with making config changes not happen in SQL. No errors are showing up with debugging enabled.
I guess I need to figure out what's going on with making config changes not happen in SQL. No errors are showing up with debugging enabled.
Re: WYSIWYG Editor On Edit FAQs
Did some digging, looks like there's a logic check in the admin\configuration.php file that disables the backend WYSIWYG editor if the Markdown editor is enabled. Is there a reason they both can't be enabled, does one make the other redundant or is there some compatibility issue?
Re: WYSIWYG Editor On Edit FAQs
Hi,
yes, you can't use both in parallel as it breaks everything.
bye
Thorsten
yes, you can't use both in parallel as it breaks everything.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist