Forums

[Plugin: Easy Comment Uploads] Easy Comment Uploads breaks nested comments? (4 posts)

  1. Bonusball
    Member
    Posted 2 years ago #

    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.

  2. Bonusball
    Member
    Posted 2 years ago #

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

  3. Bonusball
    Member
    Posted 2 years ago #

    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

  4. Thomas Wright
    Member
    Posted 1 year ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.