Hey guys, newb question. I’m trying to insert a header image that displays at the top of every forum and post page. I’ve done this now (probably not the correct way) and I’m having a heck of a time moving the text header “Forums” and each proceeding category header text under that image. I can’t seem to find where it is being called… here’s my page if you want to see exactly what I’m talking about.
http://www.godsdjs.com/v3/?post_type=forum
thanks!
I’m running a small community for blogowners, and would like all links in posts to be dofollow. I’ve googled around for a while, and mostly found people who wanted to make all links nofollow. Nothing I could use. I’ve seen some guy say that all links are dofollow normally, well, mine ain’t. Here’s a link to a post with a link in, http://gaesteblog.dk/forums/e/gaesteblog-pa-gaesteblog-dk/, and that link is nofollow. I got a plugin which removes all no-follow tags, but that doesn’t seem to affect BBpress.
Can someone please help me? 🙂
Thanks in advance,
Jonas.
I have installed the latest version of bbpress on my test site. I experiance strange behaviour, when I click on the user name in the forum, it should take me to the user profile but t doesn’t
if you visit here:
http://kooksjournal.net/forums/
and click on the test user it takes me here:
http://kooksjournal.net/forums/users/test/
but the actual profile is for some strange reason is using the first name and the last name of the user to generate the user profile link, here in the example:
username: test
first name: test
last name: user
user profile shows when I use firstname and the last name in combination (When I am logged in as test user), if I am not logged in it gives 404 error, but bbpress is using the username to link to bbpress user profile. In actual fact the profile is at …/”First name””Last Name”/
http://kooksjournal.net/forums/users/testuser/
I think this is a strange behavior, I was wondering if anybody has experienced this? I searched the forum could not find anything about it.
Hello,
As much as I like bbPress, a forum isn’t what I need at this moment. I need know who to uninstall bbPress completely from my WordPress and database, but I want to keep old posts as archives, so people can still read them.
Is there a way to do this? THanks,
Hi all!
I’ve been playing with a child theme for a few days and have had great success so far making my own template. Right now I need to gain access to class ‘favorite-toggle’ so I can change the words ‘favorite’/’favorited’ to something else.
The only file I could find something remotely close was loop-single-topic.php but that is not it.
Any ideas?
This is an odd one – I’m getting spam in my bbPress installation. That’s not the odd thing, what is odd is that these are WordPress Comment spams (picked up by Akismet).
So how can people, who are not registered, post comment spam against bbPress topics and posts?
Hello all,
Could you please advice Best Moderation app that has a “Check all” feature? I need to delete thousands of topics and I can only check one at a time ;(

Thank you
Hi everyone
Is there a way of disabling bbpress jquery and css files loading when a user visits the blog?
upon installing bbpress the “weight/loading” of a blog page increases a bit, anyway of disabling it? Only loading when someone visits the forum?
The following code disables the bbpress css, is there a way to disable the javascript/jquery?
Thanks
function mp_deregister_bbstyles() {
if ( function_exists( 'is_bbpress' ) ) {
if ( !is_bbpress() ) {
wp_deregister_style( 'bbp-default-bbpress' );
}
}
}
add_action( 'wp_print_styles', 'mp_deregister_bbstyles', 100 );
Hello Everybody,
I have a question for you. Actually, topic <title> is $sitemane >> topic – $topic.
I would like only $topic for my topic page.
How can I do that?
Thanks,
David