All users the tag input area shows up below
https://ibb.co/nMQcoe
How can i fix tag problem?
Published on October 6th, 2018 by Ahmet AkdelHow To Style BBPress Using Category Headers
Published on October 6th, 2018 by elawrenc01I’m new to BBPress and I was looking at a few different sites for ideas. I run a PHPBB forum right now but I want to switch to BBPress (already have, it’s just not live yet)
I was curious how I can achieve this look? I’m guessing this isn’t CSS but some coding snippet, I want to be able to create a category and have the sub forums listed like this picture. If someone can point me in the right direction I can probably take it from there…
My bbpress forum when i open topic, not show tag and other detail
Published on October 6th, 2018 by Ahmet AkdelI added screenshoot, when i open topic, not show tag and other detail. Thank you.
https://ibb.co/nMQcoe
Wp touch bbpress compatible?
Published on October 5th, 2018 by Ahmet AkdelIs it compatible with the plugin wp touch & bbpress, used with the plugin? for example: https://westseattleblog.com/forum/
bbpress can be made mobile compatible?
Messages are stacking
Published on October 5th, 2018 by davidsavillHello,
I’m having a issue where forum messages are all stacking onto of each other at the top of the page,
Anyone come across this before?
Any ideas?
Thankyou
BBpress dont show topics (theme issue)
Published on October 5th, 2018 by brahman111Hi guys,
I installed bbpress and I realized everything works ok except topics. I’ve been trying with different users and creating topics, but once I “send” nothing shows up in the forum.
It sais that “some person” wrote something, even in my dashboard in wordpress showes an open debate but in the forum where all people should see is not showing.
I’ve been checking and changing the wordpress theme, I’m using SmartTheme from Optimizepress company, and when I disabled this and enabled “Twenty seventeen” theme topics were showed.
So, in this case there’s something I can do? Any workaround?
I need to fix this in some way…
Thank you.
WP User(subscribers) Not able to Post Reply
Published on October 5th, 2018 by vickybbpressHello Support,
I am not able to see the reply form for my WP users(as subscriber) who are logged in on website.
I have checked the code of “form-reply.php” and it is saying in starting that <?php if ( bbp_current_user_can_access_create_reply_form() ) : ?>
My issue is even I have assign all of my user who’s role “subscriber” to “keymaster” as well, but when I go to my website front end and try to login as user it works but when I go to list of topics it says “You must be logged in to reply to this topic.”
Please help
redirect submit reply topic
Published on October 4th, 2018 by zinghoangI change reply order is Desc , when I stay in page two , I submit a reply redirect not first page , how to redirect first page
Make user (moderator) responses totaly privat
Published on October 4th, 2018 by oxyjaneHello,
I use bbPress with a lot of joy and I want to thank you for this great plugin!
A part of my forum in public and a part is privat (I know how to make it privat). But today I discover that the answers from users (moderators) are not privat when you go in Google and look with the name of the moderator.
I fond a link like www.mydomaine/users/moderator-name/replies where all the moderator’s answers are public (but I confirm that they are normaly privat, I clicked on this option).
How can I change that please?
Thanks for your help and have a great day!
Many greetings!
How do I modify the plugin so that the topics are auto closed after 30 minutes
Published on October 4th, 2018 by jimmy369I hope that it is appropriate to ask this question here. (WordPress 4.9.8, bbPress 2.5.14, Theme:TwentyTen)
I hope that one of my forums can automatically close the topics after 30 minutes.
I read this discussion (https://bbpress.org/forums/topic/auto-close-topic-after-some-time-days/) and tried to modify it myself, but I failed.
Later I found a plugin called BBP Close Old Topics (https://wordpress.org/plugins/bbp-close-old-topics/).
I tried to modify it myself, but in the end it can only be automatically close the topics after one day.
I guess… is this the problem with these code?
// Get timestamp of last activity of the topic.
$last_active = strtotime( get_post_field( 'post_date', bbp_get_topic_last_active_id( $topic_id ) ) );
// Compare last active timestamp with defined time period.
if ( $last_active < strtotime( '-' . $this->old_topic_age_setting() . 'days' ) ) :
Is there something missing here that the command can only catch D (day) and not catch i (minute)?
I’m at my wits’ end with this issue……Thank you so much.