Search Results for 'buddypress'
-
Search Results
-
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.
Hello,
I am trying to find a developer who can help me create a private BuddyPress community. I have some unique ideas that I would like to implement that have not been created. I can pay money for time if needed. If you are an expert with development and have the time to work on a project please let me know.
Topic: Profile
Is it possible to keep the in bbpress built-in user profile layout instead of that of Buddypress?
In other words, can the profile part of Buddypress become deactivated?WP 5.6
BBPRESS: 2.6.6
Buddypress: latestTopic: 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: Buddypress Notification
Hi there, buddypress works well with learnpress on my site. However, I want to use groups and notify the students in case of a new post in the group. Notifications with messages, friend requests and so on work well, but there is no notification if I set a new post in the group. Anyone any idea? Thanks and kind regards Priska
Topic: 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
Topic: Groups page is not working
Hi,
I have a directory website that runs on the MyListing theme.
I created a staging site and installed BuddyPress to test the possibility of increasing the features. Everything was working fine except for the Group page. It returns an empty page.
Please could you help me.
WordPress version – 5.6
BuddyPress version – 7.0.0

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 ()