Search Results for 'bbpress'
-
Search Results
-
I am looking to freeze a website and it’s BBpress forum, so that unregistered (and registered) viewers can see the existing content in the forum, but the login form should not appear (currently seen below the forum content) which currently gives the impression they could log-in to make contributions.
WP version 6.7.2
BBpress v2.6.12
BBpress login register links v3.3.5
Twenty Sixteen Theme
http://www.grangetheatrelittletew.ukThank you in anticipation.
Hi,
Is there a css code that would hide/remove my sidebar from all buddypress pages?
I found one that worked to remove the sidebar from bbpress so I was hoping that there would be one that worked for buddypress.
This is the one that works to remove the sidebar from bbpress:
`.bbPress #primary {
display: none;
}2025/03/12 22:03:38 [error] 740224#740224: *3087207 FastCGI sent in stderr: “PHP message: PHP Warning: A non-numeric value encountered in /home/askwoody/public_html/wp-content/plugins/bbpress/includes/admin/classes/class-bbp-topic-replies-list-table.php on line 239; PHP message: PHP Fatal error: Uncaught TypeError: number_format(): Argument #1 ($num) must be of type float, string given in /home/askwoody/public_html/wp-includes/functions.php:424
Stack trace:
#0 /home/askwoody/public_html/wp-includes/functions.php(424): number_format()
#1 /home/askwoody/public_html/wp-admin/includes/class-wp-list-table.php(1042): number_format_i18n()
#2 /home/askwoody/public_html/wp-content/plugins/bbpress/includes/admin/classes/class-bbp-topic-replies-list-table.php(305): WP_List_Table->pagination()
#3 /home/askwoody/public_html/wp-content/plugins/bbpress/includes/admin/classes/class-bbp-topic-replies-list-table.php(263): BBP_Topic_Replies_List_Table->display_tablenav()
#4 /home/askwoody/public_html/wp-content/plugins/bbpress/includes/admin/metaboxes.php(586): BBP_Topic_Replies_List_Table->display()
#5 /home/askwoody/public_html/wp-admin/includes/template.php(1456): bbp_topic_replies_metabox()
#6 /home/askwoody/public_html/wp-admin/edit-form-advanced.php(722): do_meta_boxes()” while reading response header from upstream, client: 50.211.96.14, server: askwoody.com, request: “GET /wp-admin/post.php?post=1964543&action=edit HTTP/2.0”, upstream: “fastcgi://unix:/run/php/php8.2-fpm.askwoody.sock:”, host: “www.askwoody.com”I Think the error is being triggered by bbpress?
I have installed the plugin – and all appears good in that I have created a page and added the short code – and it the forum shows – however … thats where it all goes wrong clickiing on the forums or trying to paost asn I get blank screens
I hve tried to debug this with gemini ai and it said create a page for each short code – did that – didnt work – then said copy the index.php file and rename it bbpress.php and drop that in the theme directory – did that and.. guess what didnt work either – also added a bbpress template layout in the theme and that too doesnt allow me to engage with the forum – I have gone through permalinks and literlally going round in circles and not getting anywhere amy help oor suggestions would be welcome – thank youI was trying to use the Latest Activity (style pack) Widget with a specific Forum Id in a sidebar and in a custom widget area. The problem I ran into was that the options to customize the widget in the custom widget area will not open up. I did also try and use the Widget multiple times within the sidebar and ran into the same issue.
My WordPress and bbpress are current, I also have the style pack plugin. My site is built using Divi.
https://iowaminiz.com/membership-forum/Is there a conflict if the Latest Activity Widget is used more than once and is there a workaround?
Thanks.
Topic: full PHP 8.2 support
I am getting numerous mon fatal errors in my debug log for creation of dynamic properties, eg:
[message] => Creation of dynamic property BBP_Forums_Component::$activity is deprecated
[file] => /****/wp-content/plugins/bbpress/includes/extend/buddypress/loader.phpwhat is the time frame for getting this fixed?
When I was looking at some of your example sites I really liked the way the topics were listed instead of just the number of topics on the following site — https://thebloodsugardiet.com/forums/
I’ve been looking around and trying to find a way to list the topics, I do have the bbpress style plugin but didn’t see what I wanted.
The current display of my forum looks like this — https://iowaminiz.com/membership-forum/
I was hoping that I would not have to create a child theme and do code in the PHP files to accomplish this. I’m more comfortable with adding some CSS code.
Thanks
Hi, is there a way to remove the path above the forums please? WordPress version 6.7.2, bbpress version 2.6.12, Learndash version site: https://dataciseopenlearning.org/
Good Day!
The BuddyPress function bp_core_get_user_domain is deprecated since version 12.0.0, in \bbpress\includes\extend\buddypress\members.php
Deprecated: Function bp_core_get_user_domain is deprecated since version 12.0.0! Use bp_members_get_user_url() instead
I found this post https://bbpress.org/forums/topic/please-fix-this-problem/ and I don’t have BP Classic
I found the function bp_core_get_user_domain in BuddyPress itself,
file: (buddypress\bp-core\deprecated\12.0.php) is marked as Deprecated since version 12.0.0It’s very easy to replace the bp_core_get_user_domain to bp_members_get_user_url, I don’t know why it takes over a year to make this change!!