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?
Hello Audiomonk,
It seems you are overriding the template. Please take a look here:
https://wp.me/pLVLj-TNRegards
RaviThanks 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.
You must be logged in to reply to this topic.