Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Resend activation email in the forum How-to & Troubleshooting 9 years ago

    You can trigger an activation email manually:

    bp_core_signup_send_validation_email( $user_id, $user_email, $activation_key );

    You will need to get $user_id, $user_email and $activation_key before hand.

  • Profile picture of Brajesh Singh

    Brajesh Singh replied to the topic Disable Alphabetical in the forum How-to & Troubleshooting 9 years ago

    Do you want to remove the “Alphabetical” in the Order By dropdown?

    If you are using a BuddyPress specific theme, please look into yourtheme/buddypress/members/index.php and you will see the code there for this option. Just remove that.

    if you are not using a BuddyPress specific theme or your theme does not have this file, you can copy index.php…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Membership in the forum Installing BuddyPress 9 years ago

    You’ll probably need a plugin for that, or even custom code a solution because, by default, BuddyPress doesn’t give members the opportunity to create new pages.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Solved – Customize the login page of wordpress in the forum Installing BuddyPress 9 years ago

    Check out the article on Page Templates.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Ephemeral Messages in the forum Installing BuddyPress 9 years ago

    You’d need to build a custom solution because I don’t think there’s anything available, at least for BuddyPress.

    Take a look at the WordPress Transients API. That might help.

    https://codex.wordpress.org/Transients_API

  • Profile picture of Nahum

    Nahum replied to the topic Removing Actions from Activity Stream with Filtering Options? in the forum How-to & Troubleshooting 9 years ago

    looking for this too.

  • Profile picture of Bruce K

    Bruce K replied to the topic Ephemeral Messages in the forum Installing BuddyPress 9 years ago

    I want to have messages and pictures disappear after a specified time.

  • Profile picture of JS Tools

    jslathetools's profile was updated 9 years ago

    jslathetools

    @jslathetools

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Ephemeral Messages in the forum Installing BuddyPress 9 years ago

    So there is no easy way to program around it?

    What are you trying to do?

  • Profile picture of Bruce K

    Bruce K replied to the topic Ephemeral Messages in the forum Installing BuddyPress 9 years ago

    Thanks Henry. So there is no easy way to program around it?

  • Profile picture of Bruce K

    Bruce K's profile was updated 9 years ago

    Bruce K

    @hefferst

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Ephemeral Messages in the forum Installing BuddyPress 9 years ago

    Private messaging in BuddyPress is persistent (saved to the db). There is also “flash” messages but these are stored as a cookie and are removed after the page request.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Hosted website buddypress activity when clicked redirects to localhost in the forum How-to & Troubleshooting 9 years ago

    Did you move WordPress? If so, check out the Moving WordPress article.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Best gallery to use in BP in the forum Creating & Extending 9 years ago

    There are a few to choose from. I haven’t tried lately myself but these seem to be popular:

    MediaPress

    rtMedia for WordPress, BuddyPress and bbPress

    BuddyPress Album

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Solved – Customize the login page of wordpress in the forum Installing BuddyPress 9 years ago

    If you’re having problems with Theme My Login, try Customizing the Login Form instead.

  • Profile picture of metalhead

    metalhead replied to the topic Styling Message Counter Menu Elements in the forum Creating & Extending 9 years ago

    Resolved:

    There’s no trick. I was putting the <span in the wrong place. It has to go before the single quote. (And of course /span after the other single quote.)

    Then, I did the same thing for the other element.

    So there you have it – an awesome way to show unread messages in a menu item. The only thing missing now is a way to automatically…[Read more]

  • Profile picture of David Cavins

    David Cavins replied to the topic Group header file problems in the forum How-to & Troubleshooting 9 years ago

    Hi @lawlyet

    If you’re up for helping to root out this problem, please add this debugging info as mentioned above:

    We’re closing in on the problem, I think. One more debug addition, this time to bp-core/bp-core-cache.php:
    http://pastie.org/10965063#12-14

    Pastie is broken at the moment, but hopefully it’ll be back up soon.

    Thanks for you h…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Using wp_mail and emails in the forum How-to & Troubleshooting 9 years ago

    Can you instead use the wp_mail filter to change the message?

    add_filter( 'wp_mail', function( $array ) {
    // Set conditions here.

    $array['message'] = 'Change this';
    return $array;
    } );

  • Profile picture of Judith Ballard

    Judith Ballard's profile was updated 9 years ago

    Judith Ballard

    @judithbballard

    View Profile
  • Profile picture of Shawn Hines

    Shawn Hines's profile was updated 9 years ago

    Shawn Hines

    @shawnmhines

    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