Search Results for 'code'
-
Search Results
-
Topic: Customizing lead topic
Hi, I’m using the codes below to show lead topic:
function custom_bbp_show_lead_topic( $show_lead ) { $show_lead[] = 'true'; return $show_lead; } add_filter('bbp_show_lead_topic', 'custom_bbp_show_lead_topic' );
As shown in the screenshot below,
My questions are:
a. Can I hide the header & footer (item 1) right above and below the lead topic?
b. Can I change the date display (item 2) to freshness display (e.g., 2 weeks, 5 days ago) for all topics/replies?Regards.
Topic: Messy style – A
I have spent all morning and early afternoon trying to sort something out from bbpress! I am almost giving up.
When I search something in the forum index, it messes completely the appearance of the site. The custom footer and header from DIVI which is applied to all pages is not used. The menu is a mess, with my logo having its original size, menu appearing vertically including subitems….
I tried just having the shortcode for the search in a separate page, but again the same.
Search
[bbp-search] โ Display the search input form.
[bbp-search-form] โ Display the search form template.Anyone can help??
Howdy y’all,
Trying to create a bbpress forum with the Winkel theme
I put the index short code on my page, but when I click through the forum link, I get a blank page
It isn’t plugin related, and I’ve already tried downloading Robin Wilson’s bbp style pack plugin to no avail
Does anyone have some insight into this? I’ve seen it posted several times but just can’t get this to work.
Topic: FSE templates and bbPress
Hi
I’m looking into the possibility to move a community site from using Elementor Pro to WordPress own Full Site Editing and block theme.I’m curious if anyone has figured out how to apply templates to the forums and topics themselves. The forum root works fine though because it has a shortcode.
In Elementor I worked it out by making a single post template and then exclude posts and custom post types from it, but in FSE it doesn’t seem possible to apply any templates to bbPress at all.
Thank you in advance