Search Results for 'wordpress'
-
Search Results
-
Topic: Cannot create new Group
Cannot create new Group on https://novelnetwork.com
WordPress version: 5.7.1
BuddyPress version 7.3.0
other plugins (all latest versions) on this site include:
BP Custom
BP Profile Search
BP Simple Private
BP xProfile Location
BuddyPress Member Types Pro
BuddyPress Xprofile Custom Field Types
Paid Memberships Pro
Paid Memberships Pro – BuddyPress Add On
WooCommerce Product VendorsIssue:
Been running BuddyPress a few years on this site. Suddenly an issue when trying to create a new BP group – it just goes to the first screen (Details), I enter Group name and description, and when I click “Create group and continue” it just clears the form. This is a membership site, so you would need to be logged in to see the Groups page.Error log shows these errors:
#3 /home/novelnetwork/public_html/wp-content/plugins/buddypress/class-buddypress.php(522): require(‘/home/novelnetw…’)
#4 /home/novelnetwork/public_html/wp-content/plugins/buddypress/class-buddypress.php(125): BuddyPress->includes()
#5 /home/novelnetwork/public_html/wp-content/plugins/buddypress/bp-loader.php(46): BuddyPress::instance()
#6 /home/novelnetwork/public_html/wp-content/plugins/buddypress/bp-loader.php(90): buddypress()
#7 /home/novelnetwork/public_html/wp-settings. in /home/novelnetwork/public_html/wp-content/plugins/buddypress/cli/src/scaffold.php on line 19Any help would be appreciated!
I installed buddy press, followed the manuals and linked the registration and activation pages. When calling the link to the registration page, the page is properly displayed. After filling in the information and clicking on “Complete Sign Up”, the user just gets redirected to the landing page.
There is no new user created in the user in wordpress and also no confirmation email is sent. However, when creating a user in the administration console within wordpress, users can be created and also registration emails are sent to the user.
Any idea how to investigate this problem? All the tricks from other forum entries I have already tried (different themes, activate allow anyone to register etc).
Installation:
Wordpress 5.7.1
Theme: Twenty Seventeen Child Theme, but also ExS
BuddyPress: Version 7.3.0THANK YOU FOR YOUR HELP
Hi,
Wordpress version Version 5.6.3
BuddyPress plugin version: Version 7.3.0I’m getting the error “The Link You Followed Has Expired” page when I try to create a group.
The default url is <my-site-url>/groups/create/step/group-details/
While crating a new group the first step is the Details page where a title and a group description has to be provided. After entering the details and when I select the “Create group and Continue” button, it takes me to the group-setting page page(<my-site-url>/groups/create/step/group-settings/) which is blank and has two buttons, a “Back to previous step” button and a “Next step” button. But when I select the “Next step” button it loads a blank page with a text “The link you followed has expired.”, but it should actually take me to the group photo step/page. Can you please help me to resolve this as issue as it breaks the flow of group creation rpocess.
However when I navigate back to my group listing page, I’m able to find the newly create group.
Please let me know if you need any further informationTopic: Change commenter link
Hello,
On my posts with comments, I noticed that the link for each commenter goes to the Buddypress member profile page. That’s not what I want. Instead, I want the commenter link to go to the WordPress author page. How do I do that?
Thanks,
RobertTopic: error in fresh install
We just installed wordpress and buddypress
Link to site: clubvital.bluemindapps.com
WordPress Version 5.7.1
BuddyPress Version 7.3.0when buddypress is active y got this error in all the pages:
Notice: Trying to access array offset on value of type bool in subdomain.domain/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 1575How we can fix this?
Hi, if a user writes a post with image or video (youtube link) under WordPress the link to the post appears under his activity, but image and/or video deos not appears under activity media. Is it possible to sync it? Thanks
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, 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!
TimI installed and activated BBPress, but it does not open Forum etc. on my dashboard… I allocated today to add the forum to my client’s site, but have not managed to find a solution? any support will be great
This is the link to my sandbox site – https://hdr.tux.mybluehost.me/
This is the link to the actual site – https://eezi4.comBBPress v Version 2.6.0
Wordpress v Version 5.7.1Hi,
I am realizing a WordPress community website with aardvark. I have activate a membership system. I have also done some groups related to my website.
Now, when I try to create a group, the …/groups/create doesn’t appear and i got redirected into a membership webpage.Can you help me please ?
Hello,
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.