Hello there, A bug has been reported on wordpress 1 week ago. I post it here too as I think it's a major issue if users can't comment links in a social media platform.
Any update will be welcome. Thank you.
Here you go:
I'm experimenting some issues posting Comments on the last version of buddypress and buddypress links (free version):
When I try to send a comment (as admin user or other user), I get the message: "There was a problem posting your update. Please try again"
I can add comments from activity board but not into the news page. the comment made in the activity board doesn´t show up in the link page
I desactivated all the plugins, use default theme and other buddypress friendly themes and still not working
I install a virgen fresh brand new wordpress 4.3.1, then install buddypress and then buddypress-links and the issue is still there. Waiting for your opinion and help. Thanks a million
with Betaversion in https://buddypress.svn.wordpress.org/trunk/, the error message doesn't show up, but the comments are not shown on the page
seems that there is noactivity shown.
I opened a ticket in buddypress trac as I thought it could come from budypress.
Here is the asnwer:
"I looked into this a bit. There's a bug in the buddypress-links plugin. The function signature of bp_links_dtheme_activity_custom_update() looks like this:
function bp_links_dtheme_activity_custom_update( $object, $item_id, $content )
but it should look like this:
function bp_links_dtheme_activity_custom_update( $check, $object, $item_id, $content )
where $check is the false value sent to the 'bp_activity_custom_update' filter, which should be replaced by the activity ID. (The corresponding add_filter() call should also expect 4 arguments rather than 3.)
I'm closing this as it's not a BP bug, but please feel free to direct the developer to this ticket if he's got any questions."
The link is: https://buddypress.trac.wordpress.org/ticket/6630#comment:3
Hello there, A bug has been reported on wordpress 1 week ago. I post it here too as I think it's a major issue if users can't comment links in a social media platform.
Any update will be welcome. Thank you.
Here you go:
I'm experimenting some issues posting Comments on the last version of buddypress and buddypress links (free version):
When I try to send a comment (as admin user or other user), I get the message: "There was a problem posting your update. Please try again"
I can add comments from activity board but not into the news page. the comment made in the activity board doesn´t show up in the link page
I desactivated all the plugins, use default theme and other buddypress friendly themes and still not working
I install a virgen fresh brand new wordpress 4.3.1, then install buddypress and then buddypress-links and the issue is still there. Waiting for your opinion and help. Thanks a million
with Betaversion in https://buddypress.svn.wordpress.org/trunk/, the error message doesn't show up, but the comments are not shown on the page
seems that there is noactivity shown.
I opened a ticket in buddypress trac as I thought it could come from budypress.
Here is the asnwer:
"I looked into this a bit. There's a bug in the buddypress-links plugin. The function signature of bp_links_dtheme_activity_custom_update() looks like this:
function bp_links_dtheme_activity_custom_update( $object, $item_id, $content )
but it should look like this:
function bp_links_dtheme_activity_custom_update( $check, $object, $item_id, $content )
where $check is the false value sent to the 'bp_activity_custom_update' filter, which should be replaced by the activity ID. (The corresponding add_filter() call should also expect 4 arguments rather than 3.)
I'm closing this as it's not a BP bug, but please feel free to direct the developer to this ticket if he's got any questions."
The link is: https://buddypress.trac.wordpress.org/ticket/6630#comment:3