Search Results for 'buddypress'
-
Search Results
-
Drop down menu on mobile devices displays behind buddypress profile items like profile picture. Please let me know how to fix, thanks!
Hi,
I am using WordPress version 4.9 and I installed buddypress also setup it. Now I am facing problem regarding user registration form. After filling all the detail and click to sign up, it show message “your account have been created please check email to activate it”. But I won’t receive any email to active my buddypress account.
Please help me to get rid out of this problem.
Thank you.
Topic: Password issue
I’m using WordPress 5.6 and BuddyPress 7.1.0
At registration page the password field is not showing up.
And also the create password link is not being sent to the subscriber e-mail.
Topic: Send message to all users
Hi,
I want to send a message to all users. I’m admin (I don’t know if I’m the Super-Admin, but I can’t find any role like this) but I can’t find the checkbox in the message console like it’s described in the documentation:
Super Admin Only: Checkbox for “This is a notice to all users.”Can anyone help? Was this checkbox kicked out in one of the Buddypress Updates? I can remember that it was there some time ago.
Thanks
MarioTopic: Display Group Description
Hello
i’m using BuddyX Theme and Buddypress. Without this theme, group description are displayed on the group page. But with this theme it’s not.
Here screens ( group page ) :https://prnt.sc/w7fwo2
( group page with a group type filter ) : https://prnt.sc/w7g7u1How can i display group description again ? Also how can I show more letters ?
Thank you for your help
Cloé
WordPress version 5.6
BuddyPress version 7.0.0
Gravity Forms version 2.4.21 with Advanced Post Creation add-on
Avada Theme
http://www.mgroupcorp.comThis site is using gravity forms to feed into an intranet posting feature, and they want to be able to tag other users. When I create a backend post, the dropdown list of mentions populates. When I try from the frontend (as most users would) there is no dropdown. If you know the entire username, the tag still works – it’s just the dropdown that won’t appear. Activity streams are turned on, and I have the following code in my functions.php
add_filter( ‘bp_activity_maybe_load_mentions_scripts’, ‘buddydev_enable_mention_autosuggestions’, 10, 2 );
function buddydev_enable_mention_autosuggestions( $load, $mentions_enabled ) {
if( ! $mentions_enabled ) {
return $load;//activity mention is not enabled, so no need to bother
}
//modify this condition to suit yours
if( is_user_logged_in() && bp_is_current_component( ‘gravity_forms’ ) ) {
$load = true;
}return $load;
}Am I missing something else? Thanks!
Hy Guys! I am developing a website in which I need to delete all those users who have default avatar if (‘BP_AVATAR_DEFAULT’) in BuddyPress, as i am new to wordress and web development I am unable to figure it out that how can I iterate through each user and delete its membership e.g. delete user from the database along with all its data and only leave those users who have uploaded their profile avatar.
Topic: 404 from profile links
WordPress 5.6, BuddyPress 7.0.0, all plugins up to date. StarKid theme by Thimpress.
I’m getting page not found with these types of URLs:
https://oncloudk9.co.uk/members/On%20Cloud%20K9/profile/edit/
https://oncloudk9.co.uk/members/On%20Cloud%20K9/courses/all/I understand that it’ how the user name is formed, the link is being created as on cloud k9, rather than on-cloud-k9, but I don’t know how to correct it.
On Cloud K9 is an admin account, so it’s not feasible to delete the account and recreate it.
Thanks.
Topic: Problems with comments


hi everyone, for a few days I have been having problems with comments in Buddypress activities.
When I comment, or a user comments, the comment is not visible and in the browser inspection this error comes out:
/wp-admin/admin-ajax.php:1
Failed to load resource: the server responded with a status of 403 ()