Integration with visual editor
-
I activate TinyMce for comments on all my sites.
Would it be very difficult to integrate this plugin with visual editor part ?Very needed plugin because design and styling of nested replies is pain in something.
-
How are you activating TinyMCE for comments? Are you using a plugin or some functions in your site?
If you can explain to me how you set that up, I may be able to reproduce it and make it work. In general it shouldn’t not work, but it’s looking for a
textareaofcommentand if those were changed, that would break it.I bought licence for WP Edit PRO and use only snippet for comments visual editor. In my own functions.php file. (plus separate JS file from plugin for nested replies)
@reply Two works well if I switch to text editor. But not many visitors will know how to do it.
I’ll have a look, but it’s pay for, and I generally don’t support conflicts with paid products. That said, I know Josh so I’ll drop him a note 🙂
Hi guys,
I’m not at my work computer at the moment; but I’ll have a look at this first thing in the morning. I appreciate your patience.
No worries, Josh 🙂 It’s weekends and holidays.
Mika, dont worry about my code from WP Edit PRO. It is not important, except for JS file for nested replies, and it doesnt conflict with your plugin. You can use any PHP snippet for activating visual editor for comments, or those plugins when testing. It is the same for @reply Two:
https://wordpress.org/plugins/tinymce-visual-editor-comment/
https://wordpress.org/plugins/tinymce-comment-field/and it doesnt conflict with your plugin
Well… Wait. If it DOESN’T conflict, then it works.
Looking at tinymce-visual-editor-comment, it stops working because it renamed.
<textarea class="wp-editor-area" rows="15" autocomplete="off" cols="40" name="comment" id="comment" aria-hidden="true" style="display: none;"></textarea>See the
style="display: none;"? The problem there is the textarea named ‘comment’ is what @Reply2 is looking for. I’m not sure what’s causing that though, since it’s still there…I’m poking at it.Can you borrow and adapt some code from your friends. Those plugins works well with TinyMce activated and bbPress replies.
Looks like a whole mess of coding to look into
https://github.com/r-a-y/bbp-quote/blob/master/bbp-quote.php#L64
Basically I’ll have to do a check on that. Well. I needed a project today 😉
OK thanks.
I personally think nested replies are very hard to style to be something decent. Problem is I have no clue what to do, how to begin, what layout/design logic to use. No matter what I try they are allways ugly.
They look like some miss by webdesign developer. Right like this. As not finished work, in some way. Difficult to explain.
There is one promising plugin from one girl here. Collapse nested replies plugin. For some reason could not get it to work, did not have time to investigate more.
It’s not the nested replies. It’s the way they’re all messing with JS and the comment-reply.js file and … Basically they’re totally replacing the things I’m looking for. So I’ve got a couple ideas, but right now it’s me bashing my head into the table.
The topic ‘Integration with visual editor’ is closed to new replies.