Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Anthony Anson

    Anthony Anson's profile was updated 8 years, 8 months ago

    Anthony Anson

    @anthonyanson

    View Profile
  • Profile picture of Aslan Guseinov

    Aslan Guseinov replied to the topic FIXED: Css styling problem after updating to 2.9.0 in the forum Installing BuddyPress 8 years, 8 months ago

    Hi, thanks for the tip.
    But what did you roll back?
    I did roll back Buddypress via WP Rollback plugin, but that did not help.

  • Profile picture of Stephen Edgar

    Stephen Edgar updated the Releases page, on the BuddyPress Codex 8 years, 8 months ago

    The following are the various versions of BuddyPress, listed chronologically from the oldest to newest, along with the Change Log information on new features and improvements in each version.
    N.B from version 1.5 […]

  • Profile picture of metalhead

    metalhead replied to the topic FIXED: Css styling problem after updating to 2.9.0 in the forum Installing BuddyPress 8 years, 8 months ago

    I had the same issue with the past 2 upgrades. It had something to do with my child theme. Are you using one?

    I rolled back to the previous version, re-installed the update, and the 2nd try was a success.

    Good luck!

  • Profile picture of Lars Henriksen

    Lars Henriksen replied to the topic How do u merge profiles when a user registers w different email addresses? in the forum How-to & Troubleshooting 8 years, 8 months ago

    +1 for this question .
    Would be nice if a user profile could contain more than 1 email address…

  • Profile picture of Rose Gold & Black Diamond Engagement Rings

    Rose Gold & Black Diamond Engagement Rings's profile was updated 8 years, 8 months ago

    Rose Gold & Black Diamond Engagement Rings

    @engagementrings

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic bp_last_activity in the forum How-to & Troubleshooting 8 years, 8 months ago

    Try echo substr( bp_get_last_activity( $user_id ), 7 ); where $user_id is the ID of the user you need to fetch last activity for.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic explode function in the forum Ideas 8 years, 8 months ago

    @petervandoorn almost but bp_member_profile_data() will output. Instead, you’ll need to use a function which returns a value before passing it to explode(). That’ll be bp_get_member_profile_data()

  • Profile picture of Henry Wright

    Henry Wright replied to the topic registration page styling in the forum How-to & Troubleshooting 8 years, 8 months ago

    Try posting your requirements on the BP Jobs Board. There might be a developer there who’ll help you.

  • Profile picture of Agen Judi Domino Online Terpercaya

    Agen Judi Domino Online Terpercaya's profile was updated 8 years, 8 months ago

    Agen Judi Domino Online Terpercaya

    @bangali01

    View Profile
  • Profile picture of Peter Hardy-vanDoorn

    Peter Hardy-vanDoorn replied to the topic Setting Profile Fields To Be Viewable To Admin or Moderators in the forum How-to & Troubleshooting 8 years, 8 months ago

    Actually, ‘Admin’, ‘Everyone (Admin Editable)’ and ‘Only Me (Admin Editable)’ are not part of BuddyPress and are added by the plugin.

    If you use the plugin and set the field visibility to ‘Only Me (Admin Editable)’ then the field will only be visible to the user and the Admin. You could also use the ‘Admin’ settings to, for example, add no…[Read more]

  • Profile picture of Peter Hardy-vanDoorn

    Peter Hardy-vanDoorn replied to the topic explode function in the forum Ideas 8 years, 8 months ago

    Off the top of my head, it should just be a case of :

    $needs = explode( ", ", bp_member_profile_data(‘field=School Needs: Social Welfare’) );

    Which should then put an array into $needs like this:

    Array
    (
    [0] => Environmental programmes
    [1] => Sports development
    )

    http://php.net/manual/en/function.explode.php

  • Profile picture of Peter Hardy-vanDoorn

    Peter Hardy-vanDoorn replied to the topic How can I get all userId for a given Member type in the forum How-to & Troubleshooting 8 years, 8 months ago

    If getting your hands dirty with SQL scares you (like it does me) BP has its own functions:

    $member_type = "doctor"; // slug of member type
    if ( bp_has_members( array ( 'type' => 'alphabetical', 'per_page' => 1000, 'member_type' => $member_type ) ) ) {
    while ( bp_members() ) : bp_the_member();
    //…
    [Read more]

  • Profile picture of Peter Hardy-vanDoorn

    Peter Hardy-vanDoorn replied to the topic Buddypress paid membership in the forum Installing BuddyPress 8 years, 8 months ago

    Try the WooCommerce Members bundle… https://woocommerce.com/products/woomembers-bundle/

  • Profile picture of Aslan Guseinov

    Aslan Guseinov started the topic FIXED: Css styling problem after updating to 2.9.0 in the forum Installing BuddyPress 8 years, 8 months ago

    Hey all! I have a css problem.
    After upgrading to 2.9.0 css styling began to act funny.
    Check this http://glot.ee/2.8.2.png and this http://glot.ee/2.9.0.png.

  • Profile picture of Siddharth

    Siddharth replied to the topic change username to display name in the forum How-to & Troubleshooting 8 years, 8 months ago

    Hello @danbp

    Display name in buddypress activity stream is not showing once posting any activity.

    It was showing earlier but all of a sudden its not showing for newly registered users. Please check the screenshot below:-

    http://nimb.ws/ixjNcq

    B’coz of this the {username} field is not showing in email templates as well when someone is i…[Read more]

  • Profile picture of Siddharth

    Siddharth started the topic Username in Activity Stream not showing in the forum How-to & Troubleshooting 8 years, 8 months ago

    Hello all,

    Username in buddypress activity stream is not showing once posting any activity.

    It was showing earlier but all of a sudden gone for newly registered users. Please check the screenshot below:-

    http://nimb.ws/ixjNcq

    B’coz of this the {username} field is not showing in email templates as well when someone is inviting others, group…[Read more]

  • Profile picture of Millioaire's Digest Company

    Millioaire's Digest Company's profile was updated 8 years, 8 months ago

    Millioaire's Digest Company

    @millionairesdigest

    View Profile
  • Profile picture of metalhead

    metalhead replied to the topic Autocomplete shows both names in the forum How-to & Troubleshooting 8 years, 8 months ago

    Correction: What I meant was, I didn’t find any parentheses in the span tag, but I removed them from the %s, and it display the name without parentheses, but it crippled the function; without those parentheses, I click on a name from the list and the name gets printed with html code wrapped around it.

    Not a big deal – but let me know if you have…[Read more]

  • Profile picture of metalhead

    metalhead replied to the topic Autocomplete shows both names in the forum How-to & Troubleshooting 8 years, 8 months ago

    Thanks! That worked.

    One small problem that remains, is that I still have parenthesis wrapped around $user->name

    Here’s a chunk of the code:

    printf( '<span id="%s" href="#"></span><img src="%s" style="width: 15px"> %s (%s)' . "n",
    esc_attr( 'link-' . $user->ID ),
    esc_url( $user->image ),…
    [Read more]

  • 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