Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbPress Advanced Statistics v1.5

Published on November 2nd, 2022 by Chuckie

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.

Subscriptions and embedding ?s

Published on November 2nd, 2022 by sruddy

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/

Theme FSE compatible with bbpress

Published on November 1st, 2022 by pcwd

Looking for recommendations for a FSE (block-based) theme that is fully compatible with bbpress. Thanks everybody!

work with simple membership plugin

Published on November 1st, 2022 by ianhaneybs

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?

Clean out HTML from copying, but allow bold

Published on October 31st, 2022 by rinh

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!

Users login and one user profile

Published on October 29th, 2022 by adabob

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

Attributes in forum posts (color, bold, etc….)

Published on October 29th, 2022 by walko

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

Search Bar Is Hidden On Forums

Published on October 28th, 2022 by medtone

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?

prohibit users/visitors from uploading nude images

Published on October 27th, 2022 by newwper3

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?

Deleting topic from this Support Forum

Published on October 27th, 2022 by theicebooky

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?

Skip to toolbar