Recently upgraded to WP 6.1 and this plugin bbPress Advanced Statistics gives deprecation warnings when I have debug mode enabled:
The official website for the plugin seems dead now.
The warnings:
Deprecated: Required parameter $version follows optional parameter $file in /customers/e/9/c/publictalksoftware.co.uk/httpd.www/wp-content/plugins/bbpress-improved-statistics-users-online/includes/core/class.utils.php on line 25
Deprecated: Required parameter $version follows optional parameter $file in /customers/e/9/c/publictalksoftware.co.uk/httpd.www/wp-content/plugins/bbpress-improved-statistics-users-online/includes/core/class.utils.php on line 64
Deprecated: Required parameter $version follows optional parameter $file in /customers/e/9/c/publictalksoftware.co.uk/httpd.www/wp-content/plugins/bbpress-improved-statistics-users-online/includes/core/class.statistics.php on line 153
Deprecated: Required parameter $version follows optional parameter $file in /customers/e/9/c/publictalksoftware.co.uk/httpd.www/wp-content/plugins/bbpress-improved-statistics-users-online/includes/core/class.statistics.php on line 332
Deprecated: Required parameter $version follows optional parameter $file in /customers/e/9/c/publictalksoftware.co.uk/httpd.www/wp-content/plugins/bbpress-improved-statistics-users-online/includes/core/class.activity.php on line 98
Deprecated: Required parameter $version follows optional parameter $file in /customers/e/9/c/publictalksoftware.co.uk/httpd.www/wp-content/plugins/bbpress-improved-statistics-users-online/includes/public/class.online.php on line 86
Deprecated: Required parameter $version follows optional parameter $file in /customers/e/9/c/publictalksoftware.co.uk/httpd.www/wp-content/plugins/bbpress-improved-statistics-users-online/includes/public/class.extras.php on line 47
One example:
public function __construct ( $file = '', $version ) {
$this->init();
} // End __construct ()
I understand what it means, and I see that the parameter is ot used in the function. Dos that mean we just delete the parameter?
Another example:
public static function instance ( $file = '', $version ) {
if ( is_null( self::$_instance ) ) {
self::$_instance = new self( $file, $version );
}
return self::$_instance;
} // End instance ()
Problem here is that the version value is being used.
Advice appreciated.
Hi,
I have subscriptions checked but am not getting notifications. The notification check box works though.
Also I have auto embed kinks checked and not sure how that works my youtube link seems to take you to youtube.
Thank you,
Steve
https://santarosaphotographicsociety.org/forums/
Looking for recommendations for a FSE (block-based) theme that is fully compatible with bbpress. Thanks everybody!
I have already got simple membership plugin installed and understand bbpress can integrate with it but not having much joy with it.
I want users to login to the forum to be able to create a topic which then can be approved by admin if that is possible?
Can bbpress work with simple membership plugin so users don’t have to sign up again to use bbpress forum if they want to post a topic? If so how do I set it up please?
Hi!
When our users copy emails into the forum all the HTML table code shows up in the published post (it’s fine in the editor itself though). I found this filter which I suppose cleans out all HTML when copying
//clean html when copy and paste into forum
function bbp_tinymce_paste_plain_text( $plugins = array() ) {
$plugins[] = 'paste';
return $plugins;
}
add_filter( ‘bbp_get_tiny_mce_plugins’, ‘bbp_tinymce_paste_plain_text’ );
I’m wondering if there’s a filter that would still allow bold to remain, but remove everything else?
Thank you in advance!
Hello all,
I have bbpress and Buddypress installed and the problem I’m having is the difference between the WP registration, buddypress registration and bbpress registration. Do they all end up being the same user in WP? For some reason when some people register they can’t log onto the other BBpress or BuddyPress portions.
How can I trouble shoot or resolve this or make it so there is ONE registration and one user?
Thank you
Hi,
In version 2.6.9 of bbpress, the normal user in the forums can not choose attributes such as bold or the color at the font. Can this be set in the user profiles in buddypress or elsewhere?
As admin the attributes can be used.
walko
Hi,
for some reason the search bar doe’s not visible in my forum pages.
For example:
reshetlacanianit.co.il/?forum=test-forum
On Settings> Forums> Search, the “Allow forum wide search” is checked.
Any Idea how to make the search bar available?
Hi,
My Bbpress forum allow users/visitors to embed and upload images,
for security reasons, I would like to prohibit users/visitors from uploading nude images.
Is it possible to prohibit users/visitors from uploading nude images?
Hello! Is there a way to delete topics/reply from this Support forum? Would I be able to get a role which I can delete my own topics and reply?