I want my subforums to use the loop-single-forum.php template. Is there a way I can filter the bbp_list_forums() function to do that?
Display subforums of category using loop-single-forum.php?
Published on April 1st, 2021 by PalagrinYou are already logged in text.
Published on April 1st, 2021 by heather74Hi!
For some reason, the text that reads “You are already logged in” has disappeared from my login view. At one point, it was in the gray box on this page under the “Join the Conversation” text. https://museum-hub.org/forum-login/
I’m wondering if I’ve clicked or unclicked something in the Login tab of bbstyle pack? Everything LOOKS like it should be working there!
THANK YOU!
Error message says I am currently editing a topic
Published on April 1st, 2021 by BobHatcher
I’ve completed editing a topic and it doesn’t show in the list of topics, so I go to the WP Dashboard and find the topic in Topics list and it says “Pending” so I open it and hit Update. Then I go to the topic and find this error message “Rober Hatcher is still editing this topic – Leave Stay” I hit Stay and it works but I have no idea what’s happening.
Can anyone help?
TIA
Bob
How to customize reply insert format in specific forum?
Published on April 1st, 2021 by JuliaTopic insert format in specific forum can change using following code.
For example, Forum post=1000,1300
if( is_single(1000) ){
echo 'Baseball rule';
return;
}elseif( is_single(1300) ) {
echo 'Football rule';
return;
}
Then how can I customize reply insert format in specific forum?
For example, Forum post=1000,1300
‘reply insert format’ in content-single-topic.php .
Change user role based on user post count?
Published on March 31st, 2021 by PalagrinIs it possible to change user roles based on user post counts? Ie. if a user reaches 50 posts, BBP automatically changes their user role?
I can’t seem to find much but I imagine it would be possible?
Settings for my forum
Published on March 31st, 2021 by gillian0606According to my WP Mail Log, every post in the BBPress Forum sends out around 30 emails to seemingly random and assorted users, many of whom have not visited the Forum for quite some time.
I would like only those who have checked the box at the bottom of that post to receive email notifications. I don’t even know where are the settings for BBPress; don’t see anything in my dashboard ‘settings’ and not on the plugins page.
WP: 5.7 Theme: Astra BBPress: 2.6.6 Site: https://gillianriley.com
Thanks.
Access sidebar on topic page
Published on March 29th, 2021 by vincenzon617Hi, how do I access the sidebar of the topics page – where is the file that I can add my code to so it shows up on the sidebar? What I would like to do is get the current number of replies to a topic and then depending on that, execute some shortcode.
The code I have so far is:
<?php $replycount = bbp_get_topic_reply_count( $r['topic_id'], true ); ?>
<?php if($replycount > 0) : ?>
<?php echo do_shortcode('[adace-ad id="4420"]'); ?>
<?php else : ?>
<?php if($replycount > 9) : ?>
<?php echo do_shortcode('[adace-ad id="4420"]'); ?>
<?php echo do_shortcode('[adace-ad id="4420"]'); ?>
<?php endif; ?>
<?php if($replycount > 14) : ?>
<?php echo do_shortcode('[adace-ad id="4420"]'); ?>
<?php echo do_shortcode('[adace-ad id="4420"]'); ?>
<?php echo do_shortcode('[adace-ad id="4420"]'); ?>
<?php endif; ?>
<?php endif; ?>
My PHP skills aren’t great so I’m not sure if this even works but I would just like to know where abouts the place this code, so it shows up on the sidebar, and so I can test it.
Thanks!
Login to BBpress vs. WordPress
Published on March 29th, 2021 by heather74Hi, Robin,
I’ve seen a number of posts about this but can’t find a specific solution. I’d like my login to call out to the page I created with the bbpress shortcode: https://museum-hub.org/forum-login/ vs. the generic WP login page. Within your style pack, I’ve gone to the Login tab and added that page where it says “Login Page: You should create a wordpress page with a login shortcode such as and put the full url in here e.g. http://www.mysite.com/loginpage. If left blank the default wordpress login page will be used.” I’ve saved it, of course. I’ve done the same thing with the “Register” field, sending people here: https://museum-hub.org/register/. Any thoughts on to bypass the WP default login? I’m trying to keep folks from seeing any WP dashboards, etc.
THANK YOU!
BBP function to automatically make forms on separate pages?
Published on March 29th, 2021 by PalagrinI know you can use shortcodes to add forms (such as new topic, login, new reply etc) to dedicated pages, but is there a fucntion or hook I can use to simply get BBP to automatically generate a new form page?
Critical error when I try to deinstall bbpress
Published on March 29th, 2021 by selket69I use Divi (4.9.2), WordPress (5.7) and Wishlist (3.9) in the latest version and all my plugins are up to date. As my members do not use bbpress I wanted to deinstall it. When I deactivated the plugin my website showed me a crticial error.
What can I do except roll back a couple of months ago?
Kind regards,
Ivana