Hi, I am including a screenshot, basically the author posts and suscribe favorite lines are floating on top of the actual forum entries. I can’t figure out exactly what is wrong, and I tried removing all the custom css and still nothing. Any suggestions as to what the issue might be, or on how to find the cause?
Thanks!!!

I’ve installed bbPress on a local installation, under port 8080 to avoid a conflict with another program using port 80. It appears to work just fine from the WordPress Dashboard, but I can’t do anything in the front end – I keep getting ERROR: Are you sure you wanted to do that?
I’ve spent the last hour on Google, reddit, this forum, various blogs… nothing seems to help.
Can someone explain how to fix this, please? I posted the same question last week and got zero response.
This installation is staying on a local machine, so it isn’t as though all my problems will soon be solved. I’m never uploading to a normal hosting server.
Any help would be appreciated.
Thank you!
My Name Is Nauman And I Work As a CEO At Newly Built Site http://www.latestgames2.com/
Please take your precious time and get into this topic to share your opinion with all of us…
How can i change bbPress to only show the ‘username’ instead of Nickname/First Last name?
I found some information, but it only allows changing type to name/avatar. With no control over the name being “Display name, Nickname, Username”: https://codex.bbpress.org/bbp_author_link/
<?php bbp_author_link( array( ‘post_id’ => bbp_get_topic_last_active_id(), ‘size’ => 14 ) ); ?>
I am using “BP Display Name” to do this on BuddyPress pages, and have hardcoded it on other templates. But just need to sort it on the bbPress forum to make it consistent across the site.
WP version: 3.7.1
bbPress version: 2.4.1
Site: http://www.veggie.co.nz/forums/forum/introductions/
Thanks very much for your help.
i want to use bbpress forum in my native language telugu
but my native language not listed in
https://codex.bbpress.org/bbpress-in-your-language/
I have created two categories with forums beneath the categories. However the forum root does not display any of this. I am only able to go to each category by the direct link. Forum link is
https://birdseyeminecraft.us/wordpress/wordpress
This is still in development so excuse the sloppiness of it. Are categories in a different root the then the default one? if so where can i find it?
I would like to give the possibility to start new topics only the the Admin. So regular user can reply to those topics, but cannot start a new one by themself…
It is probably nothing complicated…. anybody can please help me ?
BBpress: 2.4.1
Can anyone show me how to create a custom list of a forums topic for a section on my homepage? Essentially I’m looking for the bbpress equivalent of this:
<?php query_posts('showposts=5'); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<li>
<a href="<?php the_permalink() ?>">
<?php the_title(); ?> - <?php the_time('M Y'); ?>
</a>
</li>
<?php endwhile; endif; ?>
<?php wp_reset_query(); ?>
It would also want to filter by forum and sort by “Latest” and “Hot” (Hot being most “Voices”). Basically mimicking the “(bbPress) Recent Topics” Widget.
Some users complain that when they write a reply, some times part of the text is erased then they submit it.
Any idea what the problem could be and how to solve it?
When you click a topic or a link to a topic from a widget, some times you are sent to the first page of the topic and some times to the last page of the topic.
I can seem to find any logic reason why it does one or the other.
I it possible to fix, so you are always sent to the last page?