-
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_emailand$activation_keybefore hand. -
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]
-
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.
-
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.
-
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.
-
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.
-
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.
-
jslathetools's profile was updated 9 years ago
-
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?
-
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?
-
Bruce K's profile was updated 9 years ago
-
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.
-
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.
-
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:
-
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.
-
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]
-
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-14Pastie is broken at the moment, but hopefully it’ll be back up soon.
Thanks for you h…[Read more]
-
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_mailfilter to change the message?add_filter( 'wp_mail', function( $array ) {
// Set conditions here.$array['message'] = 'Change this';
return $array;
} ); -
Judith Ballard's profile was updated 9 years ago
-
Shawn Hines's profile was updated 9 years ago
- Load More