Oh well we got it working in Thesis eventually
Hello guys, thank you Adam for all the work you put into this converter! I really can’t wait for the updated version! Now I would like to ask all of you one maybe stupid question but is it somehow possible to convert the author’s of the posts without creating an entry in the wp_users database? My problem is that I have converted my whole site (I was previously using blog:CMS and punbb forum) into WordPress and now I decided that I will ask all my free users to create a new account for WP (to have fresh password, etc.) but I obviously can’t do this until I delete all the users that have been created by the converter. Yet once I delete them, their posts get deleted as well. I also tried to convert the forum without the users but the problem is that the forum then gets converted without the authors of the posts
. So I am in a dead end here… I would basically need to keep forum’s authors (only name is sufficient) without creating an entry in the wp_users database (so that my users may register for WP using the same e-mail). Thank you very much for your help/advice/suggestions. All the best from Misha
@Hagandasz
I had problems finding this, too.
Go to Forums on Dashboard.
Hover the mouse over the title of the forum, and a link comes up at the bottom of the page. (In Opera it does, anyway)
e.g. http://pour-your-heart-out.com/wp-admin/post.php?post=36&action=edit
in this case, $forum_id is 36
you don’t use the $
The same principle works with the rest. I know it says “post=36” but I guess that’s just how wordpress stores stuff.
Alicehelen is a spammer, not a fellow soul!
I have found a resolution/work-around.
The topic title is clearly visible if it isn’t Sticky.
Instead of using a sticky post, I placed the text of the post on the Forum Page, above the shortcode for that forum, with, if applicable, a link direct to the topic for replies.
see http://pour-your-heart-out.com/forums/
Also, as you can see onsite, the forum description allows quite a lot of space for any essential information particular to a forum.
Between the two, I’ve made the essential information visible.
End of problem.
Hello, I would like to create a special forum for my paid members. I am using the Your Members http://yourmembers.co.uk plugin for my user management. I thought that I would simply create a new forum called “members” with some topics and I would put this forum using a shortcode to the members page, which would have restricted access for members only (using the Your Members plugin).
Yet it seems not to work this easy way. The logged in member can’t see any forum on that page and there is only a line of text with latest forum news and a form for a reply. Once he clicks either on the news or writes a reply, he gets a 404 page. Do you have any idea why is that?
I was trying to make the forum private or hidden, but I don’t understand at all how these features work and I wasn’t able to find any documentation for bbPress yet:(. Could someone please advise me on how would it be the best way to create the paid member’s only forum? Just to make clear, I also do have a normal forum for my free users (who have to be logged in to be able to post into it). Thank you very much for your help! All the best from Misha
Hi Chrisella, I gave it one more college try on that Forumconverter plugin and it even mentioned needing to use bbpress 2.0 rc4 version. I installed the older version of BBpress but still no go. I’m getting stuck when I get a 500 internal server error and I believe I’m timing out.
When I get the error page after about 2 minutes of conversion, it then makes me log into my wordpress installation as if it’s trying to install itself. I put my login info as it asks and it then gives me a long list of the errors that occurred. It does say “…… has exceeded the ‘max_questions’ resource (current value: 75000)].
When I go to my forum, I do have the forum and topics, but no actual posts. So close yet so far.
If I knew how to further fix my timeout issue, I may try to call my web-hosting to see if they could guide me on the issue or maybe give me more conversion time just for this issue…I’m just grasping at straws.
If no luck on this last attempt with calling my web-hosting, I’m at the mercy of AWJunkies guys for when they have time to possibly finish the plugin for a phpBB conversion. They will totally make my day.
I’ve pretty much tried every route one can possibly try to get my forum over to bbpress. I’ll just wait with crossed fingers and toes.
buuuump! Still looking to remove
You may use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
I can’t seem to get any of the bbPress widgets to work properly… the shortcodes function, but they aren’t formatted or anything, so if I try to use them in a text widget I just end up with messy text that is about 100 lines long, and get a bunch of Page Not Found errors when clicking on it.
I think I am having trouble because I originally installed bbPress separately, then added the plugin when it became available. I’m not sure what to do.. it is all a big mess
chrisella, I’m at the phpbb3 to bbpress converter notes on the phpbb3 support forum and the gentlemen writing the code has mentioned passwords and something to do with MD5 hashing. I don’t know what that means, but there is a link to some coding to correct the problem with passwords. Not sure if that is what you may need, but take a look.
https://bbpress.org/forums/topic/phpbb3-gt-bbpress-converter-beta-release
The password plugin they mention is at:
https://bbpress.org/plugins/topic/md5-insecurity-for-bbpress/
just a file parser looking for all the hooks/filters then some reverse calls to bring up source code references – then data is pushed into custom post types w/various taxonomies. (needs some work still but waiting until next round of bp/bbp/wp updates)
mmm today I managed (successfully I believe) to use this script (with some edits) : https://bbpress.org/forums/topic/importing-from-phpbb#post-313
to convert my phpBB3 to bbPress v1.0, and then I used bbConverter to convert the bbPress v1.0 to v2.1
and all seems to have copied fine 
one Issue I’m having is the passwords.
When I try and login with a user and the correct old password it continously fails
.
It seems (after going through the code a bit and the database) that it’s looking for _bbc_class in the user meta table in this code but that isn’t there in my table atall.
/**
* Convert passwords from previous forum to wordpress.
*/
public function convert_pass()
{
global $wpdb;
$username = $_POST;
if( $username != ” )
{
$row = $wpdb->get_row( ‘SELECT * FROM ‘ . $wpdb->users .
‘ INNER JOIN ‘ . $wpdb->usermeta . ‘ ON user_id = ID ‘ .
‘ WHERE meta_key = “_bbc_class” AND user_login = “‘ . $username . ‘” LIMIT 1’ );
if( $row )
{
$converter = newBBConverter( $row->meta_value );
$converter->translate_pass( $username, $_POST );
}
}
}
Any ideas ?
I know this is quite vague so I can give any more details if needed.
Cheers
Hello, again.
Every slug related to bbPress gives me page not found:
http://www.nelioguazzelli.com.br/rede-de-negocios/
I’ve heard that changing permalinks can mess with bbPress slugs, needing to hit save button in it settings to it start displaying form listings again. Maybe it’s the case, but that’s not working too.
I’ve also heard that maybe my WordPress setup is not aware of bbPress existence (this is more common in version 1.0) and need some extra work, but in this case I don’t have a clue.
Hi ebiznet88, I agree, it does seem phpBB is the most commonly used board. In my attempts to try to get my conversion done, I looked into Invision and vBulletin to see if I could get my SMF or phpBB versions of my forum over into Invision or vBulletin and then use the converter. I’ve tried everything.
For those who have SMF, the conversion over to phpBB is very easy and clean cut and no issues. It’s a plugin for phpBB from their site that you use. I had no problems. So if the phpBB converter comes out, those who have a SMF forum like I did, can convert to phpBB and then use this converter for bbpress.
Yes, I totally agree with you.
I’m waiting with baited breath (or whatever that expression is…LOL)
So excited to see it come out if they (Adam, AWJunkies and/or whoever else is working on it) are able to have time to work on it.
I would be very indebted to them!
I believe there’s a huge installed based of phpbb forum owners looking to convert over to bbpress because of the attraction of integrating seamlessly with WP. I believe the number is even bigger compared to the other forum platforms such as Invision and vBulletin as phpBB is free.
SMF is also free but its newer than phpBB and so I believe there are fewer of such boards around.
Because of this, I hope the bbpress crew can see where they want to put in their efforts to create or complete the converter for phpbb. 
It would be a great step forward for the community of bbpress users, don’t you agree
Let me also tag along on the latest thank yous. I’m so excited about this converter and hoping desperately that the phpbb converter will come out really soon.
I have an SMF forum and tried with some of the notes on this thread but with no luck. I got a bit lost in the notes of it. I’ve been working for a few days straight trying to get something figured out to get this client’s forum into bbpress.
I’ve converted my SMF forum into a phpBB forum. There is another WP plubin for phpBB to BBpress conversion, but it’s in huge beta mode I believe. I’m able to pull everything but the actual posts themselves. So close but yet so far.
So I have 2 forums ready for whichever way that I can find the first available options to convert.
If anyone has fine tuned the SMF conversion as well, let me know.
I’ve tried everything I can and keep running into issues.
I’ve been watching this forum for a few days now for updates.
This is great stuff! Can’t wait to get my hands on the phpbb conversion option.
Thank you so so so so much in advance!
Hello.
After upgrading to 2.0.2, my bbPress plugin stopped working.
It still works with shortcode, but not ‘natively’ out-of-the-box.
I’ve tried everything. Reinstalling it several times, reseting all configs, deleting every file and databse entry related to bbPress. Nothing. Even, all the settings, forums, topics and replies are still there, intact.
I’ve came from version 1 to 2, and everything was always fine.
What am I missing?
I’ve been searching through all the template files and can’t find the code for the image avatars of a topic post and replies that’s 80px/80px. Where is that?
certainly am. But sitting down and trying to come up with a template like this is no easy task
I would like to test code before posting since my forum has only one hour edits
I would like to be able to check for errors before posting
Joe
this link is only provided to explain what I mean
I am in no way associated with them
http://www.bbcode.org/playground.php
@bollocks187
I don’t agree here. SimplePress has do many features for a lot of users/use cases. Yes, it works, it’s active developed and maintained. I tested the new 5.0 beta two weeks ago and it’s still feature overload and a totally different user interface different from “normal” WP… And regarding translation they don’t go with WP standards here and so until they fix some things I could not get it into German. Old 4.x branch is no option because I need optimized code for a new project and also future-proof with WP 3.3+
bbPress — I only mean the plugin version 2.x — on the other hand is really simple but has all I need. It works with almost any theme/framework and I could easily tweak it via CSS. This is a big advantage. Performance-wise it’s really leightweight and future-proof with WP because of custom post types for forum contents.
YES, I know it has not so many features – a few could be added via plugin add-ons – and I assume a lot more will come in the next weeks or month.
IMHO bbPress 2.x is best for small to middle-range communities, best for simple support forums and such. If I need a full packed forum solution with ALL the many and big features I almost always will use a third-party solution like Vanilla, IPB or new XenForo. These have clean style and great UI in frontend AND backend. And with some work of integrating could be work together with WordPress too. — Just look at the newly launched support forum by iThemes.com – they use IPB Forums and it’s great for such a big community.
However, there are some great new bbPress forums out there, see at devpress.com, wpcandy.com, support.pippinsplugins.com, getshopped.com etc. So the bbPress plugin has already proven to manage such communities and they’re doing great.
I vote for bbPress and at the same time have much respect for the work of the Simple:Press devs but just would not use their system!
-Dave
This plugin adds useful admin links and resources for the bbPress 2.x Forum Plugin to the WordPress Admin Bar.
Info & Download here:
http://wordpress.org/extend/plugins/bbpress-admin-bar-addition/
Description from Readme:
This small and lightweight plugin just adds a lot bbPress 2.x related resources to your admin bar. Also links to all setting/ tab pages of the plugin are added making life for forum administrators/ moderators a lot easier. So you might just switch from the fontend of your site to ‘Topics’ or ‘Main Settings’ page etc.
As the name suggests this plugin is intended towards forum admins/ webmasters and moderators. The new admin bar entries will only be displayed if the current user has the bbPress/ WordPress cabability of moderate. (Note: I am open for suggestions here if this should maybe changed to a more suitable cabability.)
Plugin/ Theme Support:
At this time the plugin out of the box supports also links to settings pages of some bbPress 2.x specific add-on plugins!
Special Features:
Not only supporting official bbPress 2.x sites ALSO third-party and user links – so just the whole bbPress 2.x ecosystem 
Link to downloadable German language packs – only displayed when German locales are active (de_DE, de_AT, de_CH, de_LU)
Link to official German bbPress forum – only displayed when German locales are active (de_DE, de_AT, de_CH, de_LU)
NOTE: I would be happy to add more language/locale specific resources and more useful third-party links – just contact me!
Localization:
English (default) – always included
German – always included
.pot file (bbpaba.pot) for translators is also always included 
Have fun with this little add-on!
I am open for feedback of course!
-Dave
Hey dude,
lovely template. Its what I’ve been after, after finding out it wasn’t that simple 
I’m going to assume that its a custom template and not one you downloaded? If it is one you downloaded could i grab the template from you?
Well, if someone what show most recent signed up users on footer of your bbpress forum, you can use my function below:
function show_recent_users($howmany=10, $show_avatar=false){
global $bbdb;
$recent_users = $bbdb->get_results( "SELECT * FROM $bbdb->users ORDER BY ID DESC LIMIT $howmany" );
if($show_avatar){
$users = array();
foreach($recent_users as $user){
$users[0].= '<td>' . bb_get_avatar( $user->ID, 48 ) . '</td>';
$users[1].= '<td><anc href="' . get_user_profile_link($user->ID) . '">'. $user->display_name . '</td>';
}
echo "<table id='tb-users'> ";
echo "<tr>" . $users[0] . "</tr>";
echo "<tr>" . $users[1] . "</tr>";
echo "<table>";
}else{
echo "s| ";
foreach($recent_users as $user){
echo '<anc href="' . get_user_profile_link($user->ID) . '">'. $user->display_name . ' | ';
}
}
}
Replaces anc to a, of course, I used and to bbpress don’t treat it as a markup code.
To show just name uses:
show_recent_users(10);
To show gravatar and name, uses:
show_recent_users(10,true);
And now, just put the code above in top of the file footer.php that can be found on your theme
Hate to answer my own question, but in case anyone wants to try this here is some sample code to start with –
<html>
<body>
This is it.
<?php
// include WordPress
define('WP_USE_THEMES', false);
require('./blog/wp-load.php');
// Handle INSERT if data is Posted
if( 'POST' == $_SERVER['REQUEST_METHOD'] && !empty( $_POST['action'] ) && $_POST['action'] == "bbp-new-topic") {
$new_topic = array(
'post_parent' => $_POST['bbp_forum_id'], // forum ID
'post_content' => $_POST['bbp_topic_content'],
'post_title' => $_POST['bbp_topic_title']
);
$topic_meta = array(
'forum_id' => $new_topic['post_parent']
);
$topic_id = bbp_insert_topic($new_topic, $topic_meta);
echo('<br>Topic ID = '.$topic_id . '<br>');
} // end INSERT
// Use Shortcode to show New Topic Form.
// Could also create your own form.
echo do_shortcode('[bbp-topic-form]');
?>
Thats it.
</body></html>