Is it related to this at all?
https://bbpress.org/forums/topic/intermittent-page-not-found-on-valid-uls#post-67963
Can you check the response headers for a page that comes up to see if it’s actually 404 instead of 200, even though it displays? Or post the link to your forum so someone can check it out.
Hi
I have a bbpress installation Version 1.0.2
Which integrates with wpmu.
New version of wpmu is working fine and new registered users can post but
old users in past cant post now when they login to the site. I am not sure what
to look for here. The user is in wp_users, where else must the user be?
Louis
bbPress has 3 things going for it:
1) It can integrated a single signon with a wordpress install
2) It’s very easy to ‘theme’
3) It’s totally open source and easy to code for
If you like these, then bbPress is for you. If these things are not enough (and for most people they’re not) then bbpress is not for you.
It’s also wrong to say that bbPress is missing alot of functionality. that’s purely down to your perception of what YOU think a forum should have. bbpress documentation is shockingly thin on the ground, so if it doesn’t do what it claims to do – tell us
But don’t judge it because it doesn’t do something it doesn’t claim to – you’ll never find the software that fits your needs that way.
I have a similar question. I’m finding that the translations to my language (spanish) are quite poor, and it seems most of the plugins are pre-version 1, so I’m missing a lot of functionality (like user avatar, which should be there from the start!!!).
So I wonder, besides sharing users (which is not a big benefit for my implementation), is there any other reason why bbpress + wordpress is a better option than any forum software + wordpress???
delayed email perhaps, and of course check your spam bin…
1 is the standard for whoever set the forum up, check the user table and compare. Is row ID 1 also you? and do you still have full admin(keymaster) rights?
How to resize avatar in topic view, i didnt find any size codes in style.css.
I want my forum look more like bbpress.org
I’ve checked the users table, and the email addresses are correct. I’ve now had three people test it, and the last one actually got the email with the new password.
I’m using bbPress 1.0.2.
EDIT:
The second test user also got the email. It seems like something happened to me, or me and the 29 first users. My ID is suddently 576, and it should be 1 I think.
check the users table, are the email addresses stored correctly?
Which version of bbPress are you using?
I need new one. Maybe someone have ?
Hi. Unfortunately the links obtained from the “#” in Kakumei theme (or similar) are just anchor links. This is due to the fact that they are generated with post_anchor_link() (file: bb-templates/kakumei/post.php:11).
With “just anchor links” I mean that they are anchors (#post-number) of the current page. They aren’t permalinks. All that links became invalid once you change the “items per page” (and/or other values) from the bbPress admin panel.
All you can do with the links that users have posted is to parse them and change them accordingly to the new server settings but this can (and will) be a long, tedious, hard and prone to errors work.
I have written a plugin called “zaerl Post Permalink” that solved this problem. My plugin export a function that generate this link:
1) http://www.domain.com/the_bbpress_path/post/post_number
2) http://www.domain.com/the_bbpress_path/?post=post_number
The (1) is preferred if mod_rewrite is used. These links are permanent and do adapt on the fly to the actual settings of the server. I use my function in various places of the template and post.php is one of these.
I can share my work with you if you want. Email me za AT zaerl.com.
p.s. keep in mind that the plugin isn’t retroactive.
Recently I got this mesg who drives me crazy..
Warning: Visiting this site may harm your computer!
I don’t know what happened to my blog and forums.. I think all was secure and safe in my site.. I have talked to my hosting company they clean it.. but the problem is still there..
http://www.car-n-car.com (wordpress)
http://www.car-n-car.com/forums (bbpress)
It’s really disturbing me… how can I fix it?
is there any wordpress or bbpress authenticated plugin who defend my site from suspicious codes, and hackers attacks..
please guide me to remove this bloody mesg…. otherwise my site will useless 
help me again…
Regards,
cNc
I managed to convert vBulletin to phpBB3, and then phpBB3 to bbPress.
The users passwords however does not work, and I can’t seem to get the email when I try to reset it.
I got all my users over, but the system never sends me an email when I try to to reset the password. Has anyone encountered that problem?
Also, how may one copy users from the phpbb_users database to the bb_users database manually?
Thanks for all help.
Hello,
I have a website with WordPress as the mainsite and vBulletin as a forum. After doing lots of research on bbPress, I quickly understood that bbPress is far superior for my needs and would fit extremly well 
I do however have one problem, and that is that I have lots of users and posts that I can’t loose. I’d like to transfer my users login info as well as all the posts and threads.
Are there any scripts for converting a vBulletin database to a bbPress database?
Thanks for all help.
hi Arturo,
excellent job!thanks very much!
Is there a theme that looks like the bbpress.org support forum theme?
bbpress is a standalone forum it doesn’t really go into wordpress. A lot of people create a theme that looks like the wordpress one, like this site.
Home, Plugins, About, Docs, Blog, and Download is WP
Forums is bbPress
I help out people with that stuff: wpbbpthemes.org
if you have access to the database delete all tables that start with bb_
Hi, I am a Newbie. I have downloaded and installed WordPress and bbPress locally. I used the same database for wordpress and bbpress. I was able to open both of them at the following locations.
http://localhost/ (wordpress)
http://localhost/bbpress/ (bbpress)
Now, how can open bbpress forums on the wordpress site? I am trying to create a website where one of the pages contains forums.
Any help will be greatly appreciated!
I started another thread for this problem I’m having, though it’s an extension of the other.
I installed bbpress and it worked fine. I wanted to change the URL and started deleting and re-installing bbpress, not realizing I was leaving behind SQL tables, as zaerl told me.
Now I want to delete bbpress and reinstall as it was a fresh install. How can I do this?
Thanks for any help you can offer.
Hi all,
I have a wordpress website, let’s say its http://www.mysite.com. WordPress is installed in the website root, so that when you navigate to http://www.mysite.com, you get the wordpress blog. I recently installed bbpress at http://www.mysite.com/bbpress.
One of the first plugins I installed is BB Wysiwyg editor, but it fails to work properly. After some debugging, I found the following:
[gif]
http://www.mysite.com/bbpress/my-plugins/bb-wysiwyg-editor/js/jwysiwyg/jquery.wysiwyg.gif is correctly displayed on my browser.
[jpg]
http://www.mysite.com/bbpress/my-plugins/bb-wysiwyg-editor/js/jwysiwyg/jquery.wysiwyg.jpg is correctly displayed on my browser.
[css]
http://www.mysite.com/bbpress/my-plugins/bb-wysiwyg-editor/js/jwysiwyg/jquery.wysiwyg.css causes wordpress 404 error page to show up on my browser.
[js]
http://www.mysite.com/bbpress/my-plugins/bb-wysiwyg-editor/js/jwysiwyg/jquery.wysiwyg.js causes wordpress 404 error page to show up on my browser.
[txt]
Just for kicks, I created a new file called test.txt under that same folder, and it is also displayed correctly.
Needless to say, all of the above files are physically there, I can clearly see them on my ftp client. So, something is going on with certain file types. It seems like wordpress allows some files to be correctly returned to the browser, while others are banned or something like that.
Has anyone experienced anything like this? Are there any config options that could solve this issue? I’ve been googling for quite a while without finding a solution.
Thanks!
I think you should contact people on their board:
example
http://www.magentocommerce.com/boards/viewthread/72188/
Very nice redesign! Does make one feel that there is life here and things happening.