Search Results for 'bbpress'
-
Search Results
-
bbPress Version 2.6.4
It is a vanilla install, no customisation or plugins.
I tried to deactivate bbPress and get the following error:Fatal error: Uncaught Error: Cannot unset string offsets
in /hsphere/local/home/somewhere/something/wp-includes/class-wp-role.php on line 75Call stack:
WP_Role::remove_cap()
wp-content/plugins/bbpress/includes/core/capabilities.php:240
bbp_remove_caps()
wp-includes/class-wp-hook.php:287
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:311
WP_Hook::do_action()
wp-includes/plugin.php:478
do_action()
wp-content/plugins/bbpress/includes/core/sub-actions.php:40
bbp_deactivation()
wp-includes/class-wp-hook.php:287
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:311
WP_Hook::do_action()
wp-includes/plugin.php:478
do_action()
wp-admin/includes/plugin.php:812
deactivate_plugins()
wp-admin/plugins.php:194Can you please assist?
Hi there, I’m experiencing the following error after installing bbPress on my local PC (the site is not public) and setting up a test forum:
“WordPress database error Incorrect DATETIME value: ‘0’ for query SELECT p.ID FROM wp_posts AS p WHERE p.post_date < ‘0’ AND p.post_type = ‘forum’ AND ( p.post_status = ‘publish’ OR p.post_status = ‘private’ OR p.post_status = ‘hidden’ ) ORDER BY p.post_date DESC LIMIT 1 made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/twentytwenty/singular.php’), get_header, locate_template, load_template, require_once(‘/themes/twentytwenty/header.php’), wp_head, do_action(‘wp_head’), WP_Hook->do_action, WP_Hook->apply_filters, adjacent_posts_rel_link_wp_head, adjacent_posts_rel_link, get_adjacent_post_rel_link, get_adjacent_post”
My setup:
A new WordPress 5.4 install with no other self-installed plugins
Theme: Twenty Twenty
Windows 10
PHP 7.4.4
MySQL 8.0.19
I created a forum called ‘Test Forum1’ & this appears in the WordPress Admin. When I click the permalink to view the forum I see the above error on a blank white screen.Any advice much appreciated – thanks.
Hi,
I use WordPress version 5.4.1 and bbpress version 2.6.4 on my website http://www.afvallenkunjeleren.nl with the theme woostify.
I have something strange: I have downloaded the .mo file (named it bbpress-nl_NL.mo, and the .po file is bbpress-nl_NL.po) from the official bbpress site and uploaded it through file manager in my forum.
But nothing will be translated. When I look in the plugin Loco translate, that I use there is nothing translated.
Can anyone help me please?
Thank you very much in advance!
With warm regards,
Klaziena WaertsTopic: 404 errors on pages
I have been having an issue with my website, almost once a day the pages return broken links and 404 errors. I have to manually save the permalinks to fix it.
I have tried a lot of ways like creating a default htaccess file, but nothing works. So I started deactivating plugins once this happens. When I deactivate bbPress everything works again, so I was wondering if somebody knows what can be causing the issue?
It happens only to pages, not posts or archives.
This is the website I am having problems with: https://academiamunicipal.uned.ac.cr/
Topic: login plugin
Hello there,
I am stucked with this issue since some days : i am using the default bbpress connection widget (bpress version : 2.6.4) , but i am not satisfied by it behaviors such as redirect to wordpress admin login, the fact that the link on registration mail, bring the user again to wordpress back end, and also that email sender adress is the wordpress email (not mine !!) .. i had tried to change this last issue with this code in my functions.php :
add_filter( 'wp_mail_from', 'your_email' ); function your_email( $original_email_address ) { return 'myemail@domain.com'; } add_filter( 'wp_mail_from_name', 'custom_wp_mail_from_name' ); function custom_wp_mail_from_name( $original_email_from ) { return 'My Forum Name'; }
But instead i just received a “mail delivery failed”
I have tried other plugins such as “weaver” or “bbPress login register link..” but still not found the “good one” (or surely didn’t know how to optimize it)
Did someone know how to solve this problem ??
Hi,
I added some new user fields to the WordPress admin page, but I would like them not to be visible on the bbPress profile page.
How can this be solved?Topic: BBPress looking strange
Hi, Im new to BBPress. It seems great but I can`t get it to look right. The text is all smaller compared to my Genesis theme and there are bits of strange things – like the word “by” showing up. It just looks clunky, especially when compared to how this forum looks. Any tips would be appreciated. Here is the site
Thanks
Topic: If user is author
Hello,
I have completely customized the bbPress profile page and would like to display e.g. next to the name an icon (or whatever) if that user is also a WordPress author.
Does anyone know a solution?Topic: Thiết kế nội thất chung cư
Topic: Not Importing SMF Database
I’m trying to convert my SMF database, but nothing is being imported (runs through each step, but nothing to import).
I’m using SMF 2.0.17, the most recent versions of bbPress and WordPress.
Can anyone advise how to pinpoint the problem? There were no errors listed.
Topic: Subscription Email?
Hey, I know that bbpress have the option to subscribe to forums.
Is there a way to customize those emails??
Thank you!!