Search Results for '"wordpress"'
-
Search Results
-
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: 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: 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: 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: Subforums are not listed.
Subforums are not listed.
The subforums not being listed will be fixed in 2.6.1.A few more questions:
Using any caching plugins?
Using any SEO plugins that might be interacting with CSS files?
Using a right-to-left language?
Overriding any constants? (WP_CONTENT_DIR, WP_PLUGIN_DIR, WP_THEME_DIR, etc…)
Anything else about your WordPress installations you can share?The only related change I can find, is: https://bbpress.trac.wordpress.org/ticket/3012
If you’re able to edit that file in bbPress directly, and revert it back, and test, that would be super helpful to confirm or disconfirm if that does it.
I am looking for a way to change default adress (wordpress) for registration email . Is it possible ?
Hello everyone.
I am noticing weird behavior when user clicks on activation link in email.
Upon clicking user is sent to page with input field that contains random generated password and below that button that says “Reset Password”.
Now this is somewhat confusing because some users might think that there is no need to click that button and just copy the password and proceed to login link bellow.
After that password is not working and user must reset password and basically do activation process again.
Is this how default WordPress registration works?Hi there,
I want my forum without registrated users, but a passwort protection. So I put a password protection on the site with my forum on it, but I does not seem to stick. Sometimes I have to put in the password, sometimes not. I read about that not working with forums, but is there a solution?
Thanks in advance
chimwordpress version: Version 5.4.1
bbPress version: Version 2.6.4
site: riptideio.com
theme: Salient with custom child themeOn our site, we have a “Partner Portal” page which is a restricted access page. Users are “subscribers” and they need to login to view the page contents. They do not register, they fill out a request for access form and we selectively hand out the credentials. We are looking to put a forum page nested on this Partner Portal (on the Partner Portal page, there would be a button that says “Forum” that would take them to a forum page). We only want this same group of users who have access to the Partner Portal to have access to the forum, and they can easily navigate to it once logged into the Partner Portal.
Is this possible? And would users need to re-login to the forum page when they navigate to it from the Partner Portal? Would we need to have a sidebar on the forum page with login widget?
Any help or comments about how to go about this would be greatly appreciated. Thanks!