Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Glenn

    Glenn replied to the topic Registration page redirects to login – can't register in the forum How-to & Troubleshooting 10 years ago

    nobody gave a damn about helping you, did they.

  • Profile picture of Glenn

    Glenn started the topic temporarily turn off register page redirect in the forum How-to & Troubleshooting 10 years ago

    i cannot find the function that redirects away from ‘register’ if the user is logged in. i simply wish to turn it off while i do some work on that page…

    can anybody help me?

    many thanks
    GN

  • Profile picture of Henry Wright

    Henry Wright replied to the topic How to make activity Stream not showing profile or profile pictures updates? in the forum How-to & Troubleshooting 10 years ago

    Can you paste the code you’re using?

  • Profile picture of riseUp

    riseUp started the topic How to customize the registration fields in the forum How-to & Troubleshooting 10 years ago

    Hello.

    My website is http://www.ymphony.com.

    On the BP registration page, it looks as if a user can register with the following fields:
    User Name, Email Address, Password, and Confirm Password.

    How do I remove the User Name on the registration form? Thank you.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic How to make activity Stream not showing profile or profile pictures updates? in the forum How-to & Troubleshooting 10 years ago

    To add, I think updated_profile is the action you’re looking for.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic How to make activity Stream not showing profile or profile pictures updates? in the forum How-to & Troubleshooting 10 years ago

    The code removes updates like “Ben changed his profile photo”. It doesn’t remove stuff like “Ben posted an update”. In the code you’ll see I’ve used new_avatar. That’s one particular action. Feel free to add more by adding another block. For example:

    // Rest of code here.

    // Remove new_avatar items.
    if ( ( $key = array_search( 'new_avatar',…
    [Read more]

  • Profile picture of riseUp

    riseUp started the topic How to customize the registration fields in the forum How-to & Troubleshooting 10 years ago

    Hello.

    I want to create a registration page, but it looks like the following fields are the default: User Name, Email Address, Password, and Confirm Password.

    Is there any way to remove the User Name field and add Re-Capcha box onto the Registration Form? And how do I remove the Profile Details verbiage?

    My site is http://www.ymphony.com. Thanks!

  • Profile picture of riseUp

    riseUp replied to the topic How to link the avatar picture to his/her profile page in the forum How-to & Troubleshooting 10 years ago

    @shanebp, I’ll definite take a look carefully. Thank you!

  • Profile picture of Henry Wright

    Henry Wright replied to the topic How to make activity Stream not showing profile or profile pictures updates? in the forum How-to & Troubleshooting 10 years ago

    To stop “profile photo updated” updates being displayed in your activity stream, try this:

    add_filter( 'bp_after_has_activities_parse_args', function( $retval ) {
    // Convert $retval['action'] into an array.
    $parts = explode( ',', $retval['action'] );

    // Remove new_avatar items.
    if ( ( $key = array_search( 'new_avatar', $parts ) )…
    [Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Search in the forum How-to & Troubleshooting 10 years ago

    Hi lekins101

    This doesn’t answer your question but you might want to consider using BP Profile Search. I’ve used it in the past and it was pretty good at finding users.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic How to make activity Stream not showing profile or profile pictures updates? in the forum How-to & Troubleshooting 10 years ago

    This article is super valuable if you plan on filtering the activity loop:

    Using bp_parse_args() to filter BuddyPress template loops

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Change Registration Phrases in the forum Showcase 10 years ago

    @lekins101 great stuff 🙂

    Hi @pattiearnold

    If you need help with translations, please feel free to open a new topic with any questions you have.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic BuddyPress no longer working with 4.5 update in the forum How-to & Troubleshooting 10 years ago

    Sorry for the delay, I seem to a missed your reply. Try deactivating each of those plugins 1 by 1 to see if any are causing the problem.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Change Registration Phrases in the forum Showcase 10 years ago

    Hi @lekins101

    See the Customizing Labels, Messages, and URLs article for info on how that’s done.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Remove zebra striping from profile in the forum How-to & Troubleshooting 10 years ago

    Hi!

    Do you have a link to your website?

  • Profile picture of WIT Solution

    witsolution's profile was updated 10 years ago

    witsolution

    @witsolution

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic great and useful buddypress 3rd party plugins in the forum Third Party Plugins 10 years ago

    Take a look through these:

    https://wordpress.org/plugins/tags/buddypress

  • Profile picture of Peter Hardy-vanDoorn

    Peter Hardy-vanDoorn replied to the topic How to create LinkedIn with Buddypress? in the forum How-to & Troubleshooting 10 years ago

    Seems to me that BuddyPress could be extended to do all that… with a lot of custom coding.

    Or, a quick Google brings up loads of alternatives: https://www.google.com/search?q=wordpress+jobs+board+plugin

  • Profile picture of Peter Hardy-vanDoorn

    Peter Hardy-vanDoorn replied to the topic Default groups view in the forum How-to & Troubleshooting 10 years ago

    On my install, ‘forums’ is singular – ie, ‘forum’.

  • Profile picture of Peter Hardy-vanDoorn

    Peter Hardy-vanDoorn replied to the topic How to Remove Buddypress Registration in the forum How-to & Troubleshooting 10 years ago

    This will turn off registrations altogether, thus removing the BuddyPress missing page nag:

    Go to your WordPress’ Settings > General page and uncheck Membership Anyone can register

    Don’t know how that will effect your theme’s registration, though…

  • 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