Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue posting comment on links #36

Open
Krl4 opened this issue Sep 30, 2015 · 0 comments
Open

Issue posting comment on links #36

Krl4 opened this issue Sep 30, 2015 · 0 comments

Comments

@Krl4
Copy link

Krl4 commented Sep 30, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant