I have WP. 2.71 and the last MCE Comments plugin instaled.
The box titles apeear like advanced.bold_desc and in the link option all is like {#advanced_dlg.link_titlefield}
I read Mk suggestion about read the faq, install and reinstall, but really, how to correct this?
I am liking the MCEComment plugin, but it does not seem to work with IE, on this website as well, when I browse: http://mk.netgenes.org/leave_msg/ on firefox, I can see the Editor, but on IE 6 & 7, it does not show, I would be happy to get the fix on this, my email is: nikwa.thelejane@gmail.com(no spam please). Thank you.
I love your Plugin.
I have any problems about the Comments Field on my WebSite.
I see with Firexfox two windows from your Plugin….
What Can i do… to correct this problem….??????
My English is not very good…..
Hi, I have a question about your plugin MCEcomments. I didn’s see any comment form in its own post. and also I did’nt find your email address. (your site is not English )
ok, your plugin works fine with commens.php. But does not work with comments-popup.php. could you please tell me how to fix it?
Thanks in advance.
( you may delete my comment and answer me by my email)
I like your plugin but comments appear differently when posted than in the editor.
In the editor a new line creates a new paragraph, with blank space between the lines.
When the final comment is posted, there are no P tags for paragraphs, but instead BR tags for new lines, so there is no blank space between paragraphs, and so the text is all scrunched up.
Can you help? I had to disable the plugin because too many users were complaining that their comments differently once posted.
Actually I worked out how to fix it.
Find the following lines in the plugin code (you can find the code by going to your list of installed plugins, finding TinyMCEcomments, and choosing Edit):
‘force_p_newlines’ => false,
‘force_br_newlines’ => true,
And change to
‘force_p_newlines’ => true,
‘force_br_newlines’ => false,
Hi there
I’ve got wpmu 2.7.1 with the latest tinymcecomments v0.4.8, but no luck with threaded comments yet.
I see 2 bugs with it: in ie7,8, every reply translated to new comment
In ff when trying to reply to a comment the tinymce box get out of focus and there is no way to type anything anymore (+ if i wrote something before it’s gone…)
any help, direction?
I’m not sure, maybe WPMU is a different animal, as I haven’t test it before and hence can’t guarantee its stability. I will look into it when I have time.
Hi,
It looks like the code for comments in wp 2.7.1 & wpmu 2.7.1 is similar… maybe something’s wrong with the template/function.php ?
If you have some time I will appreciate if you take a look: http://paste2.org/p/493549
Pretty cool plugin, but I really need a plugin that allows the posting of images within the comments area. But only for ADMINS or certain users.
You may want to add that feature someday.
-Keith
Hello,
I recently installed your plugin. Everything works just fine as long as I am logged into my admin account. However, for some reason, no one else – but an admin – can see or use the MCEComment box! Please help.
Take care,
Ashraf
dotTech.org
Mk,
Thank you for the reply. I didn’t even realize that you replied to me.
Okay, I tried that right now and yes the problem still exists. Any ideas what is up?
Thanks.
Take care,
Ashraf
dotTech.org
Okay I figured out what is the problem. WP Ajax Edit Comments is conflicting with MCEComments. With WP Ajax Edit Comments turned on, MCEComments will only appear for admin. With WP Ajax Edit Comments turned off, MCEComments works for everyone.
Is there any way to fix this?
Thanks.
Hi. Thanks for this Plugin. I only have one problem: It seems that the localization doesn’t work. When I want to add a link, it is no problem but in the window I only see the names of the variables.
Is there a solution?
All the best
Friedi
Thank you for your mce plugin. However, when I click on the URL button, a white box comes up where I cannot put the URL. Can you please help me?
Thank you, and I wish you well.
I have WP. 2.71 and the last MCE Comments plugin instaled.
The box titles apeear like advanced.bold_desc and in the link option all is like {#advanced_dlg.link_titlefield}
I read Mk suggestion about read the faq, install and reinstall, but really, how to correct this?
Hello,
I am liking the MCEComment plugin, but it does not seem to work with IE, on this website as well, when I browse: http://mk.netgenes.org/leave_msg/ on firefox, I can see the Editor, but on IE 6 & 7, it does not show, I would be happy to get the fix on this, my email is: nikwa.thelejane@gmail.com(no spam please). Thank you.
I love your Plugin.

I have any problems about the Comments Field on my WebSite.
I see with Firexfox two windows from your Plugin….
What Can i do… to correct this problem….??????
My English is not very good…..
LG bandes
Hi, I have a question about your plugin MCEcomments. I didn’s see any comment form in its own post. and also I did’nt find your email address. (your site is not English
)
ok, your plugin works fine with commens.php. But does not work with comments-popup.php. could you please tell me how to fix it?
Thanks in advance.
( you may delete my comment and answer me by my email)
have the same problem here. WP 2.8.4 and MCEComments 0.4.7-3. The rest is great
Hope you can help?
I like your plugin but comments appear differently when posted than in the editor.
In the editor a new line creates a new paragraph, with blank space between the lines.
When the final comment is posted, there are no P tags for paragraphs, but instead BR tags for new lines, so there is no blank space between paragraphs, and so the text is all scrunched up.
Can you help? I had to disable the plugin because too many users were complaining that their comments differently once posted.
I am having the same problem – would love to know if there is a way to fix this!
Actually I worked out how to fix it.
Find the following lines in the plugin code (you can find the code by going to your list of installed plugins, finding TinyMCEcomments, and choosing Edit):
‘force_p_newlines’ => false,
‘force_br_newlines’ => true,
And change to
‘force_p_newlines’ => true,
‘force_br_newlines’ => false,
The plugin works great with FireFox and Chrome but not with Internet Explorer on my sites, like Nikwa wrote above. However, it DOES work here for me.
Is this a browser setting problem?
Hi there
I’ve got wpmu 2.7.1 with the latest tinymcecomments v0.4.8, but no luck with threaded comments yet.
I see 2 bugs with it: in ie7,8, every reply translated to new comment
In ff when trying to reply to a comment the tinymce box get out of focus and there is no way to type anything anymore (+ if i wrote something before it’s gone…)
any help, direction?
I’m not sure, maybe WPMU is a different animal, as I haven’t test it before and hence can’t guarantee its stability. I will look into it when I have time.
Hi,
It looks like the code for comments in wp 2.7.1 & wpmu 2.7.1 is similar… maybe something’s wrong with the template/function.php ?
If you have some time I will appreciate if you take a look: http://paste2.org/p/493549
mk, maybe you can post the comments.php you’re using on this website and if you customized it through functions.php for review ?
Pretty cool plugin, but I really need a plugin that allows the posting of images within the comments area. But only for ADMINS or certain users.
You may want to add that feature someday.
-Keith
When I try to bullet-ed comment, it doesn’t show. It shows when am typing, but when i submit, the bullets disappears….
any thoughts ?
When I try add bullets to a comment, it doesn’t show. It shows when am typing, but when i submit, the bullets disappears….
any thoughts ?
It’s a reasonable plugin. One additional function is needed: paste by WORD and paste by TEXT.
Is that possible to add? The code should be available.
Hello,
I recently installed your plugin. Everything works just fine as long as I am logged into my admin account. However, for some reason, no one else – but an admin – can see or use the MCEComment box! Please help.
Take care,
Ashraf
dotTech.org
Have you tried using another theme and see if the problem still exists?
Mk,
Thank you for the reply. I didn’t even realize that you replied to me.
Okay, I tried that right now and yes the problem still exists. Any ideas what is up?
Thanks.
Take care,
Ashraf
dotTech.org
Okay I figured out what is the problem. WP Ajax Edit Comments is conflicting with MCEComments. With WP Ajax Edit Comments turned on, MCEComments will only appear for admin. With WP Ajax Edit Comments turned off, MCEComments works for everyone.
Is there any way to fix this?
Thanks.
Hi. Thanks for this Plugin. I only have one problem: It seems that the localization doesn’t work. When I want to add a link, it is no problem but in the window I only see the names of the variables.
Is there a solution?
All the best
Friedi
I’ve noticed that the MCE comments field doesn’t work on the iPad. Any idea why / how to fix?
Thank you for your mce plugin. However, when I click on the URL button, a white box comes up where I cannot put the URL. Can you please help me?
Thank you, and I wish you well.