-
Paul Wong-Gibbs replied to the topic Is Buddypress' "Username" field mandatory? in the forum How-to & Troubleshooting 10 years, 7 months ago
Wonder if this is related to https://buddypress.trac.wordpress.org/ticket/6685 ?
-
Paul Wong-Gibbs replied to the topic Welcome e-mail in the forum How-to & Troubleshooting 10 years, 7 months ago
Someone told me it stopped working a release or two back, so no. ๐
-
Henry Wright replied to the topic Welcome e-mail in the forum How-to & Troubleshooting 10 years, 7 months ago
You could try Paul’s Welcome Pack plugin. It’s listed as not been updated in 2 years but it should still work.
-
Henry Wright replied to the topic Is Buddypress' "Username" field mandatory? in the forum How-to & Troubleshooting 10 years, 7 months ago
Which theme is that? BuddyPress doesn’t ask for 2 usernames. The WordPress username and the BuddyPress username are one and the same. It looks as though your theme is asking for it twice
-
Rimon Habib replied to the topic Registration process in the forum Requests & Feedback 10 years, 7 months ago
If you want to redirect all users(admin,subscriber,all roles) to homepage after login, just use this line at your theme functions.php file
add_filter( 'login_redirect', create_function( '$url,$query,$user', 'return home_url();' ), 30, 3 );Or if you filter a bit, like Admin users will redirected to dashboard, and all others to home page, you can…[Read more]
-
Rimon Habib replied to the topic Grid and List options Members and Groups in the forum Requests & Feedback 10 years, 7 months ago
Frankly saying, This is something concern of theme, not plugin, as plugin developer won’t know theme structure and styling users are using, unless they use BuddPress default template parts. I did that thing actually in one of my other plugin, BuddyPress User Account Type, It wasn’t good as I said, Its theme dependent.
But It is a nice feature to…[Read more]
-
Henry Wright replied to the topic Activity stream font size in the forum Installing BuddyPress 10 years, 7 months ago
-
Henry Wright replied to the topic Like Button in the forum Third Party Plugins 10 years, 7 months ago
You should report the problem you’re having on the plugin’s GitHub repo and hopefully they’ll be able to issue a fix.
-
ronia started the topic how do I search and find something in a specific user's content in the forum How-to & Troubleshooting 10 years, 7 months ago
How do I search a keyword or something in my own activity / stream or a friend’s ?
Is there any easy way or a plugin or something ?
Basically, what I mean is how do I search and find something in a specific user’s content.Thanks for pointing me to an existing solution that works with latest WP+BP betas or if something is not existing, thanks…[Read more]
-
vieiraadsv's profile was updated 10 years, 7 months ago
-
Henry Wright replied to the topic How to trigger hooks on member profile update? in the forum Creating & Extending 10 years, 7 months ago
I put this die because there is redirect after this action.
Right! If you don’t want the redirect then that’s one way to stop it ๐
-
Anonymous replied to the topic How to trigger hooks on member profile update? in the forum Creating & Extending 10 years, 7 months ago
Oh yes, this is just a test code, just to see what was being printed by the function. I put this die because there is redirect after this action.
-
Henry Wright replied to the topic new plugin: BP Messages Tool in the forum Creating & Extending 10 years, 7 months ago
Thanks for this, super useful! +1
-
Henry Wright replied to the topic How to trigger hooks on member profile update? in the forum Creating & Extending 10 years, 7 months ago
Great to see you figured this out. You probably want to let the function return naturally without using
die("END");? -
Anonymous replied to the topic How to trigger hooks on member profile update? in the forum Creating & Extending 10 years, 7 months ago
I have solved the issue by myself. I think the action xprofile_updated_profile has worked all the time. It has a redirect after this action so I was not seeing its update, that was what happened. Follow my debug code below:
function updateSubscribe( $user_id, $posted_field_ids, $errors, $old_values, $new_values )[Read more]
{
if ( empty( $errors ) )… -
Henry Wright started the topic New plugin: Crowdmentions in the forum Showcase 10 years, 7 months ago
Use a single command to mention a group of members on your BuddyPress site.
Usage:
The @group command can be used within a group to mention all of that group’s members
The @mod command can be used within a group to mention that group’s moderators
The @friends command can be used anywhere. If used within a group, friends who are not members…[Read more] -
Henry Wright replied to the topic new blog post in site wide activity stream but not in personal activity stream in the forum How-to & Troubleshooting 10 years, 7 months ago
Great to see you got it working!
-
ronia commented on the post, BuddyPress 2.4.0 Beta, on the site BuddyPress.org 10 years, 7 months ago
Kudos to the team BP. One request:
The status box is very dated and do not serve majority of use-cases. Will we have please a status box like this ? -
Henry Wright replied to the topic new blog post in site wide activity stream but not in personal activity stream in the forum How-to & Troubleshooting 10 years, 7 months ago
Have a read of the Playing with the userโs ID in different contexts article. It should give you an idea how to get the user’s ID in many of the different situations you’ll come across when using BP.
Take for example the logged in user, you can use
bp_loggedin_user_id()to get their ID. -
Michael Bryner commented on the post, BuddyPress 2.4.0 Beta, on the site BuddyPress.org 10 years, 7 months ago
Looks promising. I hope it works well and congrats on the work imath. I hope I did not become a too big of a jerk on the forums.
- Load More