BuddyDev

Search

[Resolved] Reply to comment activity not working

  • Participant
    Level: Master
    Posts: 163
    Audiomonk on #35248

    Been a while since I was here last, this is a Buddypress issue.

    Strange problem, the comments are showing in the activity page. The other buttons like favourite and delete are working. If a user hits reply, the box opens and you can type a messsage, but hitting the post button doesn’t do anything.

    <input type="submit" name="ac_form_submit" value="Post" class="loading" disabled="">

    Seems to be the line that is the issue, am seeing no console errors.

    Can you help?

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #35258

    Hello Audiomonk,

    It seems you are overriding the template. Please take a look here:
    https://wp.me/pLVLj-TN

    Regards
    Ravi

  • Participant
    Level: Master
    Posts: 163
    Audiomonk on #35266

    Thanks Ravi, I looked there, and modified this line

    <?php wp_nonce_field( 'new_activity_comment', '_wpnonce_new_activity_comment_' . bp_get_activity_id()' ); ?>

    Is that the line, and the right modification? Am using the legacy template and modified as per the instructions on that page for the entry.php

    Anyway, it still isn’t responding, I purged the page from litespeed cache.

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #35275

    Hello Audiomonk,

    Please remove the overridden template or simplally switch to default theme temporarily and then check.

    Regards
    Ravi

  • Participant
    Level: Master
    Posts: 163
    Audiomonk on #35283

    Ravi, thanks. It’s been a while, I forgot there was a template in the themes directory, I removed the entry.php from there and all is now working.

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #35292

    Hello Audiomonk,

    Thank you for the acknowledgement. I am glad that Issue is resolved.

    Reagrsd

You must be logged in to reply to this topic.

This topic is: resolved