Search Results for 'bbpress'
-
Search Results
-
Hi…
I’m trying to combine bbPress and bbPress Topics for Posts addon in a certain way. But I needed to extend the bbPress Topics for Posts, a dev. work which was successful.But in the process of extending the addon plugin, the “Apply settings to existing posts” section in the addon setting was touched, which created unwanted forums that needed to be deleted. So I reset the forum completely.
But now, I’m hitting on “Apply settings to existing posts”, but it is not working with old post?. Please, what can I do to get old post to sync again?
Topic: Incorrect Forum stats
Hi there,
We seem to be getting some discrepancies around the panels which include the following for example:
—
‘This forum has 3 topics, and was last updated 3 weeks, 5 days ago by Name Surname.’
Viewing 4 topics – 1 through 4 (of 4 total)—
Sadly on our set-up, these stats don’t seem to be matching up to the actual real edits, ie it states 3 topics, when there are 4, which you can see by the second line the system displays, it says ‘Viewing 4 topics’ yet above it says there are only 3 topics?
Is this standard, and maybe we are just misunderstanding what it’s counting? If anyone has any advise that would be so much appreciated :).
We are using:
– WordPress v: WordPress 5.3.2
– bbPress v: Version 2.6.4
– Sadly can’t include a link as it’s behind a login restricted area but we can liaise if anyone can help and facilitate this accessThanks ever so much,
TonyaTopic: Split up my Tags page
I have a page that just shows tags https://wateratairports.com/airports-by-iata-code/, it is working great and getting bigger over 300 it could grow to 1000 which is OK on a big screen but on a mobile, not good, I would like to add a line at the top of the tags offering a shortcut ie if you want A-F click this then it will take the user to a page that shows tags stating A and ending with F.
I am sure I can create the line with links to another page, where I am having a problem is how to only return the tags between A and F.
The template I am using is
/**
* Template Name: bbPress – Topic Tags
*
* @package bbPress
* @subpackage Theme
*/get_header(); ?>
<?php do_action( ‘bbp_before_main_content’ ); ?>
<?php do_action( ‘bbp_template_notices’ ); ?>
<?php while ( have_posts() ) : the_post(); ?>
<div id=”bbp-topic-tags” class=”bbp-topic-tags”>
<h1 class=”entry-title”><?php the_title(); ?></h1>
<div class=”entry-content”><?php get_the_content() ? the_content() : _e( ‘<p>This is a collection of tags that are currently popular on our forums.</p>’, ‘bbpress’ ); ?>
<div id=”bbpress-forums”>
<?php bbp_breadcrumb(); ?>
<div id=”bbp-topic-hot-tags”>
<?php wp_tag_cloud( array( ‘smallest’ => 15, ‘largest’ => 15, ‘number’ => 400, ‘taxonomy’ => bbp_get_topic_tag_tax_id() ) ); ?>
</div>
</div>
</div>
</div><!– #bbp-topic-tags –><?php endwhile; ?>
<?php do_action( ‘bbp_after_main_content’ ); ?>
Is there a way to select what tags are shown ?, I am happy to create more templates.
hope this makes sneseTopic: Formatting not Apply
Hello! I am using bbpress and when I type anything in topic and try to apply formatting like bold, italic text, it show the code instead of applied formatting, suppose I applied B for bold it shows <b> Text</b> and does not make text bold , same like other command , like if I try to make text as heading3 its shows <H3> Text </H3> instead of text in Heading 3 style.
What is problem , thx in advanceRegards
Like I use b tag here and my text has bold , but in my case it show command name alognwith text instead of applying that commandHi,
I’ve created a website using Elementor and LearnDash. I’ve installed and activated a forum using BBPress. However, when I try to edit the forum with Elementor I get an error message saying ‘Sorry the content area was not found in your page’.
Could you please advise how I can style my forum with Elementor? I’ve already got into the Elementor setting and ticked the boxes to edit forums, topics and replies.
Thanks,
Ben
Topic: importing XML into bbPress
Hi, our company is shutting down a Lithium forum and exploring the idea of importing into bbPress. The bbPress import tool allows importing by connecting to a database. We wouldn’t be able to do that with Lithium. They will provide an XML file on shutdown. Is there a way to import from a file. I reviewed the bbPress provided PHP import files for mapping including the example that can be edited for Forums not included in the dropdown list. So we could edit our data fields to match.
Any help or insights would be great appreciated!
thanks,
KurtI installed bbpress. In the dashboard, the menu items like “Forums”, “Topics” and “Replies” appear for the keymaster role. But it doesn’t appear for Participant role. Do I need to change any settings?
The Divi Theme Builder Header is not loading on BBPress search results. Instead, it looks as though it is loading the default WordPress header.
Incorrect header
http://iytawebsite.staging.wpengine.com/forums/search/introductions/Correct Header
I contacted Elegant Themes already and they directed me here.
Thoughts?Wordpress v5.3.2
BBPress v2.6.4