Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Is Buddypress' "Username" field mandatory? in the forum How-to & Troubleshooting 10 years, 7 months ago

    Wonder if this is related to https://buddypress.trac.wordpress.org/ticket/6685 ?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Welcome e-mail in the forum How-to & Troubleshooting 10 years, 7 months ago

    Someone told me it stopped working a release or two back, so no. ๐Ÿ™‚

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Welcome e-mail in the forum How-to & Troubleshooting 10 years, 7 months ago

    You could try Paul’s Welcome Pack plugin. It’s listed as not been updated in 2 years but it should still work.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Is Buddypress' "Username" field mandatory? in the forum How-to & Troubleshooting 10 years, 7 months ago

    Which theme is that? BuddyPress doesn’t ask for 2 usernames. The WordPress username and the BuddyPress username are one and the same. It looks as though your theme is asking for it twice

  • Profile picture of Rimon Habib

    Rimon Habib replied to the topic Registration process in the forum Requests & Feedback 10 years, 7 months ago

    If you want to redirect all users(admin,subscriber,all roles) to homepage after login, just use this line at your theme functions.php file

    add_filter( 'login_redirect', create_function( '$url,$query,$user', 'return home_url();' ), 30, 3 );

    Or if you filter a bit, like Admin users will redirected to dashboard, and all others to home page, you can…[Read more]

  • Profile picture of Rimon Habib

    Rimon Habib replied to the topic Grid and List options Members and Groups in the forum Requests & Feedback 10 years, 7 months ago

    Frankly saying, This is something concern of theme, not plugin, as plugin developer won’t know theme structure and styling users are using, unless they use BuddPress default template parts. I did that thing actually in one of my other plugin, BuddyPress User Account Type, It wasn’t good as I said, Its theme dependent.

    But It is a nice feature to…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Activity stream font size in the forum Installing BuddyPress 10 years, 7 months ago

    Sorry @life5000, I noticed that earlier in this post I mentioned you should add the snippet to your theme’s functions.php. That’s not right. It should go into your theme’s (or child theme’s) style.css file.

    I’ve just updated it so it has the right info.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Like Button in the forum Third Party Plugins 10 years, 7 months ago

    You should report the problem you’re having on the plugin’s GitHub repo and hopefully they’ll be able to issue a fix.

  • Profile picture of ronia

    ronia started the topic how do I search and find something in a specific user's content in the forum How-to & Troubleshooting 10 years, 7 months ago

    How do I search a keyword or something in my own activity / stream or a friend’s ?
    Is there any easy way or a plugin or something ?
    Basically, what I mean is how do I search and find something in a specific user’s content.

    Thanks for pointing me to an existing solution that works with latest WP+BP betas or if something is not existing, thanks…[Read more]

  • Profile picture

    vieiraadsv's profile was updated 10 years, 7 months ago

    vieiraadsv

    @vieiraadsv

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic How to trigger hooks on member profile update? in the forum Creating & Extending 10 years, 7 months ago

    I put this die because there is redirect after this action.

    Right! If you don’t want the redirect then that’s one way to stop it ๐Ÿ™‚

  • Profile picture

    Anonymous replied to the topic How to trigger hooks on member profile update? in the forum Creating & Extending 10 years, 7 months ago

    Oh yes, this is just a test code, just to see what was being printed by the function. I put this die because there is redirect after this action.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic new plugin: BP Messages Tool in the forum Creating & Extending 10 years, 7 months ago

    Thanks for this, super useful! +1

  • Profile picture of Henry Wright

    Henry Wright replied to the topic How to trigger hooks on member profile update? in the forum Creating & Extending 10 years, 7 months ago

    Great to see you figured this out. You probably want to let the function return naturally without using die("END");?

  • Profile picture

    Anonymous replied to the topic How to trigger hooks on member profile update? in the forum Creating & Extending 10 years, 7 months ago

    I have solved the issue by myself. I think the action xprofile_updated_profile has worked all the time. It has a redirect after this action so I was not seeing its update, that was what happened. Follow my debug code below:

    function updateSubscribe( $user_id, $posted_field_ids, $errors, $old_values, $new_values )
    {
    if ( empty( $errors ) )…
    [Read more]

  • Profile picture of Henry Wright

    Henry Wright started the topic New plugin: Crowdmentions in the forum Showcase 10 years, 7 months ago

    Use a single command to mention a group of members on your BuddyPress site.

    Usage:

    The @group command can be used within a group to mention all of that group’s members
    The @mod command can be used within a group to mention that group’s moderators
    The @friends command can be used anywhere. If used within a group, friends who are not members…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic new blog post in site wide activity stream but not in personal activity stream in the forum How-to & Troubleshooting 10 years, 7 months ago

    Great to see you got it working!

  • Profile picture of ronia

    ronia commented on the post, BuddyPress 2.4.0 Beta, on the site BuddyPress.org 10 years, 7 months ago

    Kudos to the team BP. One request:
    The status box is very dated and do not serve majority of use-cases. Will we have please a status box like this ?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic new blog post in site wide activity stream but not in personal activity stream in the forum How-to & Troubleshooting 10 years, 7 months ago

    Have a read of the Playing with the userโ€™s ID in different contexts article. It should give you an idea how to get the user’s ID in many of the different situations you’ll come across when using BP.

    Take for example the logged in user, you can use bp_loggedin_user_id() to get their ID.

  • Profile picture of Michael Bryner

    Michael Bryner commented on the post, BuddyPress 2.4.0 Beta, on the site BuddyPress.org 10 years, 7 months ago

    Looks promising. I hope it works well and congrats on the work imath. I hope I did not become a too big of a jerk on the forums.

  • 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