MMember
I registered as ‘M’ on the wp forums ages ago. 
And I run all my registrations through wp instead of bbpress, so I’m no help with this one other than that.
well i registered with gspark and it said invalid username so i assumed it was too short then i added 001 to it and it took
HELP!
Ok I’ve been working on my site for an entire day and can’t seems to have things figured out.
I’ve been trying to get bbpress and wp to integrate or share cookies with no luck at all. I’ve got wp in http://www.website.com/community and bb in http://www.website.com/community/bb
I would run and install bb first and after I changed the password of my key master I would run wp but upon login I cannot logout!
I’ve tried many reccomendations I found in the forum but none work. Anyone with any idea what went wrong?
note: .htaccess is in /bb folder
The add_action( ‘under_title’ .. ) part has me curious. Where does the ‘under_title’ come into play? I was trying to find it in my bbpress code. I want to add a wide 250×250 block for example under ‘Add this topic to your favorites’ on the left of the tags column.
http://www.grindhouse.com/forums/topic/26?replies=1
How can I accomplish this?
In fact, there is a user of just “M” in this forum and has been for ‘quite a few’ versions of bbPress running this forum…..hmm….
Trent
If I am reading this right, the username was too short? I just registered a user with a single letter as the username on the recent TRAC version and it worked. Others seeing this as well?
Trent
it is possible. Include the file wp-blog-header.php in the first line (after <?php) of your config.php. So, in every template file that calls bb_get_header() and bb_get_footer() you can replace them with get_header() and get_footer().
In this way you’re loading the WP header and footer … and if you want to include some CSS specifically for bbpress you’ll have to do it by means of a WP plugin or editing wordpress’ header files.
Hi,
I was wondering if there is a way to have bbPress uses the style-sheet etc. from the template
I am using for WordPress, in order to have the same look and feel through the entire site.
That would be a real integration 
Thanks
Alex
I have confirmed this issue with a squeaky clean install of wpmu 1.2.3 + bbPress 0.8.2.1. All attributes are stripped from html elements included in a post. Now installing and testing with plain old WP 2.2.1, will report back shortly.
@csl749, the fix-bb plugin won’t run unless you update the version it checks.
HELP!
Ok I’ve been working on my site for an entire day and can’t seems to have things figured out.
I’ve been trying to get bbpress and wp to integrate or share cookies with no luck at all. I’ve got wp in http://www.website.com/community and bb in http://www.website.com/community/bb
I would run and install bb first and after I changed the password of my key master I would run wp but upon login I cannot logout!
I’ve tried many reccomendations I found in the forum but none work. Anyone with any idea what went wrong?
note: .htaccess is in /bb folder
Change it in your template.
Find your theme’s logged-in.php file. Look for bb_profile_link()
and change it to
bb_profile_link( "Use my text instead" );
(If you’re using the default theme, first copy the bb-templates/kakumei/ directory to a new directory called my-templates/my-theme/, activate that new theme from the Presentation admin panel and edit those files instead).
It probably is. But what are you going to do when you need to update? If you make more changes? Could become very unwieldy very quick. Translation is the way to go.
Antonskey: I see your post in the forum overview, I see it in RSS but I just don’t see it here. Weird.
another question before installing the plugin (i plan to, honestly, i just have a few bugs with bbpress to work out before i go adding more plugins). is there yet the capability of having posts in specific categories go to specific forums?
Not (yet? dunno). You can assign a forum for it to go to on a post-by-post basis, though (with it blank making it go in default), which probably does that job.
I actually found it. The text can be found in the “template-functions.php” file.
another question before installing the plugin (i plan to, honestly, i just have a few bugs with bbpress to work out before i go adding more plugins). is there yet the capability of having posts in specific categories go to specific forums?
You basically want to translate it. Not sure how it’s done but there are a few translation threads around here. (Some changes you can also make in the theme but by no means all of them.)
Hi. I’m looking to change the wording in some areas. Is there a central place to do this?
For example, I would like to change “View your profile” to “Profile” where can I do this?
bbpress registration did not indicate there was a set minumu for how many characters in username, might be a good idea if there was a note in the register form
i kept getting a username not valid and did not know why, how come with wordpress the username was ok but not on bbpress ?
I am hoping you put the bbPress installation instructions up there on your site as the WordPress/Invasion instructions don’t help here.
Trent
Beautiful.
svn co https://plugins-svn.bbpress.org/support-forum/trunk/ my-plugins
worked like a charm. Thanks much!
Thanks, Jaithn. I’ve actually looked at bbPortal and was left puzzled as to what in the heck it’s supposed to do. As someone pointed out elsewhere, a brief description of its purpose and some screenshots could do wonders. But your message is a sign that I should look at it again.
Aha, more info about the post-to-subforum error. Details are in Trac at https://trac.bbpress.org/ticket/674 but it appears that Kakumei may be scribbling on a global $forum_id variable deep in the bowels of bb-templates/kakumei/forum.php.
Fel64, when you couldn’t repeat the problem, were you using Kakumei?
I’m such a bbPress newb that I don’t know whether Kakumei falls outside the purview of bugs we should be reporting through Trac. Suggestions welcome.
Thanks for the encouragement.
Actually, fel64, your suggestion of reverse-engineering the HTML skeleton of a bbPress page to make standalone pages that can use the same stylesheets makes perfect sense and is probably what I’ll end up doing.