Search Results for 'bbpress'
-
Search Results
-
Hello,
I have create a custom theme. I using a bbpress plugin. I want know how to get number of get participants of topic in single topic page.
Hi there, first off, bbpress is a great plugin and it’s amazing that it’s available for free. Thank you guys so much!
My question: I installed bbp and saw that it changed the way the wp user profile pages look. These look really nice, however, on the theme we use, the profile pages don’t show any footer, header or breadcrumbs. It’s just a white page with the user profile data, but without a link back to the forum.
How can I add the standard footer, header or some breadcrumbs to the page to allow people navigating back to the forum page after they’ve visited a user profile?
Topic: support ticketing system
Hi,
Is it possible to use bbpress as a support ticketing system something similar to known plugin in the area like SupportCandy, Awesome support etc.
ThanksHi!
I tried a snippet from this page: https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#24-show-status-labels-for-bbpress-topics
to get a label or icon for sticky topics.function rk_sticky_topics() { if ( bbp_is_topic_sticky() && !bbp_is_topic_closed() ) echo '<span class="sticky">[Sticky]</span>'; } add_action( 'bbp_theme_before_topic_title', 'rk_sticky_topics' );I get a fatal error with syntax error unexpected ‘;’ on the line starting with if.
Thank you in advance
Topic: Template in Block Themes?
BBpress keeps loading the empty index.php in the TwentyTwentyTwo Child theme I’m working on, which loads a WSOD.
I can’t get any of the template filters to use one of the html files, so temporarily have it working with the index.php file as:
wp_head(); block_header_area(); block_template_part( 'page-inner' ); wp_footer(); block_footer_area();And… its almost all working? But, this can’t be the right way to get it to use the new default page template in the block theme.
Thoughts? Ideas? How can I get it to use the new theme templates?
Thanks!
Hi,
1) I created a hidden forum with topics and replies as a keymaster
2) I logged in as a Participant
3) A search will not display topics and replies as expected, but the forum itself is displayed!
4) Clicking on the forum shows a 404 page, as expectedbbPress 2.6.9
Topic: Posts are missing dates
I’ve tried everything I can think of to get the date to appear on posts. Nothing seems to work.
The site I’m working on is https://rosecityyachtclub.org/ WP v. 6.0.1, BBPress v. 2.6.9. Theme is Lyrical and parent theme is Primer.
Thanks for any suggestions!
Is bbPress no longer being updated?
It shows Last Updated: 8 months ago Untested with your version of WordPress
We are on WordPress 6.01.
I want to buy a theme for bbPress but am afraid it won’t work since it hasn’t been updated in so long 🙂Hello,
well, it’s my turn to equip my sites with bbpress. Bigger and smaller problems are slowly solving. Question: what theme is used for the bbpress site at all. And is there something like a way to create a clone of bbpress.org, with my own content of course. I think this site is very good as a start and also practical for everyday life, because it shows many possibilities what bbpress can do. Therefore: is there something like a standard installation with dummy text? Would be wonderful.
Best regards, RainerWP version 6.0
bbpress version 2.6.9website: middleagedwitch.com
Forum link: https://middleagedwitch.com/forum/Greetings! I am admittedly very green, but I’ve read several set-up guides for setting up a bbpress forum and followed the instructions to the letter. Yet when I click on the forum link, it takes me to a blank page. I feel like there’s something very obvious I must be missing but I cannot for the life of me figure out what it could be.