Skip to:
Content
Pages
Categories
Search
Top
Bottom

Editing a post breaks it’s format

Published on September 18th, 2017 by nam1962

Hi there, I’ve a strange issue : if I modify a post in BBpress, it will erase all my line & paragraph formats.
I end up with a big block of text I have to reformat with the WP editor.

How to have specific template forum-loop and topic-loop ?

Published on September 18th, 2017 by pmatteudi

Hi there,

I’m writing because I have trouble to understand how templates are managed in BBPress (and wordpress I guess :)).
I’d like to have a specific template on the main forum page (the one displaying the different forums). And another template for the page displaying the different topics.

Currently in the wordpress page where I pasted the short code

, I call the template bbpress.php, which is presented in the bbpress codex (See example at the end of the topic).

But how can I create a specific template for my forum index (listing all my forums), for instance “forum-display.php”. And another template, listing my topics (for instance “topic-display.php”).

Maybe my file bbpress.php is not appropriate to do so ? or need to be customized a bit ?

NB : I’m using twenty twelve theme

I hope my question is clear,
Thank you for your help,
Pierre

<?php
 
/*
Template Name: index-forum
*/
 
get_header(); ?>
  
<div id="primary" class="site-content">
 
		<div id="content-forum" role="main">
	 
	 
		<?php
		/*
		Start the Loop
		*/
		
		while ( have_posts() ) : the_post(); ?>
		 
		 
		<?php
		/*
		This is the start of the page and also the insertion of the post classes.
		 
		Post classes are very handy to style your forums.
		*/
		?>
		 
			<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
			<?php
			/*
			This is the title wrapped in a header tag
			and a class to better style the title for your theme
			*/
			?>
		 
			<header class="entry-header">
			 
			<h1 class="entry-title"><?php the_title(); ?></h1>
			 
			</header>
			 
			 
			<?php
			/*
			This is the content wrapped in a div
			and class to better style the content
			*/
			?>
		 
			<div class="entry-content">
			<?php the_content(); ?>
			</div>
			 
			<!-- .entry-content -->
			 	 
			</article>
			 
			<!-- #post -->
			<?php endwhile; // end of the loop. ?>
		 
		</div>
	 	<!-- #content -->
	 	
	 	<div class="login-sidebar"><?php dynamic_sidebar('forum_login_zone');?></div>

</div> 
	<!-- #primary -->
  
<?php
/*
This is code to display the sidebar and the footer.
Remove the sidebar code to get full-width forums.
This would also need CSS to make it actually full width.
*/
?>
		 
<?php get_footer(); ?>

List of topics created by specific user in x forum

Published on September 17th, 2017 by Divvy

Hello guys,

I’m migrating from vbulletin to wordpress.
In vbulletin, I have a feature showing under user avatar, that shows a image “My photos”, and when someone clicks there, goes to a list of topics created by the user in forums ID X and Y.
If no topics created there, the image “My photos” doesn’t show.

Is it possible to do this with bbpress?
Can someone give me a little help?

Thank you in advance 🙂

Question about advanced editor

Published on September 16th, 2017 by raied

Hello
any chance to add an advanced editor or tool box so the user can use it more freely?

like wysiwyg? or anything else?

Thanks

Recent Posts/Archives/Categories on Forum vs Blog

Published on September 16th, 2017 by

I set up my forum and want all discussions to be archived. However, the Recent Posts/Archives/Categories from my Blog appear instead. How do I get rid of them and put the same just for my Forum.

On Main Forum Page: Add “Subscribe” Link by Each Topic

Published on September 15th, 2017 by Red Fern Creative

Is there a way to add a “Subscribe” link by each topic title on the main forum page? The site is not public, so I can’t share a link.

Convert custom posts and comments into topics and answers

Published on September 15th, 2017 by niseadel

How is it easier to convert custom posts and comments into topics and answers on the forum?
And how to make it done automatically in future?

Maybe there is a way how to replace custom posts on bbpress, so that there is no need to convert posts into topics?

Plugins “bbPress Topics for Posts” & “bbPress Move Topics” not working

Want to give role to users

Published on September 15th, 2017 by shradheya14

Hi,

I have installed bb press plugin on my WordPress website, Now I am getting users by post method from some URL and I want to add those users in DB and provide them Participant as User role.
So far I have tried many things but was unsuccessful, can you please help me out as it is getting pain in my head now.

Thanks,
Shradheya

Free BBPress Theme

Published on September 15th, 2017 by MakarkinPRO

Hello, does it any FREE BBPRESS themes?
Is it possible for main site use Vantage Theme + Visual Composer and for BBPRESS another one?
Does anybody make that works with VisualComposer Templaterra plugin?

Thx.

Latest update broke sitemap

Published on September 14th, 2017 by Syxguns

WordPress 4.8.1
bbPress 2.5.14
Running PHP v.7.1
https://idwph.com/sitemap_index.xml

I currently have bbPress disabled and now my sitemap works. I didn’t have this problem with the last version. I will search for it to install it again.

Edit:
Nope, just installed 2.5.13 and still have a sitemap error. Is there a place to get an even older version or do I just need to go with mybb?

Skip to toolbar