ams047 (@ams047)

Forum Replies Created

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

  • ams047
    Participant

    @ams047

    Are you sure reply.js is being loaded by chrome? You should be able to see quickly enough under the “Sources” tab of the Developer Tools (Ctrl+Shift+I) – from where you uploaded the replacement reply.js. Possibly a permissions thing?


    ams047
    Participant

    @ams047

    I am still fairly new and finding my way around, but found your fix gets rid of the error.

    However, the comments in this thread suggested that the reply comments box appears below the comment which is being replied to, which your code does not. Instead the comment box appears at the end of the thread.

    Restoring I() in reply.js to “return document.getElementById(e);” (from “tinymce.execCommand(‘mceFocus’,false,’bbp_reply_content’);”) fixes that. I tried tinymce.execCommand(‘mceFocus’,false,e); which seemed to be more appropriate but that did not work either.

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