I mean to change front end editor in Q&A plugin, not in wordpress itself.
The Q&A plugin shows Tinymce editor in front end when someone is trying to submit question or submit the answer. All i want is to remove the tinymce from the FRONT END that is added in this plugin and show default textarea like old fashion way.
7257 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Support Chimp
—
4th February 2012 (3 months ago)
#
Hey again. :-)
The Q&A plugin shows Tinymce editor in front end when someone is trying to submit question or submit the answer. All i want is to remove the tinymce from the FRONT END that is added in this plugin and show default textarea like old fashion way.
Ok, so you want to send your users to the back end, rather than let them use the front end?
If thats the case then currently it isn't possible to change an admin setting for this. You can however make a feature suggestion on our site:
I don't want to send users to back end. I want to not use the TINYMCE in textarea in front end.
This is not clear ?
The tinymce editor shows in textarea for example in question submit page. I don't want that the TINYMCE EDITOR WILL SHOW anywhere in front end. JUST DEFAULT TEXTAREA WITHOUT TINYMCE EDITOR.
The plugin adds tinymce editor by default to textarea.
All i am asking is how to disable it.
The plugin adds tinymce editor by default to textarea.
All i am asking is how to disable it.
Ah right.
Well its the WP Editor function, so you disable the visual editor through your profile:
Admin --> Users --> Your Profile
It can't be turned off site wide through the admin settings. Disabling the editor will enable the HTML only mode.
If you require a text only field not using the WP functions, you would have to look at doing something custom there. If thats not something you are able to do then you would need to consider hiring a developer.
Responses (5)
Support Chimp — 4th February 2012 (3 months ago) #
Hey svipic.
I'm a little confused?
The default editor which WordPress uses is TinyMCE (See Screenshot)
I presume you want to change the front end editor within our plugin though?
If so then you will want to look into the following function (for different arguments/settings), its new to WordPress 3.3:
http://codex.wordpress.org/Function_Reference/wp_editor
Hope this helps.
Tim.
Member — 4th February 2012 (3 months ago) #
Hi Timothy
Sorry i was not clear about what i am asking
I mean to change front end editor in Q&A plugin, not in wordpress itself.
The Q&A plugin shows Tinymce editor in front end when someone is trying to submit question or submit the answer. All i want is to remove the tinymce from the FRONT END that is added in this plugin and show default textarea like old fashion way.
Hope i am more specific right now...
Support Chimp — 4th February 2012 (3 months ago) #
Hey again. :-)
Ok, so you want to send your users to the back end, rather than let them use the front end?
If thats the case then currently it isn't possible to change an admin setting for this. You can however make a feature suggestion on our site:
http://wpmudev.uservoice.com/
If its something that more users want then it would be seriously considered for implementation. :-)
Take care.
Member — 24th March 2012 (2 months ago) #
No,
I don't want to send users to back end.
I want to not use the TINYMCE in textarea in front end.
This is not clear ?
The tinymce editor shows in textarea for example in question submit page. I don't want that the TINYMCE EDITOR WILL SHOW anywhere in front end. JUST DEFAULT TEXTAREA WITHOUT TINYMCE EDITOR.
The plugin adds tinymce editor by default to textarea.
All i am asking is how to disable it.
Support Chimp — 26th March 2012 (1 month ago) #
Ah right.
Well its the WP Editor function, so you disable the visual editor through your profile:
Admin --> Users --> Your Profile
It can't be turned off site wide through the admin settings. Disabling the editor will enable the HTML only mode.
If you require a text only field not using the WP functions, you would have to look at doing something custom there. If thats not something you are able to do then you would need to consider hiring a developer.
http://premium.wpmudev.org/wpmu-jobs
Thanks.
Become a member