Published on May 28th, 2020 by joergfischer75
Hi there,
I´ve got a question about the login function of bbpress. I´ve created a forum and would like this to be visible only after you have logged in. So if you come on the forum-page there should be only a login field. And then you come to the forum. Is this possible and can anybody give me a hint?
Thanks a lot and best regards
Jörg
Published on May 28th, 2020 by davelowe1977
Apart from the root forum which shows all the sub forums and nothing else, all my sub forums have a reply / new topic form tacked on at the bottom. I would like to remove this and replace it with two buttons: “New” and “Reply” which lead to a separate form/page with all the removed functionality. If I inspect the page code as it is, it is everything in this element tag:
<div id=”new-topic-0″ class=”bbp-topic-form”>
Is this possible? Thanks.
WordPress 5.4.1
BBPress Version 2.6.4 & default theme.
Published on May 28th, 2020 by amirzwp
bbPress does automaticly create a page for each reply.
Example:
Antwort auf: Auf- und Abbautage – was muss ich beachten?
Antwort auf: Braucht es eine Darmreinigung?
Antwort auf: Welche Methode passt zu mir?
The Meta Title is empty (only the title of the website), how can we automaticly create a meta title from the title of the reply? I give you an example:
Reply: https://www.paastoa.com/antworten/8907/
Reply Title: Antwort auf: Auf- und Abbautage – was muss ich beachten? 01
Meta Title should be: Antwort auf: Auf- und Abbautage – was muss ich beachten? 01
or something like that. But something is important: It should create a different title for each of the answers (With a number at the end? Or what do you think is the best solution for this issue?)
Hope you understand my question and thanks for your help.
Published on May 27th, 2020 by reachingout
The shortcode
You must be logged in to create new topics.
is a Form for “Create New Topic” when the user is logged in, and a Log-in-form (“You must be logged in to reply to this topic.”) when the user is not logged in.
When someone is creating a new subject, it is good to have a wide space to write in, but when someone is logged out, the Log-in form is too wide.
I think it is the same for
- You must be logged in to reply to this topic.
, for replying to already created topics (“You must be logged in to reply to this topic.”)
Is there a solution to this problem?
Published on May 27th, 2020 by zandercent
bbpress doesn’t load the the necessary scripts (reply.js etc) when embedding a topic as a shortcode. This is because of the conditional checks on line 158 of bbpress-functions.php
if ( bbp_use_wp_editor() && is_bbpress() ) {
Published on May 27th, 2020 by sadakhanal
what is the code to make the first reply of the topic as a sticky reply by default ?
i am trying to arrange the replies in descending order and the topic content is not showing on the top of the replies.
Question 2: Is it possible to show topic content under topic title, not on the replies? This will give me more options to arrange replies according to my requirement. [while i am using <?php bbp_topic_content(); ?> under topic title, the topic content is displaying in replies also]
Published on May 26th, 2020 by Hammy Havoc
Hi all,
After about six months of a website working perfectly, one of the admins is now unable to login. They’re presented with this error in Firefox’s JSON viewer, which automatically appears after submitting their login details and landing on wp-login.php:
success false
data
0
code "bbp_converter_db_connection_failed"
message "Database connection failed."
Yet they are able to login just fine as other admins.
Published on May 26th, 2020 by Alpo
Hello
My users has problems. When they paste text from email or other application, Bbpress does not allow to publish their posts. According to my understanding this issue has some relationship to HTML format.
How could I inform my users, so they could publish content without problems?
Published on May 26th, 2020 by nasosravas
Hi.
I installed bbpress and it shows wrong topic number. I have only one topic in forum and it shows #2448.
Tried to fix it with the bbpress tools without success.
Test
Any fix?
Published on May 25th, 2020 by davkim
All,
I’m new to wordpress/bbpress, I’ve set my forum page to full-width… topics (list) are being shown as full-width. When I go into a specific topic, it’s not full-width. I have to manually change the topic attribute to full-width for each topic. It seems like when a topic is created, topic attribute is being defaulted to (default template) which is not full-width. Is there a way when a topic gets created, full-width template is used as default.
Any help would be greatly appreciated.