Search Results for 'wordpress'
-
Search Results
-
I am very new in WordPress. Could anyone help me to solve the problem of the BuddyPress Email? I have already set up the SMTP, but the bp emaill is still using the old version.
Hello,
I have BuddyPress (v 12.0.0) and BuddyPress Docs (v 2.2.1) installed on WordPress v. 6.4.2.
After the last update, I’m seeing an issue where BuddyPress Docs is not displaying contents from sub folders on the list table. This only happens to some of parent folders.Ex. I have a Main folder “A”, and multiple sub folders that use “A” as their parent. When the table row “A” is clicked to expand on the Docs table, a spinner shows then the sub folders list is empty. I did an browser inspection, and the row was showing “There are no docs for this view.” msg.
However, when I go directly to the sub folders page of the “A”, I see all sub folders of “A”.
Ex. https://abcd.com/groups/samplegroup/docs/?folder=12201So it’s not like sub folders are deleted or anything. They can be searched using the search function as well.
I tried changing a parent of a sub folder “B” from “A” to a different parent folder “C”. “B” did not appear under “C” as well.
I think this is a bug that was introduced with the latest plug-in update.
Is there a manual fix that I can apply, or are you already working on a fix for this?
Thanks.
I have been using the following code for the past several years to successfully change the profile URL for members to use the user_id number instead of their username/nicename. However, after updating the most recent version of BuddyPress and WordPress, the function is no longer working properly.
Does anyone know what needs to be changed?
Hi, I’d like to have my site Authors (Editors in Buddypress) unable to delete the posts and pages at my site (that I created). I tried the code below (from the link below, swapping “author” for “editor”), but it didn’t work (also tried it with author instead of editor to no avail).
function wpb_change_editor_role(){
global $wp_roles;
$wp_roles->remove_cap( ‘editor’, ‘delete_posts’ );
$wp_roles->remove_cap( ‘editor’, ‘delete_published_posts’ );
$wp_roles->remove_cap( ‘editor’, ‘delete_pages’ );
$wp_roles->remove_cap( ‘editor’, ‘delete_published_pages’ );
}
add_action(‘init’, ‘wpb_change_editor_role’);Code originally found here: https://www.wpglobalsupport.com/prevent-authors-deleting-posts-wordpress/
Any idea how I could code this correctly so it works as intended?
Thanks!WP version 6.4.2
BP version 12.0.0
also installed: Better MessagesRunning a latest WordPress/BuddyPress installation on a webspace. When doing a test run I was baffled that already after 8 users logged in, everything went sluggish and no other user could log in. Now I need to find out what is the limiting factor.
There is 348 MB Ram available.What is the most likely resource that runs short?
How could I find out/test?
What is the roughly estimated usage per logged in user of
– ram
– bandwidth
– cpu (e.g. x user per GHz)
– other ?What are your experiences with simultaneous login numbers?
Topic: Forum pagination problem
Wordpress 6.4.2
BBPress 2.6.9
Buddypress 12.0.0Hi,
Pagination in buddypress fora (private group forum) is not working anymore. Only de first page is shown, whatever pagenumber one clicks on.
e.g
forum /groepen/icsi/forum/page/2/ shows page /groepen/icsi/forum/
topic /groepen/icsi/forum/topic/icsi-2023/page/3/ shows /groepen/icsi/forum/topic/icsi-2023/This renders these fora unusable if sorted on datetime ascending.
There are no errors or warnings in the php logfile.
Deactivating all plugins (except bbpress, buddypress) does not make any difference. Changing theme does not make any difference.
Pagination under BBpress fora works fine.
So it seems that buddypress does not react on the last part of the url’s (e.g. /page/3/ )
Temporary workaround :
Up the amount of topics and replies per page under bbpress settings so that pagination does not show up.

