Search Results for 'buddypress'
-
Search Results
-
Hello,
I have the following problem, i use Buddypress and the plugin youzer to manage members.
I have crate myself all members untill now but I would like to activate the registration on my website.
Unfortunately, when a user complete the register from and click on register , we arrive directly to the home page and no email to acticate the account is send. The re is also nothing on my user registration.All pages are created and mentionned in the sectio pages in Buddypress setting-
You can check it on my website – www. web-devis-ch
it s in french, the link is “LOGIN AGENCE – S’ENREGISTRER ”If someone can help me would be great 🙂
WordPress version: 5.3.2
BuddyPress version: 5.1.2
web server: nginx
Also I am running wordpress in multisite mode.I am having problems creating buddypress groups:
In wp-admin i can click on “Groups” on the menu. The “Groups” page shows no groups, which is correct. I can click on the “Add New” button which redirects me to “/groups/create/step/group-details/”.
I can fill in step 1 ok, but when i click on the “Create Group and Continue”, it just results in a 404 error. The url doesn’t change either.
If I enable WP_DEBUG, I get the following errors on the following urls:
1) /wp-admin/admin.php?page=bp-groups
Notice: wpdb::escape is deprecated since version 3.6.0! Use wpdb::prepare() or esc_sql() instead. in /var/www/wordpress/public/wp-includes/functions.php on line 4655Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /var/www/wordpress/public/wp-includes/functions.php on line 4986
Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /var/www/wordpress/public/wp-includes/functions.php on line 4986
Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /var/www/wordpress/public/wp-includes/functions.php on line 4986
Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /var/www/wordpress/public/wp-includes/functions.php on line 4986
Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /var/www/wordpress/public/wp-includes/functions.php on line 4986
2) /groups/create/step/group-details/
Notice: wpdb::escape is deprecated since version 3.6.0! Use wpdb::prepare() or esc_sql() instead. in /var/www/wordpress/public/wp-includes/functions.php on line 4655Please help.
Topic: Disabling registration
How can I actually disable /register/ redirect, and use /wp-login.php?action=register instead? Please, do not redirect me to other topics. I already tried them for sure. Some of them even make ERR_TOO_MANY_REDIRECTS.
WordPress 5.3
BuddyPress 4.4.0 and 5.1.2I have a forum created with buddypress. When I press register link i got a pop up window “sign in for me site domain and I must supply a username and a password. I suppose this is due to the fact that my registration form tries to access a script on my wp-admin folder:
…… wp-admin/js/password-strength-meter.min.js?ver=5.3.2
How to avoid this?Topic: Archive Setting
Writers Abroad
Wordpress version 5.3.2–en_GBIs there an option to archive sub forums, topics and replies in buddypress? Say posts older than three months and done automatically?
Many thanks in advance…
JoI recently have had a lot of my passwords compromised. I’m trying to get rid of my account here or change my password here on Buddypress.org. I click my profile and it says I don’t have access to it.
Unfortunately since there’s no way to contact support about my ACCOUNT here, I guess I have to just post it here in the forums :-/ Can someone contact me and help me delete my buddypress.org account??
Hi there.
I have a question regarding Buddypress plugin.
It seems that I can use Buddypress function such as bp_core_signup_user() without any declaration on other plugins. How does it possible?
I’m newbie to WordPress so please help me to understand the basic concept.
Thank you 🙂Hi Team,
I am using Buddypress(version 5.1.2),
BuddyPress Xprofile Custom Field Types(version 1.1.5) and Avada child theme with Avada theme(version 6.2.1).On my website’s current buddypress setup, user profile view tab is not displaying profile details(i.e. blank) unless user saves profile details once after logging-in.
Note : 1) No css issue
Kindly provide possible solutions on above issue.
Topic: Databse Error
Hi I’m working for a company and was hired update their website. They want to install buddypress on their site but there’s database issues. I think they previously had the plugin years ago but deleted it.
How do I fix this?
WordPress database error Table ‘cti_bp_invitations’ already exists for query CREATE TABLE cti_bp_invitations (
id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,
user_id bigint(20) NOT NULL,
inviter_id bigint(20) NOT NULL,
invitee_email varchar(100) DEFAULT NULL,
class varchar(120) NOT NULL,
item_id bigint(20) NOT NULL,
secondary_item_id bigint(20) DEFAULT NULL,
type varchar(12) NOT NULL DEFAULT ‘invite’,
content longtext DEFAULT ”,
date_modified datetime NOT NULL,
invite_sent tinyint(1) NOT NULL DEFAULT ‘0’,
accepted tinyint(1) NOT NULL DEFAULT ‘0’,
KEY user_id (user_id),
KEY inviter_id (inviter_id),
KEY invitee_email (invitee_email),
KEY class (class),
KEY item_id (item_id),
KEY secondary_item_id (secondary_item_id),
KEY type (type),
KEY invite_sent (invite_sent),
KEY accepted (accepted)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, bp_admin_init, do_action(‘bp_admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, bp_setup_updater, bp_version_updater, bp_core_install_invitations, dbDeltaHi there!
I would like to use BP verification email system using bp_core_signup_user function on my sign-up widget plugin.
It creates members on my db, but failed to add users on ‘signups’ table.
I found the error log:Notice: Undefined property: BP_Members_Component::$table_name_signups in /wp-content/plugins/buddypress/bp-members/classes/class-bp-signup.php on line 323 WordPress database error Incorrect table name '' for query SHOW FULL COLUMNS FROM <code></code> made by require('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, wsl_process_login, wsl_process_login_end, wsl_process_login_create_wp_user, bp_core_signup_user, BP_Signup::addI found the reason:
1) bp_core_signup_user call the BP_Signup::add()
2) BP_signup::add() call the buddypress()->members->table_name_signups for table name
3) However, it cannot retrieve buddypress()->members->table_name_signups and shows error code like above.I’m sorry, but I’m newbie developer to WordPress and it’s kind of scope problem maybe. How can I solve this problem?
Many thanks. Please help 🙂
Sincerely,
JenI noticed my BuddyPress registration form won’t submit when my Paid Membership Pro plugin is activated.
Honestly, I’m tired of this Buddypress plugin with its every second problem, I don’t know the pain of coding but I think we that patronize it should benefit from it. PLEASE DO SOMETHING ABOUT THIS EVERYDAY ISSUE, WE NEED THE SATISFACTION WE DESERVE.I am new to BuddyPress and building websites in general. I have a couple questions about users’ uploads:
1) Is there a way to limit the number of photos/media files each member is able to upload to BuddyPress?
2) If not is there a way to prevent photos from being displayed until approved by a moderator?
I have an issue with the Navigation Bar. There are buttons and links still there even though I don’t have a custom menu. I have no menus at all, and yet there is still a menu. I have attached a couple of screenshots below because I have no idea what is going on. I’m willing to do code edit. I just want to remove all buttons and make my own with my own custom menu. Any and all help is appreciated!
I’m using the latest version of WordPress and BuddyPress.
Thank you in advanced!
Red PrezTopic: Delete account – missing
I am running BP v5.1.2
In admin area Settings->BuddyPress->Options->AccountDeletion is checked and saved.On my localhost, everything is working fine but on my three live sites
I can not see the Delete Account option.If I click on Export Data option
and scroll down
I can see the link to Delete Account.If I click on that link I get a warning message:
“You do not have access to that page.”(I have administrator role.)
I’m experiencing this PHP error on my site: Trying to get property ‘show_avatars’ of non-object
I am not a developer so I don’t have any idea on how to go about fixing anything. Can you advise how to fix it?
WordPress version: 5.3.2
BuddyPress version: 2.6.4My site is password protected and in maintenance mode so a link won’t help you see it.