Norman Cates (@normancates)

Forum Replies Created

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

  • Norman Cates
    Participant

    @normancates

    And here’s something else really weird.

    If I create a new Topic in a Forum (#77), the Topic Reply buttons has a link of:

    <site>/groups/group-testing/forum/topic/test-topic/#new-post

    Rather than what I would expect which would be something like:

    <site>/groups/group-testing/forum/topic/test-topic/?bbp_reply_to=77&_wpnonce=713093feb0#new-post

    THis caused me immense confusion when I couldn’t get it to thread off the first post.

    I guess this may actually make sense at some level? But it does seem inconsistent with the rest of the interface.


    Norman Cates
    Participant

    @normancates

    Hi ya,
    bbPress newbie here.

    I’ve found a similar problem where if I click reply on a topic post, then it drops me down the page. In the Chrome console I see this error:

    Uncaught ReferenceError: addReply is not defined
    at HTMLAnchorElement.onclick (VM3866:1501)
    ———-
    And then clicking on the “(VM3866:1501)” link gets this:

    return addReply.moveForm(‘post-369′,’369′,’new-reply-368′,’368’);

    ————–

    I tried adding the above fix to the reply.js file, but that didn’t work.

    But based on that error, I’m assuming that something else is removing that bit of the JavaScript…

    Or there’s a scope problem?

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