So far, so great!! I actually grabbed JUST the file with this fix in it last night and threw it on my production site. Fixed the problem immediately! Now we’re working on re-integrating a clean install of the latest bbP build into our theme, and making sure everything stays happy.
JJJ, you’re a star. Thank you again for being so willing to actually investigate and fix this issue, and quickly too!
Will let you know if I run into any issues with it but I’m very optimistic. 
Jonathan
So far, so great!! I actually grabbed JUST the file with this fix in it last night and threw it on my production site. Fixed the problem immediately! Now we’re working on re-integrating a clean install of the latest bbP build into our theme, and making sure everything stays happy.
JJJ, you’re a star. Thank you again for being so willing to actually investigate and fix this issue, and quickly too!
Will let you know if I run into any issues with it but I’m very optimistic. 
Jonathan
@CrownOfMars – Try the latest revision and let me know if it’s fixed for you. Was a regression from fixing something else.
@Rick Lewis – You haven’t started over, because you still have a custom theme. It looks to me like you still have
add_theme_support( 'bbpress' );
in your custom theme, even though you don’t have any bbPress files in your custom theme to actually provide bbPress support.
Using the add_theme_support() method is what tells bbPress not to use its own internal files, and just let WordPress do its thing and figure it out. In that case, bbPress will follow the normal template hierarchy for WordPress (archive.php, index.php, etc…)
So you either…
- Copy the bbPress files out of the bbp-twentyten folder into your custom theme and use the add_theme_support() method, which allows you to use page templates.
- Don’t move anything, don’t add anything, and use shortcodes and adjust your CSS as needed.
- Create your own completely custom method of handling bbPress, which is possible to do but way more work than it’s probably worth doing unless you need something *really* tricked out.
Hello ^^ Im new here and ppbress looks interesting..
I tested a Mingle Forum for the beginning and its still cool but bbpress looks better.
I would ask if it possible that , if i write a comment on my wordpress blog, then it will write a forum reply automatic. of course, if i write a forum reply it will show as a comment on my wordpress site ( article )
Of course, that if write a Article, it will automaticly add a Thread in the forum, + comments/ replys…
sorry for the English, ^^”
and thanks for the help
greets
Tokyorock
Yes Yes, I’m sure!
I don’t know how to do, and I can not do many tests because the forum is very active.
One idea that occurred to me is to make copies of the databases and delete everything and start from scratch without the integration of wordpress, but I have all users actually on wordpress, and I have no idea how to pass the users from wordpress to bbpress.
Would greatly appreciate your ideas
many thanks
Yes Yes, I’m sure!
I don’t know how to do, and I can not do many tests because the forum is very active.
One idea that occurred to me is to make copies of the databases and delete everything and start from scratch without the integration of wordpress, but I have all users actually on wordpress, and I have no idea how to pass the users from wordpress to bbpress.
Would greatly appreciate your ideas
many thanks
I’ve updated the script, the latest version can be found here which addresses the issues highlighted by jonkristian
(replies not being displayed) and Rick
(errors from plugins – turned debug option off by default, though it is recommended that you turn off all plugins) and some others too.
Rick
: You should put only the bbs2p.php
file in the root directory (where you have wp-config.php
. Then change those lines to:
define( 'BBS2P_WP_PATH', '' ); /** With Trailing Slash, if required */
define( 'BBS2P_BB_PATH', 'forums/' ); /** With Trailing Slash, if required */
JJJ
: I’m on that.
I’ve updated the script, the latest version can be found here which addresses the issues highlighted by jonkristian
(replies not being displayed) and Rick
(errors from plugins – turned debug option off by default, though it is recommended that you turn off all plugins) and some others too.
Rick
: You should put only the bbs2p.php
file in the root directory (where you have wp-config.php
. Then change those lines to:
define( 'BBS2P_WP_PATH', '' ); /** With Trailing Slash, if required */
define( 'BBS2P_BB_PATH', 'forums/' ); /** With Trailing Slash, if required */
JJJ
: I’m on that.
Interesting… I guess what has me puzzled is that I would expect something like this to be universal – either everyone using 3.1 with bbPp sees it or they don’t. Clearly that’s not the case, although my coder in Pakistan sees the identical behavior that I do.
I wasn’t sure what version of WP (or the plugin for that matter
you were running on testbp.org and wanted to see if anyone else running the identical setup as me, was seeing the same issue. Nobody has chimed in seeing they do so, either it’s just me or nobody else is following this thread.
ANyway, I’m really hoping you manage to spot something specific that is causing this so that it can be fixed. As great as it is that it doesn’t occur in 3.2, obviously I’m not going to upgrade to that in its very first beta, on a real site.
Still in limbo on what exactly I’m going to do, I need my forums working by Monday… kinda freaking out as to what to do if you’re not able to identify the issue and a fix any time really soon.
Thanks as always,
Jonathan
Interesting… I guess what has me puzzled is that I would expect something like this to be universal – either everyone using 3.1 with bbPp sees it or they don’t. Clearly that’s not the case, although my coder in Pakistan sees the identical behavior that I do.
I wasn’t sure what version of WP (or the plugin for that matter
you were running on testbp.org and wanted to see if anyone else running the identical setup as me, was seeing the same issue. Nobody has chimed in seeing they do so, either it’s just me or nobody else is following this thread.
ANyway, I’m really hoping you manage to spot something specific that is causing this so that it can be fixed. As great as it is that it doesn’t occur in 3.2, obviously I’m not going to upgrade to that in its very first beta, on a real site.
Still in limbo on what exactly I’m going to do, I need my forums working by Monday… kinda freaking out as to what to do if you’re not able to identify the issue and a fix any time really soon.
Thanks as always,
Jonathan
I think I should re-order or sort the topic from topic_id. But I don’t know I must edit in which file. Please help me. I don’t have knowing about PHP source code.I’m just a beginner.
Sorry for my poor English.
I think I should re-order or sort the topic from topic_id. But I don’t know I must edit in which file. Please help me. I don’t have knowing about PHP source code.I’m just a beginner.
Sorry for my poor English.
I couldn’t get the add plugin form to work, so here’s my plugin.
bbPress Mail Fix, what it does is sends all mail to a different website if the current server has sendmail disabled or not working or not fast enough. This works with the current bb_mail() function, fully. This has been tested and works on bbpress 1.0.3 .
http://anthonyzb.users.sourceforge.net/?page_id=21 for more info!
I am definitely outside of your immediate circle, and am running the bbPress plugin over at testbp.org/discussion. A site with over 22k subscribed users that are able to post in those forums with no issues. 
Not saying there isn’t a bug somewhere, just saying it hasn’t manifested itself on my installs yet.
Also, the bug isn’t in WordPress 3.1, or 3.2. It’s probably in how I’m handling the query differences between the two versions, as some of the advanced meta type queries are being fine-tuned.
I am definitely outside of your immediate circle, and am running the bbPress plugin over at testbp.org/discussion. A site with over 22k subscribed users that are able to post in those forums with no issues. 
Not saying there isn’t a bug somewhere, just saying it hasn’t manifested itself on my installs yet.
Also, the bug isn’t in WordPress 3.1, or 3.2. It’s probably in how I’m handling the query differences between the two versions, as some of the advanced meta type queries are being fine-tuned.
It does appear that way at first glance, but can you confirm the problem on 3.1 yourself? I still have a hard time believing that there is an actual bug with 3.1, and yet I’m the only person to have seen it. I’m just not that lucky. 
The tester in me wants to see some corroboration from someone outside my immediate circle, of the issue I’m seeing.
Anyone?
Jonathan
It does appear that way at first glance, but can you confirm the problem on 3.1 yourself? I still have a hard time believing that there is an actual bug with 3.1, and yet I’m the only person to have seen it. I’m just not that lucky. 
The tester in me wants to see some corroboration from someone outside my immediate circle, of the issue I’m seeing.
Anyone?
Jonathan
VERY interesting additional data!!
1. I have a programmer in Pakistan (I’m in California), and she sees the identical bad behavior on her local machine using WP 3.1.2.
2. I remotely accessed a computer at another location and used it to download and install a fresh copy of the bbP Plugin, thinking maybe by some totally bizarre circumstance it had something to do with my local machine (virus, who knows what). No change at all, still can’t create topics.
3. Programmer tried WP3.2b1 on her local machine, same problem, identical in every way.
4. I tried WP3.2b1 on my server (same one I’ve been using this whole time) and…
IT WORKS!!!!
http://cloudsharehost.com/wp3.2/forums/
user & password of “test”. User is a normal subscriber and can post topics as expected.
NO problem whatsoever.
This was using https://wordpress.org/wordpress-3.2-beta1.zip
Identical install process of 3147 bbP plugin. NO change at all.
So what does this tell us??? I really have no idea but I’m hoping someone else does.
Jonathan
VERY interesting additional data!!
1. I have a programmer in Pakistan (I’m in California), and she sees the identical bad behavior on her local machine using WP 3.1.2.
2. I remotely accessed a computer at another location and used it to download and install a fresh copy of the bbP Plugin, thinking maybe by some totally bizarre circumstance it had something to do with my local machine (virus, who knows what). No change at all, still can’t create topics.
3. Programmer tried WP3.2b1 on her local machine, same problem, identical in every way.
4. I tried WP3.2b1 on my server (same one I’ve been using this whole time) and…
IT WORKS!!!!
http://cloudsharehost.com/wp3.2/forums/
user & password of “test”. User is a normal subscriber and can post topics as expected.
NO problem whatsoever.
This was using https://wordpress.org/wordpress-3.2-beta1.zip
Identical install process of 3147 bbP plugin. NO change at all.
So what does this tell us??? I really have no idea but I’m hoping someone else does.
Jonathan
What about deactivating and reactivating bbPress? It sounds like your caps aren’t being applied correctly.
To be clear, there are subscribers posting over at testbp.org/discussion perfectly fine, and it’s running exactly the same code you are. Your video was helpful, and it’s really odd that it’s happening for you like that.
What versions of WordPress are you using? I suppose it’s possible it’s a WordPress 3.1 issue, since I’ve moved on to testing with WP3.2 the past two weeks or so. I’ll revert back to 3.1 and see if that changes anything.
What about deactivating and reactivating bbPress? It sounds like your caps aren’t being applied correctly.
To be clear, there are subscribers posting over at testbp.org/discussion perfectly fine, and it’s running exactly the same code you are. Your video was helpful, and it’s really odd that it’s happening for you like that.
What versions of WordPress are you using? I suppose it’s possible it’s a WordPress 3.1 issue, since I’ve moved on to testing with WP3.2 the past two weeks or so. I’ll revert back to 3.1 and see if that changes anything.
@tooltrainer – As a bit of advice, these forums don’t have enough traffic to necessitate bumping your topic after only an hour or two of no response. It’s also really draining to read really long replies that only repeat your frustrations instead of providing any more insight. I can tell this is something you’re experiencing and obviously very passionate about, but no one else has experienced this so far. Remember this is *prerelease* software. If you’re relying on it to function 100% correctly all the time on a live site, then you’re breaking rules #1 and #2 of test-club. 
If it’s a bug, then it will get fixed. If you have access to IRC and want more personal, live help, join #bbpress on freenode and I can try to help you there when we’re both around.
It sounds like it’s a permalink problem. Go to Admin > Settings > Forums and resave your settings. Let me know if that fixes it?
@tooltrainer – As a bit of advice, these forums don’t have enough traffic to necessitate bumping your topic after only an hour or two of no response. It’s also really draining to read really long replies that only repeat your frustrations instead of providing any more insight. I can tell this is something you’re experiencing and obviously very passionate about, but no one else has experienced this so far. Remember this is *prerelease* software. If you’re relying on it to function 100% correctly all the time on a live site, then you’re breaking rules #1 and #2 of test-club. 
If it’s a bug, then it will get fixed. If you have access to IRC and want more personal, live help, join #bbpress on freenode and I can try to help you there when we’re both around.
It sounds like it’s a permalink problem. Go to Admin > Settings > Forums and resave your settings. Let me know if that fixes it?
@anointed it does not work with bp group forums. I learned this from testing and breaking everything twice. Then JJJ confirmed earlier in this post when iasked about it.
I had setup groups with forums and integrated with bbpress. Work and looked nice. Converted by vbulletin sitr to phpbb the bbpress. Destroyed my integrated group forums and while all the data and users were there it looked terrible. No category structure at all. It also deleted all my WP users with the imported ones. Locked me out from admin as well. Not fun.
Since that I did it two other times with minor changes in how I did it and knowing what was goint to happen. I got the groups back working which for me is something I want for the groups. The forum will be a seperate componet once I get a handle on how to modify the phpbb to bbpress converter. I need it ti not import users. Or do so without killing my wp users.
Cleaning the forum data prio to import is also on the list. Once done I will use bbp to bbpress converter to make the final connection. That is where I am now with trying figure out the plugin and conversion process.
I actually tried converting bbpress to bbp with the integrated group forums. Got a page of notices and errors that could fill a novel. Surely I didn’t do it correctly as well as various other factors.
If we get a little guidance on the category and overall flow of things it will be helpful. I personally can wait to see this thing working on my site as some vbulletin reps were not very kind when I mentioned my move 6 months a go. They said you will never get your data moved and if you did it will never be as good.
My site is not even close to being up to par but is already better thab it was.
I have activated the Forum Last Poster plugin in order to add the freshness column to the Forums table. Can anyone help me to make the following modifications?
– If the forum is empty (or if it is a category), I would like it not to show anything.
– Rather than show the freshness, I would like it to show the actual time/date.
– I would, of course, like it to show the correct time/date. I say this because I modified the Latest Discussions code to show the exact date, and the time zone is off by 4 hours. (I imagine the answer might be to make some modifications to the options-general.php file in bb-admin, but none seem to be working for me.)
Here below is my code as currently written (which shows the last poster and the freshness together):
<td class=”num”>by “><?php forum_last_poster(); ?>
on <?php forum_time(); ?></br></td>
I have also activated both the My Views and bb Topic Views plugins in trying to get a “Views” column in my Forums table.
I then inserted: <th><?php _e(‘Views’); ?></th> into the front-page.php file to add the column.
Finally, I added: <td class=”num”><?php echo $forum->views; ?></td> in the appropriate place in order to count the views.
But the View column in the table is blank. Can anyone help?
Thanks.