Search Results for 'bbpress'
-
Search Results
-
Topic: WCAG 2.0 A11Y Compliance
I work for an organization that’s looking to add bbPress to our multisite network. We have to guarantee all plugins we add are WCAG 2.0 compliant–is that the case for bbPress forums? Thanks!
In bbPress, when a poster posts a comment on a topic, the poster’s name is hyperlinked in the post. And when the hyperlinked name is clicked, it jumps to a user-detail page. But, I don’t want one user to see other user-detail page. In the community I’m building, no user-detail pages are needed. So, I want to unlink it. I appreciate your help!
I’ve created a page with bbpress shortcode for login, users will need to give their name and email information, but when they are directed to the registration page I set for them, they need to give the password, as a matter of fact, there is a no process when they have required a password, and no emails will be sent to their mailbox, I am confused.
The page needs support is https://eventmelt.com/
Topic: First Name Only
Hi
Is there a way to use the first name only on the forum as standard? I use the ‘Force First Last’ plugin which changes all names on my site to first only when running it manually but with each new registration BBPress displays the name as FirstLast (where as the profile and other areas of my site automatically change to First only)
In my forum, participants are often posting pictures. I have been using “bbPress Multi Image Uploader” to allow them to upload images in a simple manner.
Members are required to resize their images to 600×600 pixels and when it is uploaded with the plugin, the image is smaller in the post, but by clicking on it, it displays “full size”. However, in the last weeks or so, I notice that the popped up images are not as big as they used to be. However, if you right-click and open in a new tab, it does show the expected size.
I know that “bbPress Multi Image Uploader” has not been updated in a while, but otherwise, it still works fine. Any idea what might have changed for the display to be different now?
I have bbpress 2.6.9.
Here is an example where you can click on any image in the thread and compare with “open in a new tab”: https://scrapbookcampus.com/Community/topic/january-theme-challenge-celebrations/
Thank you
Hi –
I’m setting up a member site using MemberPress and bbpress (and I’m assuming eventually BuddyPress may get involved) and I’m struggling in my thinking about its hierarchy so I figured I’d ask those who have walked this path before me!
I’m building a coaching website where we’d like to build a community of clients as FaceBook isn’t cutting it. There will be some free content (open discussion), paid content (which could include access-based community discussion), and [this is where my real question lies] quarterly class schedules that we’d like to have only members of each quarter’s cohorts – so, there are 10 people in the Q4 cohort and those 10 are the only members that will ever get access to those materials/discussion threads. Then the Q1 class starts so we need another area for those folks…rinse and repeat every quarter.
Do I want to create all separate forums for this – Free, Paid, Q4, Q1, Q2, Q3, etc….OR is something like a single Cohorts FORUM with Q4, Q1, etc. being TOPICS under that forum? Or even something else like the use of Categories or Tags – this is where my lack of experience is tripping me up!
I appreciate any guidance you have!
Topic: Seeking recommendation
Hello
wordpress 6.1
bbpress 2.6.9I have been using the ‘bbpress toolkit’ link to manage member/poster subscriptions to the forum as well as to the individual topics.
Today when i try to upgrade wordpress from 6 to 6.1 my site broke and i lost access to it ven through cPanel and the hosting providers clinet log in dashboard. After hours of troubleshooting found out the above mentioned plugin which hasn’t been updated in 5 years is causing the site to break. Once the plugin is disabled the site updates fine and works just as it was before.
My question is, are there any other plugins that i can use to manage member subscriptions to threads and posts? It is not a paid website but it is a member only website and the primary concern is to unsubscribe members who are no longer welcomed from getting any notifications or copies of posts/replies.
Thank you.
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 47One 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.

