Search Results for 'bbpress'
-
Search Results
-
Our bbpress forum topics; http://gameslopedy.com/forums topics are not indexing by google we have all the topics in our sitemap but why its not indexing?
Hi,
I installed bbPress for my site which uses hueman theme.
But when I create the forums page including bbPress shortcode, the layout of the forums page is quite messy. But for another theme thentyfifteen, bbPress works fine.What can I do to solve this problem with hueman theme?
This is the forums page: https://trainsova.pitt.edu/forums
Topic: SWITCH BY PAGE TYPE….
where am I wrong?
How do I select the type of page?forum
sub-forum list
Mice list of sub-forum
and topic-post<!– IF HAVE A PASSWORD–>
<?php if ( post_password_required() ) : ?>
<?php bbp_get_template_part( ‘form’, ‘protected’ );?><!– IF NOT HAVE APASSOWORD –>
<?php else: ?><!– => LOOP CATEGORY –>
<?php if ( bbp_is_forum_category() && !bbp_has_topics() ) : ?>
<p>ITS A MACRO-FORUM (category)</p>
<?php include “common/forums_category.php” ?><!– => LOOP FORUMS –>
<?php elseif ( bbp_is_forum_category() && bbp_has_topics() ) : ?>
<p>ITS A SUB-FORUM</p>
<?php include “common/forums_topiclist.php” ?><!– => LOOP TOPIC OF FORUM –>
<?php elseif (!bbp_is_forum_category() && bbp_has_topics() ) : ?>
<p>ITS A TOPIC LIST</p>
<?php include “common/forums_topic.php” ?><?php endif; ?>
<?php endif; ?>
sorry for my unfamiliarity with php and bbPress …
thank youThis page is a great initiative to make explained each part.. but for me still has a problem…
I can’t identify those parts in the layout… could someone do a visual scratch for elements over some “twenty” template?
I really, really appreciate 😉
Hi guys and gals,
I’ve searched up and down for this and haven’t been able to find anything.
Is it possible to set up bbPress to show the latest post/reply when you click on a thread?
Currently, if I have say 3 pages, clicking on a discussion will take me to the first page and the first post. I’d like it to take me to the latest reply in the thread when I click on the thread topic.
Possible? Thanks for any help on this!
Hi guys and gals,
I’ve searched up and down for this and haven’t been able to find anything.
Is it possible to set up bbPress to show the latest post/reply when you click on a thread?
Currently, if I have say 3 pages, clicking on a discussion will take me to the first page and the first post. I’d like it to take me to the latest reply in the thread when I click on the thread topic.
Possible? Thanks for any help on this!
Topic: Problems with permissions?
Hi all i’m new to bbpress. I read lot of docs but i was unable to solve this issue
I’m setting up a forum for my website, i installed bbpress, created a forum, created a page with bbpres shortcode and now i’m able to see forum root clicking on the link in menu.
I can create discussions from backend but when i try to create a new topic from frontend, logged in as admin, i got “you don’t have permission to post”.
How could it be?
Hi, I’m pretty new to everything and I’ve been pretty much enjoying the first couple of days.
One thing that I’m trying to accomplish with bbpress is in the threaded replies section and its’ layout.this is how a new topic currently looks – it keeps the author avatar separate from the content(this is mainly in order to maintain a decent readability-level on mobile devices)

The reply section also behaves the same until I enable threaded replies but
when threaded replies is enabled, it loses that layout(probably because of how my bbpress css is currently setup)

I would like some help to achieve the same ‘author-content-separated’ layout in the threaded replies.
I hope I have given enough detail for everyone to understand my situation 🙂
I’m currently using all the latest versions of everything.
My theme is twenty-fourteen and I am working with a child themeHello,
I’m using WP 4.6.1 and bbpress 2.5.10 with bbp private groups 3.2.6.
When starting a new forum I cannot create new topics. I have no idea what’s wrong because I never had problems before and I didn’t change anything. Any idea would be appreciated, thank you!
Caveat: I’m new to WordPress, themes, CSS, and bbPress.
I’ve got a website that seems to be working properly (using the hueman theme (well, actually, hueman-child)), and have installed bbPress, and created a forum page, but the form is cluttered. It looks like:
instead of like how the documentation shows it to look:

I’ve deactivated all my plugins except bbPress, and have tried all 6 or 7 of my installed WordPress themes, but nothing seems to help? Suggestions? Thanks!
—
KentI will be moving my website to a new host, it will keep the same URL, but not the same password/username/hostname for mysql/the database.
I’m using akeeba to move my wordpress site where I’m using bbpress as a plugin, complete with wordpress’ databases.
Does anyone know if bbpress will be fully moved and operational using this method? Akeeba should (I think?) move bbPress’ databases, but is there a place where I’ll have to change username/password/hostname for mysql in bbpress?
(Alternatively, is there a simple way to backup all the content on the forum and import them on the new webhost after doing a clean install of bbpress in case akeeba doesn’t take care of things?)
Hi,
Does anyone know how to use bbPress conditionals when bbPress is used for group forums? None of the bbp_is_ functions is working outside of the bbPress templates, and the point of the conditional functions is to have them work outside of the bbPress own template so that some other piece of code knows what is the page context. I am trying to use these functions inside the page BODY.
So, how to determine which forum is loaded as group forum, which topic is currently displayed, and anything else related to subpages for edit of topics and replies?
Milan