I’m a big fan of fluid theme designs. People used to care about screens with different resolutions, but it seems like everyone has forgotten about their HTML design now. I guess the defaults with bbPress and WordPress don’t help the concept much.
What I really care about are themes with ads that also say you’re not allowed to take them off.
Nice catch! 
I will clean all of them up. Any ideas about the plugin to show preview of bbpress themes?
Hi bforeste
I think you don’t need that step, drop tables means wipe it out as you said
I’m building a migration script that does migration automatically. As for what bbPress itself evolves into, I’m not sure if it will get easier or more difficult, but I plan on accommodating a reasonable amount of trouble
Here’s a crazy question. Whatever bbpress evolves into, will migration to something new, like what you’re building, be a crazy nightmare?
Sabuntu – i’m following your string here to see if a total wipe out / replace will help me get through the 0.9.2 to 1.0.2 upgrade (my saga is chronicled: https://bbpress.org/forums/topic/upgrade-errors-it-looks-like-your-database-is-out-of-date)
I have a question in your step #7: What do you mean exactly by “drop it down”? Are you saying wipe out the meta_value for bb_capabilities?
thanks for clarifying
bforeste
It looks fixed, thank you! I’ll put the link below but not complete the link because it will add this post into the search for
“bbpress 1.03”
What’s next?
I guess this is part of the problem with not having an official theme repository. WordPress is finally getting the word out that downloading themes from other than the repository can get you a theme loaded with nasty stuff. bbPress may have to do the same thing.
That’s normal, it’s in the default theme as well.
<?php
$_head_profile_attr = '';
if ( bb_is_profile() ) {
global $self;
if ( !$self ) {
$_head_profile_attr = ' profile="http://www.w3.org/2006/03/hcard"';
}
}
?>
So I found this in my header.php: http://www.w3.org/2006/03/hcard. Is that just considered a business card?
Finally done with it, took a little bit because I got very busy with client work. You can check it out at:
http://podscms.org/packages/bbforums/
In my case, I have not created any plug-ins or templates.
I changed Permissions on ‘my-plugins’ and ‘my-templates’ to 755 (from 750) but I still get the error every time I click on a topic.
The bug seems to be in ‘functions.bb-template.php’ which is exactly as it was downloaded from bbPress.
This is the important part of the error message –
Warning: include() [function.include]: Filename cannot be empty in /home/…/public_html/members/bbpress/bb-includes/functions.bb-template.php on line 45
Can we get a techo from bbPress to checkout the code, particularly, why are the brackets empty?
Thanks
Derek
let’s just hope it doesn’t do too much breaking of what we already have but at the same time lays some foundation for the road forward so that will be a painless as possible. Equally important in my mind though is for many of the pre 1.0 plugins that were written by _ck_ and other and now for all intents and proposes lie abandoned – and sometimes work with 1.0.2 and sometimes don’t – be picked up by a new crop of dev’s. This would probably be a big help in getting potential new users to take the chance and try out what I think is a great package.
I know that this state of flux around the plugins was one ot he things that held me back from jumping in with both feet sooner.
Which integration (there are many) steps did you take?
Clear your cache on your browser.
Login into you bbpress first then you are able to log into the admin section.
I really don’t know why..i follow step by step the integration WP-BP instruction, and i thought everything’s fine until i found :
1. why i just can log out and login in on the bbpress side? if i login on WP side, i can’t access admin on BP side!!did i just miss something?
2. no matter if i login in on WP side or BP side, the post cannot show on BP side!! (my WP’s fine). I thought there’s something wrong with one of the plugins I install. Then I was turned off any plugins on BP but the posts still couldn’t show!
Pleeaaasee I really need help to fix this.. T.T
It’s not going anywhere…
We are all contribute in some way, there are still movement in fixing bugs, we can not allow ourselves to call it quits before it happens.
This program works, that’s all that matters to me. It’s working now and it’s been working for a while. It’s not breaking. If everyone leaves today, the program still works as it should.
“Don’t worry, contribute”
Notice my “kakumei black” theme:
http://heroesonly.com/heroes/bbpress/
Hi, I have finally converted over from phpBB2. I wanted to do this for a long time, and had done some trial runs in the past, but only now have I committed myself to bbPress. I think it’s for the better. phpBB3 still uses the brain-dead “mod” system of editing the code instead of using a plugin API. (Yes I did write phpBB mods.)
Now I’m hearing all this talk about bbPress going away, etc. etc. I think it’s ridiculous that people are getting worried about this. bbPress is awesome.
I don’t know how to tag this post… any suggestions?
Did you remove all the tables that have WP_BB_?
MomD1rect
Just to be clear:
The integration is just so you can use the same user information on both sites.
The sites WordPress & bbPress will not look the same after you integrate it. It will look exactly how you had it before.
These instructions work for me, stop at Deep Integration: http://wpbbpthemes.org/integration/
Neither.
I removed bb-config.php file before as I assumed this was from previous buddypress install.
htaccess file had some strange stuff at the top…removed that so it is now just the normal rewrite or .php urls to /
Still getting page not found to /forum url
Is there a way to “force” the install somehow?
gerikg, I just committed the patch to fix this. I believe bbpress.org is running trunk and it updates on some sort of schedule/cron, so that fix will be present here tomorrow probably. Could you test again tomorrow?
I don’t know when or how the code gets updated here, but I am seeing my changes here a day or two after committing to trac.
Thanks
The [resolved] comes from a plugin, doesn’t it? Support Forums or something?
The [topic closed] is built in to bbPress and I am not sure why that does not show up here. It does show up in my installs and I have customized the text. I am guessing it needs to be added to the theme?
Or maybe there’s a conflict between the plugin and the core [topic closed]?
Like on the front forum page you can see “[resolved] Farsi bbpress 1.0.2” how can you make it show up if the topic is closed as well “[resolved] Farsi bbpress 1.0.2 [topic closed]”?