Forum Replies Created
-
@hlwinkler Yep, 2.0 and 2.1 plugin as well
Welcome to bbPress forums!
To convert bbPress 1 to plugin version select Tools/Forums menu on Import Forums tab
Screenshot : https://dl.dropbox.com/u/90154006/wpvn/bbpress_tool.png
Regards,
Firsh read this article: https://codex.bbpress.org/home/step-by-step-guide-to-creating-a-custom-bbpress-theme/
Need a child theme without code? This plugin can do for you: https://wordpress.org/extend/plugins/one-click-child-theme/
Now on child theme create a file call bbpress.php
Code example:
<?php
get_header(); ?>
<div id="primary">
<div id="content" role="main">
<?php the_post(); ?>
<?php get_template_part( 'content', 'bb' ); ?>
</div>
</div>
<?php get_footer(); ?>
– Duplicate page.php on your theme and rename it to content-bb.php
– bbPress call content-bb.php so you can customize for anything you want!
Hope this help!
In reply to: Is BBPress responsive?bbPress layouts call style.css so your theme is responsive then bbPress too
In reply to: How to disable Visual edit ?Options didn’t allow to do that. “Fancy editor” disable rick bbpress tinymce.