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 [Resolved] member page link error with email as username in the forum How-to & Troubleshooting 9 years, 9 months ago

    This might just not be supported, especially if the username compatibility mode didn’t help.

    For one of these users, look in the database. i.e. for Alex7, what’s the user_login and user_nicename field values?

  • Profile picture of sheraton

    sheraton's profile was updated 9 years, 9 months ago

    sheraton

    @sheratonwalls

    View Profile
  • Profile picture of sheraton

    sheraton started the topic Plugin in the forum Installing BuddyPress 9 years, 9 months ago

    Are there free plugin on this site for download for buddypress?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic 2 sites, shared userbase? in the forum How-to & Troubleshooting 9 years, 9 months ago

    Hi @sfarinsky! Let’s get the terminology right, that may be why you’ve had struggle searching for answers.

    A Multi-Site is a collection of individual Sites (blogs). A Multi-Site runs inside one Network. It is possible to have Multi-Networks, which lets you run multiple Networks — all from the same set of WordPress files.

    Multi-Networks are not…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Errors showing bp core ? in the forum How-to & Troubleshooting 9 years, 9 months ago

    OK, lots of plugins. I am pretty sure it must be caused by one of the other plugins, but unfortunately we can’t get any more detailed information from this error.

    Do you have a test site / development site for this? What you really need to do is switch to a default WordPress theme and see if the error message still shows up.

    If it does, then…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic [Resolved] Wrap embeds in div in the forum How-to & Troubleshooting 9 years, 9 months ago

    Cool, no worries!

  • Profile picture of Mary

    Mary's profile was updated 9 years, 9 months ago

    Mary

    @mareni-bandeira

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic [Resolved] Wrap embeds in div in the forum How-to & Troubleshooting 9 years, 9 months ago

    bp_use_oembed_in_activity can be used to allow or disallow oEmbeds in activity items.

    The bp_activity_embed() function just adds a bunch of filters and actions. It’s not really for filtering the oEmbed output.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic [Resolved] Wrap embeds in div in the forum How-to & Troubleshooting 9 years, 9 months ago

    Can you try the bp_activity_embed_html hook?

    add_filter( 'bp_activity_embed_html', function( $retval ) {
    return '<div>' . $retval . '</div>';
    } );

  • Profile picture of Henry Wright

    Henry Wright replied to the topic [Resolved] Wrap embeds in div in the forum How-to & Troubleshooting 9 years, 9 months ago

    Perhaps that filter hook is for filtering embeds in WordPress content? BuddyPress must have a filter for this. I’ll need to have a dig around…

  • Profile picture of Henry Wright

    Henry Wright replied to the topic [Resolved] Wrap embeds in div in the forum How-to & Troubleshooting 9 years, 9 months ago

    Think of it like this:

    Filters return stuff
    Actions don’t

    Here’s an example using the embed_oembed_html filter:

    add_filter( 'embed_oembed_html', function( $html, $url, $attr, $post_ID ) {
    // Use $html, $url, $attr and $post_ID here if you like.

    // Wrap the HTML output.
    $html = '<div>' . $html . '</div>';

    // Return $html.…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic [Resolved] Wrap embeds in div in the forum How-to & Troubleshooting 9 years, 9 months ago

    Check out the embed_oembed_html filter. I think that’s what you need here.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic [Resolved] member page link error with email as username in the forum How-to & Troubleshooting 9 years, 9 months ago

    Try enabling a BP_ENABLE_USERNAME_COMPATIBILITY_MODE: https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Errors showing bp core ? in the forum How-to & Troubleshooting 9 years, 9 months ago

    What version of WordPress, BuddyPress, are you using?

    What theme, and what other plugins do you have active?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Register LABEL in the forum Requests & Feedback 9 years, 9 months ago

    Ah, what’s the profile field type for that? Is it a date field type or a “Birthday” field type?

    Are you using the https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/ plugin ?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Activate BuddyPress components programmatically in the forum Installing BuddyPress 9 years, 9 months ago

    @schweizersolutions With your current solution:

    1) If BuddyPress is loaded in this context, I’d strongly recommend you use bp_update_option instead of update_option as this supports all the different configurations of BuddyPress install/configuration.

    2) If you look at bp_version_updater or bp_core_admin_components_settings_handler for example,…[Read more]

  • Profile picture of CyberWoolf

    CyberWoolf replied to the topic DIsable Activity Stream on Group Home in the forum How-to & Troubleshooting 9 years, 9 months ago

    thanks

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic [Resolved] In profile editing, how to get text box as a plain box in the forum How-to & Troubleshooting 9 years, 9 months ago

    Can you take a screenshot of what you mean, please?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic first_name & last_name automatically altered in the forum How-to & Troubleshooting 9 years, 9 months ago

    BuddyPress will try to sync the value of a user’s “Name” field to the First and Last Name fields in their wp-admin user profile.

    To disable this, go to wp-admin Settings > BuddyPress, and disable Profile Syncing.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic W3 Total Cache in the forum Installing BuddyPress 9 years, 9 months ago

    The Object Cache feature inside W3TC is not compatible with BuddyPress. It does not work properly.

  • 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