• Since installing the plugin the js that controls authoring a nested comment no longer works? Has anyone else had this problem?

    In other words, when I chose “reply to this comment” the comment that is written doesn’t come out as a response, it comes out as a comment on its own.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bonusball

    (@bonusball)

    Actually I don’t think this is a js problem. I think it’s in the php.

    Thread Starter bonusball

    (@bonusball)

    I fixed it.

    In main.php change this:
    function ecu_upload_form ($title, $msg, $prompt, $pre, $post, $check=true) {

    to this:
    function ecu_upload_form ($title, $msg, $prompt, $pre, $check=true) {

    then further down change this:
    ‘</form>’, // $pre — work arround for nested forms
    ‘<form>’ // $post – more work arround

    to this:
    ‘</form>’ // $pre — work arround for nested forms

    Just to let you know,
    In the latest version this work around has been removed so it should now work correctly.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Easy Comment Uploads] Easy Comment Uploads breaks nested comments?’ is closed to new replies.