Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Stacy (non coder)

    Stacy (non coder) started the topic Comments nor Posts in personal activity shows in the forum How-to & Troubleshooting 10 years, 6 months ago

    Only Updates, New Sites, Friendships, Group Updates, Group Mmeberships, & New Groups.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Buddypress and Calypso? in the forum How-to & Troubleshooting 10 years, 6 months ago

    It’s likely that nobody has even thought about this yet because Calypso is so new. Check out these instructions if you want to install it: https://github.com/Automattic/wp-calypso/blob/master/docs/install.md

    Also, there are various projects in progress for BuddyPress. Here’s one example:

    https://github.com/modemlooper/BP-API

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Buddypress and Calypso? in the forum How-to & Troubleshooting 10 years, 6 months ago

    It’s likely that nobody has even thought about this yet because Calypso is so new. Check out these instructions if you want to install it: https://github.com/Automattic/wp-calypso/blob/master/docs/install.md

    Also, there are various projects in progress for BuddyPress. Here’s one example:

    https://github.com/modemlooper/BP-API

  • Profile picture of ronia

    ronia started the topic Buddypress and Calypso? in the forum How-to & Troubleshooting 10 years, 6 months ago

    How to run Buddypress ( or any of its versions in development) with Calypso [ https://ma.tt/2015/11/dance-to-calypso/%5D ? Anyone having any such Demo site or installble tar/zip?
    thanks.

  • Profile picture of yousan

    yousan replied to the topic bp_get_member_user_id() returns false in the forum How-to & Troubleshooting 10 years, 6 months ago

    Thanks Henry.

    I can get the loggedin user_id with bp_loggedin_user_id() function by the article you shown.

    I had to use bp_get_member_user_id() at the member loop.

    Thank you!

  • Profile picture of Mobilunity

    Mobilunity replied to the topic A Nicer Way To Edit Group Slugs in the forum How-to & Troubleshooting 10 years, 6 months ago

    Hi Guys! Have you solved your issue? Maybe you will try another plugin? We have listed one group plugin in the article here:

    Also, There are more nice plugins to help you. Hope you will solve the issue and Client will be happy:)

    —-

    Mod edit by r-a-y: Removed link to website. Your comment added no relevance to this thread and appeared to be…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Adding a new component to BuddyPress in the forum How-to & Troubleshooting 10 years, 6 months ago

    These requirements are very custom so I doubt there will be a plugin available. My advice is to take a look through the core project code to familiarise yourself with how BuddyPress works. There’s also a BuddyPress Skeleton Component you can use (check out the comments) to learn how to create a new component should you need one.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic want to add more fields to "Post Update" form in the forum How-to & Troubleshooting 10 years, 6 months ago

    You should look at bp-templates/bp-legacy/buddypress/activity/post-form.php, making changes if necessary using the BuddyPress Template Hierarchy article as a guide.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic bp_get_member_user_id() returns false in the forum How-to & Troubleshooting 10 years, 6 months ago

    The likely reason why bp_get_member_user_id() is returning NULL is you are using it outside the members loop. See the Playing with the user’s ID in different contexts article for info on how to get the member’s ID in the various contexts that exist within BP.

  • Profile picture of yousan

    yousan started the topic bp_get_member_user_id() returns false in the forum How-to & Troubleshooting 10 years, 6 months ago

    Hello.
    I am trying to get a certain user’s xprofile field data.
    I found a topic.
    https://buddypress.org/support/topic/display-a-value-of-a-particular-custom-profile-field/

    So I tried
    global $current_user;
    $user_id = bp_get_member_user_id();
    var_dump($user_id); // <--- false!
    $class = xprofile_get_field_data('weight', $user_id…
    [Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic groups_member_before_save messages not showwing up in the forum How-to & Troubleshooting 10 years, 6 months ago

    The groups_member_before_save hook doesn’t really give you the opportunity to exit execution gracefully if your member doesn’t validate. Is there another hook that you can use?

    I suppose you could force execution to stop by adding a redirect after bp_core_add_message() but that feels slightly hackish:

    bp_core_add_message( $message, 'error'…[Read more]

  • Profile picture of silab ajiho

    silab ajiho's profile was updated 10 years, 6 months ago

    silab ajiho

    @silabajiho

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic groups_member_before_save for restricting one group per user in the forum How-to & Troubleshooting 10 years, 6 months ago

    After a particular member has reached the 1 private group limit, you’d probably want to stop the member:

    requesting to join a new private group
    from being invited to join a private group
    from creating a new private group

    You mention the member can belong to multiple public groups so your checks should be specific for private groups (also…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Disable messages in Activity Stream in the forum How-to & Troubleshooting 10 years, 6 months ago

    I have no idea if this plugin still functions because it was last updated ~4 years ago, but check out BuddyPress Block Activity Stream Types.

  • Profile picture of George Notaras

    George Notaras replied to the topic Questions about the concept of user profiles in the forum Miscellaneous 10 years, 6 months ago

    @shanebp: Great! Thanks!

  • Profile picture of George Notaras

    George Notaras replied to the topic Questions about the concept of user profiles in the forum Miscellaneous 10 years, 6 months ago

    Is it safe to assume that the ID of a WP user (post author) is always the same as the BP user ID?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic How to update avatar user meta? in the forum How-to & Troubleshooting 10 years, 6 months ago

    in the API results I have a url of the avatar

    Does the result give you the user ID as well?

  • Profile picture of nawu hicuyo

    nawu hicuyo's profile was updated 10 years, 6 months ago

    nawu hicuyo

    @nawuhicuyo

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic How to update avatar user meta? in the forum How-to & Troubleshooting 10 years, 6 months ago

    How are you uploading the image?

  • Profile picture of Joost abrahams

    Joost abrahams replied to the topic z-index issue with 2014 and cover images in the forum How-to & Troubleshooting 10 years, 6 months ago

    @hnla @r-a-y thanks for the quick fix

  • Load More

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In