Are you using the default template?
I’m using K2 for bbPress. I’ve moved things around a bit, but I don’t think I deleted anything.
I just tried with Kakumei and it’s the same behavior.
I also tried it with different posts in different forums, and multiple stuck posts. It’s consistent: stick to front and the topic remains counted in the counts column, but does not display in the individual forum topic list.
I see the same behavior on my forum, appleswitcher.com.
This is by design at the moment.
@sambauers: No, its a system function.
Yes, by design of the system…
So I guess that’s how it works for the moment, unless one were to carry out some complicated core changes to bbPress?
I just did some fiddling in the bbPress functions.php file located in the bb-includes directory. I may have found a possible fix:
On line 167, look for this code:
$q = 0;
Then delete or comment out everything except for the semicolon at the end:
;
This seems to make topics that are stuck to the front page appear in the forum as well.
Warning: I’m not well-versed in php, so I’m not sure if this will break anything in bbPress. If there’s a more elegent solution, please post it.