Search Results for 'forum'
-
Search Results
-
I’ve been seeing this sort of thing for a while now with PHP 8.2
[03-Jan-2025 21:14:02 UTC] PHP Deprecated: Creation of dynamic property BBP_Forums_Component::$members is deprecated in /home/wp/sites/rc-clone/wp-content/plugins/bbpress/includes/extend/buddypress/loader.php on line 149 [03-Jan-2025 21:14:02 UTC] PHP Deprecated: Creation of dynamic property BBP_Forums_Component::$activity is deprecated in /home/wp/sites/rc-clone/wp-content/plugins/bbpress/includes/extend/buddypress/loader.php on line 153AFAICT there’s no report for this anywhere, here in the forums or in Trac, but it might just be my limited knowledge of how to search?
Can anyone shed any light on this?
Hi everyone,
I am looking for recommendations to evaluate the performance of my BuddyPress based website. I have considered tools like PageSpeed Insights and Apache JMeter, but these are more focused on response times, URL rendering, and similar metrics.
What I really need is a way to conduct a stress test that includes typical BuddyPress user actions, such as:
Sending messages between users.
Creating groups.
Posting in forums.
Other BuddyPress-specific interactionsI found the BuddyPress Default Data plugin, which allows me to create users, messages, friend connections, groups, topics, activity items, profile data, etc., and seems useful for testing purposes. However, I am not sure if this plugin would be a good option to test server resource consumption during these actions, or if it is unrelated to what I need.
Has anyone used this plugin for performance testing? Or could you suggest any tools or specific approaches to simulate these types of interactions in a testing environment and measure the server impact?
Thank you in advance for any ideas or suggestions!
Topic: Nesting groups
Hello,
I have already searched here in the forum and also in the extensions, but have not found anything.
I would like to be able to nest groups under each other.
E.g. main group: car / subgroups then: engine, wheels, paint etc…
Is this possible or do I need an extension and if so how and where?
Thanks 🙂
Using WordPress 6.7
Installed as a root directory
Wordpress is working fine
Using BuddyPress 14.2.1
No other BuddyPress plugins installed
Using Themify theme Peak, no mods
No custom functions
Using bbPress 2.6.11
Hosted by ‘Omnipresents’ is in association with LiquidNet Ltd.
Server running Rocky Linux 8
I have not overloaded any BuddyPress template files
Template Pack BuddyPress NouveauI am trying to set up a forum. Everything is working so far except for recent post, comments, archives, categories are not appearing. Ive tried looking through the forum and looking around in Buddypress with no luck. Any ideas?
Hi
I’m using BBPress with BuddyPress in a WordPress site with MicroOffice theme. We’ve notice recently that the BuddyPress Activity Feed is no longer updating when someone Favourites a Forum post inf BBPress. I’ve tried turning off all other plugins to no avail. I’ve also delted and reinstalled buddypress.
Also I’ve notice the BuddyPress RSS feed is not working, and when I go into the activity feed domain.com/activity (for example) it will say 9 favourites but when you click o it you only see two listed. Its also not increasing from 9 when I click on forum items favourite button.
Does anyone have any ideas please?
Topic: Headers using HTML help!
Hi guys
I love to highlight different forums and topics on the forum list and this can be done using HTML in the title itself. The issue I’m having is that the HTML is being shown where I don’t want it (I know this is within bbPress).
This is how it looks in the forum (how I would like it to look):

This is how it looks in Activity Stream:

This is just an example – and I don’t want the HTML prefix/suffix to be shown in there – only the name/text like it is in the forum/topic itself.
Is it possible to force BuddyPress to “accept” the HTML and showcase it like bbPress does?
Anyone know if this is possible?
Found an issue.
I have several Groups with Forums made, then if I make a Group and select not to have a forum on that group, the ‘forum’ tab will still show and will link to whichever forum is my first one created.
This happens with any group that does not have a forum.Even worse, the first forum I have created is part of a private group which should be for members of that group only.
This forum shows on the forum tab in any group that does not have a forum and even allows others to post within it this way!
I have looked up this issue in lots of dated posts and found no solution even though finding it being a long stranding issue for a number of people…
Please help as I am aiming to launch my site this month but will have to remove BBpress if cannot fix this.
Thanks
Topic: how do you moderate images
I am new to BuddyPress. I will be using BuddyPress with the forum software bbPress.
How can you moderate images uploaded to both BuddyPress and bbPress?
I want to remove the “Forum” step from the BuddyPress group creation step but keep the group forums active. I have tried many solutions but I can’t seem to find a filter I could use.
For example, this code:
add_filter( 'groups_create_group_steps', function ( $steps ) { unset( $steps['group-settings'] ); return $steps; } );removes the group settings from the group creation process.
This code:
function buddydev_remove_group_admin_settings() { if ( ! bp_is_group() ) { return; } bp_core_remove_subnav_item( groups_get_current_group()->slug . '_manage', 'group-settings', 'groups' ); // reattach screen function to avoid 404. add_action( 'bp_screens', 'groups_screen_group_admin', 3 ); } add_action( 'bp_template_redirect', 'buddydev_remove_group_admin_settings', 1 );removes the group settings from the Group “Manage” menu.
Using this:
function remove_unwanted_group_creation_steps() { global $bp; if ( isset( $bp->groups->group_creation_steps['forum'] ) ) { unset( $bp->groups->group_creation_steps['forum'] ); } } add_action( 'bp_before_create_group_content_template', 'remove_unwanted_group_creation_steps', 9999 );removes the step but leaves the
/create/step/forum/step active, thus messing with the custom number of steps I have.I also posted in the bbPress forums but was told from a Moderator that this is probably a question for the buddypress support forum!
The hyperlinks in emails being triggered by a user’s activity are all incorrect.
For an example, here is an email that was triggered by a user requesting membership to a group:
“Hi Gabby Rose,
Gabrielle Rose wants to join the group “Group Name”.
As you are an administrator of this group, you must either accept or reject the membership request.
Go here to manage this and all other pending requests.”
The first hyperlink, “Gabrielle Rose,” is supposed to link to that user. Instead, the hyperlink is to “http://profile.url/”. (For some reason, this forum is adding ” to the end of the hyperlink.
The second hyperlink, Go here to manage this, is supposed to link to “Group Name” membership requests. Instead, the hyperlink is to “http://group-requests.url/”. (For some reason, this forum is adding ” to the end of the hyperlink.
Here is the content of the email as it is supposed to send:
“{{requesting-user.name}} wants to join the group “{{group.name}}”.
{{request.message}}
As you are an administrator of this group, you must either accept or reject the membership request.Go here to manage this and all other pending requests.”
{{requesting-user.name}} is hyperlinked {{{profile.url}}}
“Go here to manager this” is hyperlinked {{{group-requests.url}}}
I have reset all BuddyPress email settings to default. The example above is the default setting.
Please help!!!
https://staging.tee-zr.com/members/internal/forums/bp-member-activity-favorites/: This page is not working
this page is not working also search on the vendor forum is not working
Does anyone know about this ?
On our buddypress site @mentions work for some but not all our members. However, there doesn’t seem to be a pattern. Sometimes you type @name and it activates a link, sometimes it doesn’t. Sometimes, in the same forum post, one @name works while another does not. I’m advising members to send e-mail notes to people if they want to be sure they see they’ve been @name tagged. Not ideal.
I can’t seem to find anyone else having this issue, so I guess it’s to do with our set-up, but can anyone offer some pointers where I can start to try an fix it?
Thanks,
JohnWP version v6.6.1
Buddy Press v14.0.0
Asaros Forums v2.9.0