Viewing 6 replies - 16 through 21 (of 21 total)
  • I really want this fixed, my commenters post a lot and add a lot of links.
    This would help a great deal

    Any luck mk?

    Hi. I have downloaded the latest version of WP. 2.8.1 yesterday and tried to use latest version of the plugin( 0.4.7-2 stable). But it seems that the nested comment does not work. The second issue I have found was if “Users must be registered and logged in to comment ” function is enabled, the plugin does not load.

    I think the problem with the nested comment is happening because although you have tried to override the original comment-reply.js with comment-reply.dev.js, there is a bug when you try to override the parent.value for the input tag.
    Both js script use document.getElementById(comment_parent) but when you are using the tinymce, there`s another “comment_parent” id associated with a span tag for tinymce just above the input section. getElementById only returns the first ID. Hence the value for the input tag with id comment_parent is not being set.

    The second bug is because $user_ID seems to be always false(is this a “global var” in wp?). hence it will only work when !get_option(‘comment_registration’) returns true.

    Hope this helps.
    BTW: I have absolute NO Real experience of JS/PHP/CSS/HTML

    Hi,
    My try to fix it, using version 0.4.7-3:
    In comment-reply.dev.js, i add at line 22:

    21| parent.value = parentId;
    22| t.I('comment_parent').value = parentId;
    23| cancel.style.display = '';

    This forces comment_parent value to be updated.
    I am in no way a javascripter, but this works.

    Hope this helps,
    Alain

    Not working for me too…

    Wpmu 2.7.1 with the latest tinymcecomments v0.4.8, but no luck with threaded comments yet.
    two major problems:
    1. ie7-8, every reply translated to new comment
    2. In ff,chrome, when trying to reply to a comment the tinymce box get out of focus and there is no way to type anything anymore. also, if you wrote something before trying to reply (move the textarea) the text is gone…)

    any help, direction?

    gravitydk

    (@gravitydk)

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘[Plugin: TinyMCEComments] Not working with nested comments in 2.7’ is closed to new replies.