I’m very happy with the way my bbPress them has turned out. I’ve even managed to fix my drop down menus so they work — my function that spits out the
tags was putting the before the
tag for the level below. Once I fixed the placement of the tag, they worked great.
My problem at this point is when I view a topic, my IP address shows up beneath my gravatar. That’s not in the code in topic.php. I believe it’s coming from the call to do_action(‘under_title’). This seems to be the only place that the gravatars can come into the post, as there doesn’t seem to be anything in the topic.php file related to them.
Any ideas are appreciated.
Tony
I’m beginning to experience an issue where-by when a certain arbitrary number of posts (or pages it seems) is reached, bbpress stops a) going to the latest page/post and brings you to the last full page. When you post a new post, it gets posted, but there is no way view this post unless you manually change the url to /[pagenumber]
if you go to our forum and follow the following link (which is the link from the mainpage to the most recent post) http://www.aethereverywhere.com/discuss/topic/what-are-you-listening-to-right-now/page/8#post-736 you’ll see that it takes you to page 8, and to the bottom of that page – but in fact there are more pages than 8 as if you change the url manually to http://www.aethereverywhere.com/discuss/topic/what-are-you-listening-to-right-now/page/9
you’ll be taken to the actual latest post.
I’m completely lost. I noticed that if i change the number of posts to display per page, it sort of resets the forum and lets you view the last posts, but once it reaches the next arbitrary page number, once again you top being able to view pages and posts after that.
If anyone can please help i would be so grateful i’m afraid this is beyond my area of expertise. PS. i do know for a fact that posts and posters are not getting moderated, though it may be related to askimet somehow.
Both systems are using the same database, and they each recognize my User account information. However, when I log into one, it doesn’t log me into both.
I’ve made some changes to the upgrading page.
would be nice to add Gravatar size options in the admin panel
Just set it in the various places in your theme.
sorry, ill be using php pages, custom made, my pages will be outside of the /forum/ folder where bbpress will behoused, is it still possible to use its user system outside of the /forum/ folder.
many thanks for helps.
This Super Search plugin by _ck_ should let you do just that:
https://bbpress.org/plugins/topic/super-search/
Thanks for the link to the changeset, _ck_.
Upgraded smoothly!
No prompts for db changes this time around. Nice!
Looks great, Sam! I like the avatar size… would be nice to add Gravatar size options in the admin panel (hint).
I might have solved this whole business:
BbPress MultiQuote (Based on Wp Quote Comments)
– wysiwyg support (tinyMCE)
– multiquote (No reloading or other problems)
– Select area to quote and never be forced to quote the whole message.
– Quote from previous pages (I got a solution for this. Just need to make the code)
Might add nested quote support to it later.
If there is any interest, I will make the code available here once Im done cleaning it up.
Hi and hello.!
In my forum.php I use the following lines to show different content based on the forum-id:
<?php if ( $forum_id == '2' ) : ?>
blablabla
<?php elseif ( $forum_id == '3' ) : ?>
blablabla1
<?php else : ?>
blablabla2
<?php endif; ?>
Now, I need to show different content inside the topics (topic.php) based on witch forum the topic is posted in. For example if the topic is posed in forum_id 2, I would like to show “this post was posted in forum_id 2…”
Any idea what I might use to make this come thru? I am running bbPress 1.1. 
– Thanks!
Yes, .htaccess should be added to the list too. More eyes see better
Yeah, that too, wiseacre
Third, keep the following files and directories.
1. bb-config.php
2. my-plugins/ (if you have it)
3. my-templates/ (if you have it)
4. my-languages/ (if you have it)
I’d also suggest keeping .htaccess if you’ve modified it!
I just read upgrade instructions. What about my-languages directory?
Ooops, should be there now.
I’m assuming the legacy counter is either something in progress or a url typo?
It’s on the drawing board yes. Can’t say when that part will get there.
It’s good to hear that bbPress themes will get their own home eventually. No hurry though, I don’t have any themes ready to share yet!
See and I just turned off Akismet for catching nothing but ham 
FYI, the upgrade instructions still work, though Sam, you might want to remove ‘These instructions cover upgrading to version 0.9.0.2’ and the mention of config.php (are we really supposed to rename that? I just turn off my plugins, copy the my* folders, htaccess and bb-config over to the new folder, and rename them both)
Can I infer from the “Themes” link that bbPress will have an official theme directory soon?
It’s on the drawing board yes. Can’t say when that part will get there.
@ _ck_
That is defined for you in bb-settings.php
if ( !defined( 'BB_LOAD_DEPRECATED' ) ) {
define( 'BB_LOAD_DEPRECATED', true );
}
I dig the new look, a much needed re-design! Glad to see a bit of honey in the new design, adds a little fun, without giving me a toothache 
The two column layout is a big improvement too, helps organize the content better and keeps it at out fingertips.
Can I infer from the “Themes” link that bbPress will have an official theme directory soon?