Search Results for 'wordpress'
-
Search Results
-
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, 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?
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!
TimHello,
the signin and signup form is mixing english and german language

Can someone please help me to fix this?
I’m pretty new to wordpress and buddyboss
I’m using plattform v.1.5.8 and theme v1.6.5 and wp 5.7.1.WordPress Version 5.7
BuddyPress Version 7.2.1Hi Team, I haven’t receive any confirmation email during registration. Please help! Thanks!
Hello,
I have fresh WordPress, Buddypress and Divi Theme installation.
No other plugins, no child theme, no .htaccess changes.
As first I have created a group.
And then I have made changes in Divi Theme Options.
After saving Divi changes, no Page Title appear on any buddypress pages.I have tested with a another fresh installation again, same happen.
Can you help why Page Title do not work?
It looks there is a conflict with divi settings and buddypress.
Thanks
Topic: confirm on message delete
I just installed BuddyPress 7.2.1 on a development site running Elementor 3.1.4 and Elementor Pro 3.2.0 on WordPress 5.7. I discovered that BuddyPress causes the Elementor editor to hang when you attempt to edit an element. Deactivating BuddyPress immediately restored standard functionality. I am also running bbPress 2.6.6 and have had no issues with that. I had already configured a number of BuddyPress group forums and was really looking forward to using it, but this is a deal-breaker if I can’t use the Elementor editor! I really hope the conflict can be resolved as we’re hoping to go live with the site soon. I can share the url and answer questions in more detail if we are able to continue this conversation offline. Let me know how to submit a support ticket or email support if so. Thank you!
Topic: Docs page blank
Running latest wordpress 5.7 php 7.4 BP Group Documents 1.12.3 buddypress 7.2.1
tried twenty twenty theme, tried deactivating plugins. running Divi theme with a child them
with custom PDO crud code in child theme for some functions.
any of the documents on documents/?category=# pages draw a blank page.
I used duplicator to reinstall and old backup copy and even it draws the blank.
So I wondering if there is some external reference that changed or moved (like a JS library).
This happened with the last two weeks (today is 3/28/2021) .
Also noticed the Divi’s front end editor doesn’t work on those blank pages.
Gonna submit a Divi tech support ticket also.
my test website for troubleshooting is
http://airvacrepair.com/groups/asc-documents/documents/?category=57&order=newest
that’s the link that draws a blank (no documents showing)?
Any help appreciatedHi there, non-developer here. I have created a group and have added a member as admin when I was in wordpress. I want members to be able to discover groups and request to join. I realise that Groups in the profile menu is there to access groups you’re a member of but where can members brows/discover groups that might be of interest to them?
Hi,
We’re hoping to have email notifications sent if there is activity on a BuddyPress thread someone has commented in.
For example, I’d like to receive an email notification when I post on someone’s thread and they respond. (Kind of like the “notify me of follow up replies via email” check box I’m seeing beside the submit button below.)
Hoping someone has some insight, plugin or php that can help with this.
We’re running WordPress 5.7, BuddyPress 7.2.1
Thank you!
Hello,
I use version 7.2.0 . WordPress version 5.5.3 . Website address https://www.corsetty.it/ .
Please try this. Post an activity in a group. Then write a comment to the activity. Everything is ok, until you write a comment to the above comment (i.e. a comment to the comment). This makes the 1st level thread disappear.
I’ve seen what happen in the database. The problem is with the mptt left and right fields in the wp_bp_activity table.
Is this a bug? Please it is very urgent.
Thank you,
Roberto