Search Results for 'buddypress'
-
Search Results
-
When we switch PHP from 7.3 to 7.4 we get a warning generated in the Grops button on the user’s profile page:
Warning: Creating default object from empty value in /code/wp-content/plugins/buddypress/bp-groups/bp-groups-template.php on line 1036
https://sso-nittanyai-alliance.pantheonsite.io/alliance-programs/nittany-ai-challenge/resources-for-participants/teams/#mobile-wrapperHere is the full HTML that is generated:
<a href=”
Warning: Creating default object from empty value in /code/wp-content/plugins/buddypress/bp-groups/bp-groups-template.php on line 1036
https://sso-nittanyai-alliance.pantheonsite.io/alliance-programs/nittany-ai-challenge/resources-for-participants/teams/#mobile-wrapper”>Teams
<span class=”fa fa-sign-out”></span>The caused the link to not work and confused the browser asking the user to pick an app to open this with.
We were running BuddyPress 6.3, but after we updated to BuddyPress 7.3 the problem remained. It definitely seems to be associated with PHP 7.4.
Looking for help to get this functioning correctly in PHP 7.4.
Topic: Buddypress widgets
Hi
I was wondering if you could help me please with php.
After the user fills in the create an account section and base register form I would like 2 things to happen when the user the hits complete signup button.
1. Disable the auto activation so I can assign a member group in the wordpress users section
2. Redirect to an external website for their tiered membership paymentI have tried this for the redirection but I cant get it to work (I added the URL). I placed it in the child theme’s function.php
function ps_bp_redirect($user) {
$redirect_url = ‘url goes here’;
wp_safe_redirect( add_query_arg( array( ‘user’ => $_POST[‘signup_username’] , ’email’=> $_POST[‘signup_email’]), $redirect_url ) );
}
add_action(‘bp_core_signup_user’, ‘ps_bp_redirect’, 100, 1);and I used this to stop the auto activation and this works perfect. I added the code to snippets plugin.
add_filter( ‘bp_core_signup_send_activation_key’, ‘ps_disable_activation_email’ );
function ps_disable_activation_email() {
return false;
}
add_filter( ‘gettext’, ‘ps_change_activation_message’, 20, 3 );function ps_change_activation_message( $translated_text, $text, $domain ) {
switch ( $translated_text ) {
case ‘You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.’ :
$translated_text = __( ‘Your membership account is awaiting approval by the site administrator.’, ‘buddypress’ );
break;
}return $translated_text;
}I am using the newest version of wordpress and buddypress Version 7.3.0
Many thanks and kind regards
Tracey Kinchella
Hello All, I have 2 questions I’m wondering if anyone can help with.
User Registration
When a user tries to register, the password field already has a pw entered. Is there a reason this is happening? It didn’t use to happen in previous version of BuddyPress. I can’t imagine people would sign up with a password already in the password box, so I’m wondering what the point of this is:1) I’d consider it suspicious. I’d delete and put my own pw in.
2) I’d have to remember a password generated by the site instead of my own password.
3) It makes me think there’s some bug with the site. None of the big platforms has a pw already put in there for you to use.Is there a way to turn this automatic password generation off?
Profile navigation
With the new BuddyPress update, everyone’s profile now has an arrow on the left and right of the page, which directs you to another profile. Is there a way to turn this off, or do we need to use CSS (display: none;) to remove it?Thanks.
Hello, since the BuddyPress 7.3.0 update I can only invite 14 of the 500 wordpress users to a BuddyPress group. Can someone help me there?
Hi there!
I’m sure this is bit of a crazy ask, but here it goes anyway…
I’ve been reviewing the code for custom activity posts. Though I’m far from being an expert it seems fairly straight forward. However I’m not quite sure how to pass the data that I want to be in the content of the post.
On my site users can donate money to good causes. I would like a post to be created whenever a user does this. All donations take place via subdomain (payments.mydomain.co), after completing donation via stripe they are redirected to a success page in that subdomain, which has a link back to the site.
Firstly, is it possible to generate a post from an action that took place outside of buddypress (and is not a plugin)?
Secondly if yes, how can you make it work? I can’t seem to quite work it out because I can get it to trigger any actions/filters required for custom posts since it lies outside of buyddpress.
Topic: Buddypress Page Templates
Hey all.
I’m trying to determine the best way to change the header and footers on my buddypress pages like member etc. I’ve done a fair bit of searching, but haven’t been able to find the right approach. It seems like something simple that I’m just missing. To be clear, I want, for example, member pages or activity to use a theme header or footer I specify for that page…very similar to what I could do for regular wordpress pages.
Thanks for any help you can provide!
TimGood afternoon!
With some of the updates, there was a problem with the registration page on the site.
1. In the BuddyPress settings, the page I created for registration is selected in the “Pages” section. Everything used to work.
2. There are plugins in collaboration with BuddyPress – BP Disable Activation Reloaded and Youzer. But when I deactivate them, the problem doesn’t go away. But when I deactivate BuddyPress, the problem with redirects disappears.
3. Urls for site pages without “/”, i.e. site.com/post-nameBuddyPress 7.3.0
Hello,
Question about Buddypress.
I am interested in automatic field creation
in a specific group of profile fields,
when creating a user group.
Field name slug by user group.
To allow the group administrator to edit this field for users,
so the field is removed when the user group is deleted.There can be creation of a field after creating a group, by clicking the button for the group administrator.
Thanks in advance for any help.
I am getting registration spam by the bucketloads and I’m not sure how to combat this effectively.
What I’ve done/considered so far:
- Activating Recaptcha v3 (done)
- Hope that email activation weeds out some of the spammers
- Googling has advised hiding /wp-login.php?action=register since many spambots target this, but I’ve not been able to do this successfully, BuddyPress seems to redirect this to its register page.
I’d be super glad for any advice on:
- Hiding /wp-login.php?action=register
- Any other spam-killing things that I should be doing
Thanks!
Hello. I can’t to find in settings of BuddyPress , how to aprove first as a administrator when some of the user’s want to create a Group in my website ( I want this as my security and as spam or obscene actions of a user) .
When someone comments on a group or topic i found how to disable or enable hi’s comment , but for creating a groups i don’t know how.Thanks in advance for the help.
Hi All,
I have installed BUDDYPRESS for first time on my website but when I install it, register page is coming blank. I have tried things like disabling plugins, have all the right pages configured in settings, have ‘anyone can register’ option enabled.
I have tried whatever I can find on internet but nothing works.
Please help.Topic: user profile
hi, I’m using LearnPress plugin, and my login/register form builder with BuddyPress. now I want to call extra content(fields of register form ) to LearnPress profile, but I can’t find profile shortcode or function to call to another page. can you help me please?
I’m trying to understand if there will be an issue with using BuddyPress groups and SEO. From my reading on SEO the closer a page is to the main domain the better. For example, if I have a forum topic about Butterflies and I was just using bbPress the URL would be:
MySite.com/forum/topics/butterflies/
The page “butterflies” would be two jumps away from MySite.com
But if I use the feature to add my forum inside of a group the URL changes to this:
MySite.com/group/group-name/forums/topics/butterflies/
The page “butterflies” would be four jumps away from MySite.com
I was wondering if anyone knows if using forums inside of BuddyPress will have a negative impact on SEO and if there’s a way around it by having the URL structure different, reducing the number of jumps.
Hi, everyone.
I want to add the option to choose gender type in BuddyPress profiles.
The user should be able to choose male, female, or Other (with a ‘specify’ text field) in a check box style option list.
How can this be done?Topic: numeric username
I need to use numeric usernames actually I used the last Buddypress version, I received a message says “SORRY, USERNAMES MUST HAVE LETTERS TOO!”
Could you help me Team?