Search Results for 'bbpress'
-
Search Results
-
Topic: Replies go to moderation
Hello,
My client wants to aprove ALL replies before they are posted. Is this possible with bbpress?
I saw a couple of plugins but they are abandonedI have the GD Power Search plugin installed and raised a query here:
https://wordpress.org/support/topic/searching-is-broken/
They stated:
The bbPress search requires to have the search term/keyword present. As a workaround, right now, you can set the keyword to minus sign: -.
But I find that even that is not working on my site.
What are the expected rules for performing searches? With this extra form I can seach by author or tag etc but doesn’t seem quite right.
Topic: errors after updating 2.6.3
After updating 2.6.3, the following error occurs.
Notice: Undefined variable: topic_id in E:\xampp-2\htdocs\test\wp2\wp-content\plugins\bbpress\includes\replies\template.php on line 456 Notice: Undefined variable: topic_id in E:\xampp-2\htdocs\test\wp2\wp-content\plugins\bbpress\includes\replies\template.php on line 461 Notice: Undefined variable: topic_id in E:\xampp-2\htdocs\test\wp2\wp-content\plugins\bbpress\includes\replies\template.php on line 467
wordpress
config.php setting
define( ‘WP_DEBUG’, true );Wordpress 5.3, bbPress 2.6.3
When you create a reply to a reply, a “_bbp_reply_to” postmeta row is NOT created; so everything ends up being a reply to the main topic, as opposed to a reply to another reply.
Specifically the URL https://mywebsite.org/forums/topic/newest-topic/?bbp_reply_to=49888&_wpnonce=78c211457a#new-post
that initiates creation of the reply, the “bbp_reply_to=49888” part of the URL is not being assigned to the created reply’s metapost ‘_bbp_reply_to’ data row.
As a result, the hierarchical nature of replies is not reflected on the UI, nor in the database.
Hello,
Is there any function or something for the nickname field to take data from username field and possible to save the profile? I’ve tried everything but I can’t do it.
I don’t want users to be able to change their name at all times, but only administrators will be able to change it through the dashboard.I am editing bbpress form-user-edit.php in my child-theme. But still got only ERROR: Please enter a nickname.
<div> <label for="first_name"><?php esc_html_e( 'First Name', 'bbpress' ) ?></label> <input type="text" name="first_name" id="first_name" value="<?php bbp_displayed_user_field( 'first_name', 'edit' ); ?>" class="regular-text" /> </div> <div> <label for="last_name"><?php esc_html_e( 'Last Name', 'bbpress' ) ?></label> <input type="text" name="last_name" id="last_name" value="<?php bbp_displayed_user_field( 'last_name', 'edit' ); ?>" class="regular-text" /> </div> <div> <input type="hidden" name="nickname" id="nickname" value="<?php echo esc_attr( $profileuser->user_login ); ?>" disabled="disabled" class="regular-text" /> </div>
Thank you.
beat
Topic: help
Kinda new to BBPress
Looking to set up my forum almost exactly like this forum where a member of my site can start a formum – read and respond to all other forums but not have the ability to edit others forums……
now Ive installed BBpress created 2 topic but in my user created account i cannot see the topics – just says that I havent subscribed to any topics but the topics Dont show
also I have noticed that if you are not logged in you cannot view the forum links anywhere on my site …. only when logged in it it appearing.
Wordpress 5.3 bbpress 2.6.2
Hi,
I would like to create a link to the list of subscribed topics in the page menu in a bbpress forum. Since I use wp user manager as logon widget, unfortunately this does not include it. The bbpress login widget is not used because you can not upload a photo when editing the profile and because many fields are displayed that I do not use. Wp usermanager I could restrict to the fields User-Display-Name, Firstname, Lastname and E.Mail-Address.In order to be able to display lists like subscriptions and favorites, I would like to create the following link in the sidebar that works in my text widget:
“Abonnierte Themen”“Test-1234” is a sample user that works with the above link in the text widget .. “test-1234” should be replaced by a variable with the display user name, thus linking each logged in user to his own subscription list leads.
Or would it be better to write a plugin widget? Then I’ll learn how to do.
Since I am new to WordPress and bbpress and also have little experience with PHP, I ask for help how to solve it.
Thank you and greetings from the Lake of Konstanz,
KlausI have a brand new WordPress site v5.3 and just installed bbPress v2.6.2. I’m using the Twenty-twenty theme (one of the official WP themes). The site isn’t public yet so I don’t want to include a link.
bbPress seems to be functioning ok on my site but the font size is tiny, much smaller than the type on other parts of the WP site. I can’t see any way to adjust it.
Did some searching on the bbPress site and I guess the font size can be changed in CSS files but that’s a little too deep for me right now. Is there something else I can do? I’m willing to use a different WP theme if that would help.
If it absolutely must be adjusted in a CSS file can you help me finding the right file location?
Thanks so much!
Topic: 404 after update
When recently updating to 2.6.2 version of bbPress, I am getting 404s when new user arrives on homepage of forums. 404s are visible to user and showing in logs. When page is hard refreshed, forums show up.
But strange, if, if user goes to link within forums (topic, etc.), no 404s occur.
I am using bbp-forum-index shortcode on homepage of forums. I did a test and issue doesn’t occur when shortcodes aren’t used (no 404), but of course, no forums are available.
With shortcodes, even through 404s occur, the sidebar displays and shows the user’s logged-in info (avatar, etc).
Issue seems to only occur when user is logged in and visits forums. I have forums on their own WordPress installation within a directory of main site.
I thought it might have been cache, but issue still occurs when cache is disabled.
Here is link to site:
https://www.lifeleap.org/community/
Any suggestions on what might be occurring or what I do to troubleshoot issue? Thanks for any help
Topic: emojis
is there no emojis in bbpress?? there is a section for Plugins but none of those Plugins adhere to bbpress even when it says there specifically for bbpress??!!
Hello, where can you see what code and file changes are made in each bbpress update?
I have a forum on bbpress https://infomiasto.eu/forum/tematy/rozmowy/ but if the update is manual changes to the code will be lost – I want to see where the code changes during each update.
My page template has something such that I always see what code and where it changes on the wordpress page in bbpress, I don’t know where to look for such information if you wanted to manually paint it in the template. I am asking for help.
Hello, I would like my forum to be set up in css and some pages code by myself. https://infomiasto.eu/forum/tematy/rozmowy/ I have a question how to do it in the sense of the template folder bbpress does not contain everything, many things appear on the forum – the description frame is after the template layout
How to do it so that you don’t lose those data when updating – because I want to remove a lot of what the forum displays, columns of voices, description frame and this type.
Hello, I have a page https://infomiasto.eu/ where I have set various data in htaccess
As set by default: ExpiresDefault “access plus 10 days”
Does this apply to all things on the site, even those individual parts not listed?
I have the following
ExpiresByType font / opentype “access plus 1 month”
ExpiresByType application / javascript “access plus 1 months”
ExpiresByType text / html “access plus 10 minutes”So will this apply to the default also for what is not mentioned, for example, text / javascript?