I’ve just imported my SMF forum to bbPress with little trouble. However, all of my posts are now showing as being written by anonymous. Is there a simple MySQL query I can run that would change all of my topics and replies to myself instead of having to trawl through hundreds of posts to do it manually? 🙂
MySQL Query to change author after import?
Published on February 7th, 2016 by angeljsResponsive Issue
Published on February 7th, 2016 by mgsolidusHey.
Having a problem in responsive mode, see:

What could be the problem?
Thank you.
Forums root is messed up
Published on February 7th, 2016 by mgsolidusHey all.
Not sure what to do here, take a look at the forum root:

This is happening on all themes, what is wrong?
URL: LINK
Thank you.
Freshness all wrong
Published on February 7th, 2016 by KubiK888The freshness indicator on my site is all wrong – http://epilens.com/forums/. I have tried using the bbpress repair tool with no success. Please advice.
Help with custom bbpress Like/Dislike plugin
Published on February 7th, 2016 by TKServerI decided to program my own Like/Dislike plugin so I could customize it and tweak it for my exact needs. It’s working great in my custom threaded forum view for bbpress here:
By using the hook bbp_theme_after_reply_admin_links I’m able to get the like buttons to show up in the bbpress topics and replies, but they’re all the parent topic. See photo below.

Here’s one of my hooks:
//adds the like buttons right of the time on forum posts in bbpress
function tk_after_bbpress_content() {
$custom_content_after_forum_title = tk_like_buttons();
echo $custom_content_after_forum_title;
}
add_action( 'bbp_theme_after_reply_admin_links', 'tk_after_bbpress_content' );
Hoping perhaps @robkk or @casiepa have some ideas? I can’t get the post id into the plugin for replies. Thanks!
I can’t post on my own forum?
Published on February 6th, 2016 by Erin WrightI feel like I’m missing something really obvious here, but for the life of me, I can’t figure out what it is.
I just installed bbPress on my website today: http://naughtyerotica.org/forums/ When I go there and click on the only forum I have created thus far, I get an error message, “PRIVATE – You do not have permission to view this forum.”
Since I created the damn forum, this is more than a little confusing to me, lol.
I’ve never tried to host my own forum before, so I am (almost guaranteed) missing something obvious here.
TIA!
Removing sidebar in posts, but keeping on side in forum.
Published on February 6th, 2016 by hellodollyxHi,
Bumped into an issue that i can’t seem to figure out. Please help.
I have a wp blog(matheson theme) and a bbpress forum.
Trying to remove the sidebar from posts but keep it on side in the forum.
When i go to customize menu there is an option to make the posts 100% width. The sidebar moves to the bottom instead of going away. So i went to single.php and removed <?php get_sidebar(); ?> which removes it all together. Great, or so i thought.
The issue is now the forum is full-width and the sidebar is on the bottom instead of the side.
any suggestions would be much appreciated. the site is http://goo.gl/M4s9RG
Forum Page not created
Published on February 6th, 2016 by drew345I installed bbPress and am following the “creating content” instructions from this webpage:
I created a forum using the instructions under “Creating a Forum”. The forum (called “Purchasing”) shows up under (Forums: All Forums) in my control panel.
The instructions say that my forum will be created at:
http://yourdomain.com/forums/forum/yourforumname
But when I look at my wordpress pages in the control panel, there is no page for “forum” or any subforum created yet.
How do I actually put the forum as a “forum” page in my website? Even though I create forums, there is no forum page created. Do I have to create that top level “forum” page manually using an “add page” from my dashboard?
Thanks,
remove ‘Viewing x posts – x through x (of x total)’
Published on February 5th, 2016 by nicolas.mahyHow to remove i.e. ‘Viewing x posts – x through x (of x total)’?
Changing font size for simple mortals?
Published on February 4th, 2016 by The_DesperateHey guys,
First of all, thank you so much for making this very cool forum plugin for everyone to use!
I do one question, and I’ve just spent a few hours studying the archives and looking for answers, but the thing is… I haven’t really understood any of them. I don’t know anything about child themes, I have no idea how to look for specific codes, although of course I am able to implement changes to a code once I’ve found it. I’ve tried looking for a plug-in for changing the font size, but failed.
Now, my question would be: Is it possible for somebody who knows close to nothing about the matter to actually do it? I’m running version 2.5.8. My WordPress version is 4.4.2.
My forum URL is http://lutrinians.com/forums/
All I can see under Plugins > Editor is:
Plugin Files
bbpress/bbpress.php
bbpress/license.txt
bbpress/languages/index.php
bbpress/index.php
bbpress/includes/index.php
bbpress/humans.txt
bbpress/templates/index.php
bbpress/readme.txt
Also, I am not using any programmes to edit the codes, just doing it in the browser.
Many thanks in advance!