Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,002
- How-to & Troubleshooting
- 129,544
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,790
- Showcase
- 3,316
- Ideas
- 1,398
- Miscellaneous
- 9,169
-
I think I got it… in bp-blogs in line 417 inside the function bp_blogs_record_comments
They get the user id using the email of the author:
“$user = get_user_by_email( $comment->comment_author_email );”
And when a user login using gigya, the email isnt record, so probably thats the problem. Any one know how to change this line to get the user id in another way?