Forum Replies Created
-
You should create your own topic with specificity to your situation, instead of making comments on topics that are outdated and quite possibly irrelevant.
Closing this topic due to the nature of it’s age (6 years old).
FWIW: “Last Active” comes from an entry within the “bp_activity” table with the “type” field/column equal to “last_activity” of which the date is taken from the “date_recorded” field/column and this entry (last_active) is, typically required for a user/member to show within the “members directory” page. Thus, at this point, it doesn’t make sense that these imported users show with the “Alphabetical” filter and not with the other indicated filters. However, there is the possibility of a plugin or custom code that might be interfering with the query results.
The “Newest Registered” comes from the “user_registered” field/column of the WordPress “user” table.
What you posted was the error message provided by WordPress. If this is a production site, you should have access to the error log via your hosting services cpanel or equivalent interface.
The error log for the site should provide some insight as to the source/cause of the critical error.
Typically, when a block theme is in use, there won’t be a “Menus” option/section under “Appearance”. For a block theme, WordPress has some basic information about creating menu items at the following:
Additionally, there is some limited info located at the following, as it pertains to BuddyPress menu items:
Site Editor Navigation <- BuddyPress menus
You should create your own topic with specificity to your situation, instead of making comments on topics that are outdated and quite possibly irrelevant.
Closing this topic due to the nature of it’s age (1+ years old).
You should create your own topic with specificity to your situation, instead of making comments on topics that are outdated and quite possibly irrelevant.
Closing this topic due to the nature of it’s age (1+ years old).
You will have to provide additional information, so let’s start with a few questions and see where that leads:
- What was the previous version of BuddyPress before you upgraded to 14.4.0?
- What does the error log reveal?
- What steps have you taken to troubleshoot this situation?
You should create your own topic with specificity to your situation, instead of making comments on topics that are outdated and quite possibly irrelevant.
Closing this topic due to the nature of it’s age (8+ years old).
You should create your own topic with specificity to your situation, instead of making comments on topics that are outdated and quite possibly irrelevant.
Closing this topic due to the nature of it’s age (8+ years old).
You should create your own topic with specificity to your situation, instead of making comments on topics that are outdated and quite possibly irrelevant.
Closing this topic due to the nature of it’s age (8 years old).
You might want to contact/ask the developers of the forum plugin that you are utilizing, if you haven’t already.
See the following threads to see if they get you closer to an answer:
Blocking private messaging for Subscriber users
Restricting private messagesThe caveat with plugins is that for a variety of reasons they might get abandoned at some point in time. Oddly or fortunately enough the author of the BuddyPress Restrict Messages plugin also created (seems like this one is a better fit for your stated requirement):
However, the caveat of support for this plugin still applies.
We created a new build (11.5.2), give this a try and let me know if this works for you.
https://downloads.wordpress.org/plugin/buddypress.11.5.2.zip
Is item #2 a custom email that you created and if so, how did you create it, i.e., what steps did you take?
FYI – Typically “mail logging” plugins log mail sent via
wp_mail()(WordPress) and by default BuddyPress doesn’t use WordPress to send emails thus they won’t show in those logs.Not sure at this point, perhaps you could share more information about your configuration, e.g. WordPress version, PHP version, BP Template pack, etc. In the meantime, I’ll run this past the rest of the team.
This appears to be related to ticket #9302, primary navigation in site editor fails to allow creation of a group. The ticket was submitted by the OP for this topic and has more information regarding the steps to reproduce.
The URLs come from the WP Posts table in the database. In your db client, you can query/search the “post_type” field/column with a value of “buddypress” (without the quotes) and the results should be all the entries that are associated with URLs/Directories.
When reviewing the history for this BP Add-on, this appears to be a bug that was first reported in April of 2024 in the WordPress support forum for this plugin. However, it appears that the only action taken was the submission of a GitHub issue #112 that acknowledges the bug and this issue has remained open since that time.
Long story shorter, the fatal error is due to, what appears to be, missing parameters which is unforgiving with PHP version 8.0+. Rolling the PHP version back to 7.4.33 produces PHP errors as a warning and notice for the same file and line number. This bug appears to affect the posting of am image in an activity post; meaning the image is uploaded but does not get attached to the associated activity post. What does seem to work is uploading images from a user’s profile media area (where the image gallery is shown).
All I can suggest at this point is that you deactivate the plugin until a remedy can be found and a new version is released.
Most of the plugins you listed are in the WP Plugins directory. If you are utilizing the “Add Plugins” feature in the wp-admin area, you might want to try changing the criteria from “keyword” to “tag” (dropdown box to the right of the search box), e.g., with tag selected and then entering “google search” or “google custom search” (without the quotes) you will find:
- WP Google Search
- WordPress Google Search
- RDP Google Custom Search
- Server-Side Google Search
For the “Search with Google” plugin, you can use “cse” or “custom search engine” or “google+search”. There appears to be inconsistencies (which is expected) in the way plugin developers tag their plugins, e.g., some developers have used “google search” as a tag and another had used “google” and “search” as separate tags.
For the following items, there will either be URLs or Pages:
- Activate
- Activity
- Groups
- Members
- Register
The default when installing or upgrading to BuddyPress versions of 12 or greater is URLs. In order to change to Pages, the BP Classic add-on (plugin) should be installed and/or activated.
Most likely, the reason for the -2 for the Activity Directory slug in URLs is that there is a Page with the title of “Activity” and a slug with a name of “activity” which should be visible within the WP Pages area. The indicated items are WP posts that will either have a post type of “buddypress” (indicates URLs) or a post type of “page” (indicating Pages). Meaning they should all be of same post type, not a mixture of both nor duplicates,
Installing and/or activating the BP Classic add-on should revert all the previously indicated items to Pages and then you should be able to remove (trash) any duplicate Pages within the WP Pages area. You can the keep things as Pages or deactivate the BP Classic add-on to revert to the default of URLs.
Your question is more in line as a support question for the Buddyx theme folks. If you haven’t already tried their support forum for the Buddyx theme.
Furthermore, the first plugin you listed (WP Google Search) provides a search widget that you can add to any of the available widget areas provided by the Buddyx theme, the other plugins you listed may provide a widget as well. This approach might be easier than trying to add relevant code, e.g. a shortcode (if available) to a header file.
You should contact BuddyBoss for support.
Out of curiosity, what is your reason for removing the “unsubscribe” link?