Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Wer Lacht Verliert

    Wer Lacht Verliert's profile was updated 6 years, 5 months ago

    Wer Lacht Verliert

    @witzigepartyspiele

    View Profile
  • Profile picture of Park Dentistry

    Park Dentistry's profile was updated 6 years, 5 months ago

    Park Dentistry

    @samedayny

    View Profile
  • Profile picture of moitruongsach

    moitruongsach's profile was updated 6 years, 5 months ago

    moitruongsach

    @moitruongsachh

    View Profile
  • Profile picture of Normal Blood Pressure Range

    Normal Blood Pressure Range's profile was updated 6 years, 5 months ago

    Normal Blood Pressure Range

    @pressure1range

    View Profile
  • Profile picture of Nahum

    Nahum started the topic Activity Page as Front Page, Edit Page, Multisite vs Single in the forum How-to & Troubleshooting 6 years, 5 months ago

    Came a across some curveballs when using multisite and putting activity page as static front page.

    I’m seeing the following:

    On a single install, when the activity page is set as the front page, the Edit Page link in the admin bar appears normally.

    One multisite, when the activity page is set as the front page on the main site, the Edit Page…[Read more]

  • Profile picture of David Cavins

    David Cavins replied to the topic Link to BuddyPress on Author page in the forum How-to & Troubleshooting 6 years, 5 months ago

    That depends on what theme you’re using. If you find out what template or function is producing the author page, you can add a link the user’s profile page using the function bp_core_get_user_domain( $user_id ). You’ll have to pass in the correct user ID, which should be used in the author page, too.

    Your addition might look like
    <a href="<?php…[Read more]

  • Profile picture of David Cavins

    David Cavins replied to the topic How to filter private messages for duplicates/spam in the forum Creating & Extending 6 years, 5 months ago

    That’s an interesting idea. What about using the Akismet anti-spam service to check the content of the message?

    I’ve also had bots send spam messages via private messaging, and it’s a pain once it gets started.

  • Profile picture of David Cavins

    David Cavins replied to the topic One BuddyPress account across multiple sites in the forum How-to & Troubleshooting 6 years, 5 months ago

    It may be possible, but it would have to be accomplished using a custom plugin (and would be complicated).

  • Profile picture of David Cavins

    David Cavins replied to the topic Add custom taxonomy to member loop in the forum Creating & Extending 6 years, 5 months ago

    Hello, you can add information to output to this hook:

    add_filter( 'bp_nouveau_get_member_meta', function( $meta, $member, $is_loop ){
    // is_loop is true in the members directory
    if ( $is_loop ) {
    // Taxonomy fetching code goes here...$member->ID is the member ID.

    // Then assemble the output.
    $meta['taxonomy_item'] = "taxonomy item " .…
    [Read more]

  • Profile picture of premiaeco

    premiaeco's profile was updated 6 years, 5 months ago

    premiaeco

    @ecocitypremiaduan

    View Profile
  • Profile picture of David Cavins

    David Cavins replied to the topic Admin notification for all activity in the forum How-to & Troubleshooting 6 years, 5 months ago

    The content of the activity item would be $activity_array['content']. You can see the action that Venutius was using here: https://buddypress.trac.wordpress.org/browser/tags/5.0.0/src/bp-activity/bp-activity-functions.php#L1931

    So you’d just add something like
    $message .= "$activity_array['content']";
    to the code posted…

  • Profile picture of David Cavins

    David Cavins replied to the topic Moderate activities with "pending" mode status in the forum How-to & Troubleshooting 6 years, 5 months ago

    Hi @rezocom–

    That’s a pretty complicated request. I’ve used a plugin that adds a “spam” action link to activity posts, but doesn’t have an approval workflow:
    https://github.com/francescolaffi/BP-Moderation

  • Profile picture of David Cavins

    David Cavins replied to the topic Hide username in messages in the forum Installing BuddyPress 6 years, 5 months ago

    That’s funny, someone else is trying to do something similar: https://buddypress.org/support/topic/the-username-i-wanted-to-hide-is-seen-in-the-messaging/

    As I note in that other thread, it’s going to be hard to hide the username since it’s fundamental to BP messaging and mentions. Sorry, I can’t think of any straighforward way to change that behavior.

  • Profile picture of David Cavins

    David Cavins replied to the topic Error Message after purchase in the forum How-to & Troubleshooting 6 years, 5 months ago

    Your problem appears to be that a plugin called Learndash is trying to use a function groups_is_user_member() before that function is defined, or maybe you are not using the BuddyPress Groups component, then it will not be defined. You’ll beed to explain the issue to the Learndash plugin authors so they can check for the function to exist before…[Read more]

  • Profile picture of Crescent Salois

    Crescent Salois's profile was updated 6 years, 5 months ago

    Crescent Salois

    @impsithe93

    View Profile
  • Profile picture of David Cavins

    David Cavins replied to the topic The username I wanted to hide is seen in the messaging in the forum How-to & Troubleshooting 6 years, 5 months ago

    Hi @visitatore–

    The username is used extensively through BuddyPress, so I don’t know how it can be kept a secret. (For instance, it’s used for the user’s profile page url at /members/{username}.)

    I don’t think you can hide the username entirely, since the BP messaging and mention system is built on the username, but you could probably change out…[Read more]

  • Profile picture of David Cavins

    David Cavins replied to the topic Rename Group Nav Not Working in the forum How-to & Troubleshooting 6 years, 5 months ago

    On what hook are you firing that function? Are you using the Legacy or Nouveau template pack? (Have you changed from the Legacy to Nouveau template pack recently?)

    It could be a number of things, but my first thought is that there’s no reason to be changing the groups nav when you’re in the middle of the create routine, so maybe there’s a more…[Read more]

  • Profile picture of melania1b

    melania1b's profile was updated 6 years, 5 months ago

    melania1b

    @melania1b

    View Profile
  • Profile picture of wena haba

    wena haba's profile was updated 6 years, 5 months ago

    wena haba

    @wenahaba

    View Profile
  • Profile picture of jasaseo.be

    jasaseo.be's profile was updated 6 years, 5 months ago

    jasaseo.be

    @jasaseobe

    View Profile
  • 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