Notifications
Clear all

How to replace wpDiscuz comment textarea with CKEditor?

4 Posts
3 Users
2 Likes
3,367 Views
(@cnpatel)
Active Member
Joined: 6 years ago
Posts: 18
Topic starter  

I can see that the text-area, in which I am writing in this forum right now, is made with CKEditor.  

Capture7

I tried replacing default WordPress comment text-area with CKEditor. It works very well. 

Capture5

But when I tried to replace wpDiscuz comment text-area, The CKEditor text-area is not properly rendered. 

Capture6

I used following code:

<script> 
CKEDITOR.replace( 'wc_comment', {
extraPlugins: 'mathjax'
} );
</script>

   
UsernameMi reacted
Quote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5911
 

Hi cnpatel,

wpDiscuz has it own built-in quicktags. You can enable it from Dashboard > Comments > Settings > Comment Form admin page.

Mor info here:

https://wpdiscuz.com/docs/wpdiscuz-documentation/settings/comment-form/#quicktags

I can see that the text-area, in which I am writing in this forum right now, is made with CKEditor.  

The rich editor you've mentioned is a wpForo forum plugin editor, we're using wpForo  forum plugin here. wpDiscuz doesn't have such editor. You can check wpDiscuz plugin here


   
ReplyQuote
(@usernamemi)
Estimable Member
Joined: 6 years ago
Posts: 70
 

Hi, I would like to support the wish of the original poster to have a more advanced editor for the comments, TinyMCE-like. Quicktags are so nineties-era. At least allow us to install third-party plugins like CKEditor.


   
ReplyQuote
(@cnpatel)
Active Member
Joined: 6 years ago
Posts: 18
Topic starter  

You have quick-tags, not icons. Normal people don't like codes. What if you add both, icons and quick-tags, in wpDiscuz and let us choose in setting, what we want to add in our comment section?

Your GVectors forum also have icons in its text editor.


   
UsernameMi reacted
ReplyQuote
Share:
Scroll to top