Problem is the same, but design is from WordPress.. and the website now is on my local mashine.
Here is the php of created bbpress.php
Code is really simple:
<?php get_header(); ?>
<div id="primary">
<div id="content" role="main">
<?php if ( have_posts() ) : ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', get_post_format() ); ?>
<?php endwhile; ?>
<?php twentyeleven_content_nav( 'nav-below' ); ?>
<?php endif; ?>
</div><!-- #content -->
</div><!-- #primary -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
But the two pages look different..
Website crop
Looking at html I have noticed, that newly created page has a different body class assigned and so is not recognized as bbpress forum archive page, but rather as a page..
<body class="page page-id-902 page-template page-template-bbpress page-template-bbpress-php custom-background single-author singular two-column left-sidebar">
The breadcrubs issue I have noticed just when I read this..
As that I guess will get fixed after the the page will be understood as forum archive page..
Ok, problem solved 🙂 I had deleted bbpress plugin, after (because of there are was still bbpress roles, and I think that was a problem cause) I had used https://wordpress.org/plugins/bbpress-role-deleter/. After installed bbpress back, and now everything works fine 🙂 thank you!
Ok, problem solved 🙂 I had deleted bbpress plugin, after (because of there are was still bbpress roles, and I think that was a problem cause) I had used https://wordpress.org/plugins/bbpress-role-deleter/. After installed bbpress back, and now everything works fine 🙂 thank you!
Hi,
bbPress works with Categories and Forums for the main structure, could you maybe explain what you plan to obtain ? Because you could easily create a structure of Category>Category>Forums.
I did not check how easy it is to have implement it, but if you really want this, check how to add a WordPress custom type, that will be your starting point.
Pascal.
Hi,
I see 2 topics, so bbPress should be working fine.
Are you sure you don’t somewhere have a plugin that would put the topics waiting for approval or something ?
Pascal.
Hi,
If the theme upgrade caused this, then you better check on the support forum of the theme and for now revert back to the previous version.
Just to be sure: you never adapted any of the files in the theme to make bbPress work differently ?
Pascal.
For my records: great theme for forums with photos Destin Basic
All of the elements of the forum are there, the breadcrumb nav is correct and works, the forum layouts are excellent. A bbPress ready theme that actually works out of the box.
I’ve just upgraded to version 6 of the newspaper theme, and my bbpress now looks like this:


How can I fix this?
Thanks
Hi..
i have installed bbpress plugin on my website. But there’s a little problem. The article or content that i have input does not appear on my forum/topic. There’s any mistakes?
here my forum link: http://indonesianvillages.com/forums/forum/berita-infos/
Please help me..
Thank you
I’ve just installed bbPress and have come across a bit of an issue. Hopefully it’s something I’ve done wrong rather than anything else 🙂
The forum will display fine – I’ve set up a default forum, topic, etc – except for the forum root page. That appears as blank.
I’ve kept everything as default so the root is ‘forums’. Here it is… http://artiss.co.uk/sandbox/forums/
Blank page. Not even a 404. No, I don’t have any posts or pages set up with the same name. I even changed this to another name and still got the same.
However, a direct link to the forum I set up works… http://artiss.co.uk/sandbox/forums/forum/test-forum/
Anybody have an idea what the problem is?
Thanks,
David.
From the link it seems the problem was fixed… How?
I have the same issue while using the child theme of ‘twentyeleven’.
That 3rd point in ‘Creating a Forum Page’ clearly states what is not necessary… So what should be done instead ? Especially while my created page as here mentioned ‘Chat’ is not following the bbpress.php and so not recognized as bbpress page.
Thanks, I checked that page before, that is why I have bbpress.php file.
Just for the sake of interested I again tried, copied the code from given link instead of using get_template_part, however no difference.
Constructed page is then visualized as default template, streched in full extent, without any sidebar..
One more thing:
I see that the body class assigned to that constructed page is like for a simple post, has tags like
page, page-id-xx, page-template, page-template-bbress .. while the automatically created forum page has forum-archive, bbpress..
Does it make sense, should I try to change body class??
Hi,
That would be a question to ask in the support channel of that plugin.
As developer I would indeed not consider to increase the counter if the same user would view it in a certain period of time. So if I’m logged in as casiepa into bbPress and I view a topic and hit 10 times the refresh of my browser, I don’t want to increase the view counter with 10. Only after e.g. 15 minutes it should be considered an extra view. But that’s my personal interpretation.
Pascal.
I just can’t figure it out with the templates noomatter how much I am googling as I am new and can’t get what exactly the problem is. I have followed so many different tutorials, but well, they didn’t lead where I want.
What I have:
a website running localy with a child theme of twentyeleven with a sidebar.
After installing bbpress, the the default forum page ‘sitename/forum’ was well visualized, but the sidebar was empty and the forum did not have full extent.
I wanted to add text before the forum itself as well as create a new sidebar and so created a new page ‘sitename/forums’ choosing ‘Sidebar Template’, with text and then shortcode [bbp-forum-index]. Also created a new sidebar an registered it. Searching for changes created bbpress.php which is simply my index.php (as I can’t find any php file named template.. just sidebar.php, which is not the one I want.). Also tried to make same php as template adding * Template Name: Forum Template to be able to chose it from dashboard.
Now I have:
*default forum page [sitename/forum]- that has a view as I want, till the moment I click on the topic that gets displayed as page per whole extent while also showing the bbpress sidebar = overlapping.
*created forum page [sitename/forums] that I indeed want to have, that has this overlaping problem, and not displaying the bbpress sidebar instead the usual one.
Checking with firebug it is clear that on default forum page, articles are presented as forum pieces, but in the created forum page they are simply presented as articles.
So I suspected I should change smth here instead of the content calling smth different.. <?php get_template_part( 'content', get_post_format() ); ?>
However it just looks like nor my created template, nor page bbpress.php is understood as bbpress page.. (as my sidebar is checking that and so it does not appear).
If someone could direct where/what to read or try out I would really appreaciate,
Thanks in advance,
Hi,
I can confirm that tens of thousands of us are already on WP 4.4 and it works fine (except for a small issue with hidden/private forums.
You issue is probably related to a theme or plugin that is not working fine. Please switch to a standard theme in WP 4.4 and deactivate all plugins. Then activate them one after the other (bbPress first of course) to see where the issue would be.
Pascal.
Hi all,
I’m trying to figure out with BBPress installed and activated on my latest WP 4.4 installation.
I’ve successfully activated BBPress but i doens’t display in my dashboard .
Is it a known issue ? It worked fine with WP 4.3.1
thanks a lot !
@casiepa
but any way, I should not receive any message when I use categories>parent forums>child foums>topics.
This is a deficiency in bbpress to show such messages.
So something is creating an extra one. You will have to test:
– Switch to a standard theme and try inserting a topic
– Stop all plugins except bbPress (stay on the standard theme), insert a topic, then start reactivating one plugin after another and everytime insert a topic.
Pascal.
Hello,
When I create a new Topic or reply, bbpress is creating another topic or forum as duplicate and the wierd part is the name of duplicated topic/forum is just (0).
I am using BPtoolkit only.
Do you have any idea why I am facing with that?
My WP version is 4.4, bbversion is the latest one.
OK, well, talking pure bbPress, there is no option that I know off. And knowing the standard database structure a bit, I don’t think anything is kept as an audit trail.
Try to look into plugins, e.g. to COUNT the views : https://bbpress.org/forums/topic/new-feature-viewhit-counts/ as that seems to be the only way to go.
Pascal.
Hi,
Thanks for your response @casiepa, i already posted this topic on buddypress and they recommend me to post this topic here on bbpress. im in confuse right now. please help
No update as yet, but between WordPress and bbPress I think we can add some unit tests that will add a set of examples of possible permutations and combinations of when this occurs and mitigate as best we can against as many of these as possible.
This thread is totally messed up. The link to the ticket in my previous post isn’t working. Here is the link – https://bbpress.trac.wordpress.org/ticket/2357.