You are now logged out.
Forum Replies Created
-
Now its ~12 hours since your post above and depending on the size of the phpBB forum you are importing from it could take a couple of minutes to days if you have millions of posts to import.
If you have a look at the details on the ticket you created we are not able to reproduce this so the ticket has been closed. If you can provide detailed steps to reproduce the issue reopen the ticket and post those details to the ticket.
My apologies, I meant to write this quite a few hours ago
It has been quite a while since I last configured an IIS server for WordPress so I am a bit rusty in this regard. The details of what I am using at on the install I referred to above:
- Windows 2008 Server SP2, IIS 7.0, MySQL 5.1, PHP 5.2.14
I don’t see the Windows 7 vs Server 2008 R2 being an issue nor IIS 7.0 vs 7.5 as the current version of ‘IIS URL Rewrite Module 2′ is still the most current version.
Here is my web.config file for that site created within IIS (I have made no manual config changes to the file etc) when I created the site above.
Bowe,
I can’t seem to register for an account to have a closer look, can you set me up an account and I will have a look around. I just followed you on Twitter so you should be able to follow me back @netweb and send login details via a DM with Twitter.
This is not in the core of bbPress though there are a few email notification plugins you could have a look at http://bbpress.org/plugins/
I think it sounds like @jaredatch‘s ‘New Topics Notifications’ is what you need though.
http://wordpress.org/extend/plugins/bbpress-new-topic-notifications/
The entire site here at bbpress.org is powered by WordPress and bbPress
Have you looked at using some shortcodes on WP pages to get what you are after?
http://codex.bbpress.org/shortcodes/
Theres widgets too http://codex.bbpress.org/widgets/
If you are just trying to copy/move forums/topics/replies from a bbPress 2.2.3 install eg site1.com to a bbPress 2.2.3 install on site2.com you can ‘export’ these via WordPress’ built-in tools (/wp-admin/export.php) and then import to site2.com using the Import (/wp-admin/import.php) tool.
If you are importing from bbPress ‘Stand Alone’ 1.1 or 1.2 you should look for a file named ‘bb-config.php’ and that will contain the correct info you need to import with the bbPress Forum Import tool.
eg.
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for bbPress */
define( 'BBDB_NAME', 'my_database_name' );/** MySQL database username */
define( 'BBDB_USER', 'my_database_username' );/** MySQL database password */
define( 'BBDB_PASSWORD', '1234567890' );/** MySQL hostname */
define( 'BBDB_HOST', 'localhost' );
And a little further down in that file is the bbPress table prefix
$bb_table_prefix = 'bb_';They are the values you would use in the bbPress Import Tool setting.
Lets step back a step or two for a moment…
What version of bbPress are you trying to import?
Using the default bbPress settings I just threw up a IIS install of WP 3.5 and bbPress 2.2.3
http://localhost:81/forums/forum/test-forum/
http://localhost:81/forums/topic/test-topic/
For the test topic I added a reply and clicked submit and the resulting URL is correct
Quite sure if you have reset the permalinks as I noted in the previous post if that does not fix it then it is definitely the ‘URL Rewrite’ module settings in IIS. (Thats is if you have it installed as you do need it for rewrites with IIS)
The easiest Windows option is to use the Microsoft Web Platform Installer (Web PI) and follow the guide outlined here:
http://codex.wordpress.org/Installing_WordPress#Easy_5_Minute_WordPress_Installation_on_Windows
http://www.microsoft.com/web/gallery/wordpress.aspx
If you are manually installing IIS, MySQL & PHP then you have some work ahead of you getting your environment configured correctly and need to make sure you have the ‘URL Rewrite’ module installed and working with IIS http://www.iis.net/downloads/microsoft/url-rewrite#additionalDownloads
I have not tried any of the ‘WAMP’ (Windows, Apache, MySQL, PHP) packages referenced here but that is another option.
Your topic replies URL should be displaying in the format:
http://localhost/sitename/forum/topic/butterflies/#post-158277When I set my bbPress settings to the same settings you use above these are the URL’s:
Forums base: forum (Note: Default bbPress setting is ‘forums’)
Topics base: topics (Note: Default bbPress setting ‘topics’)
Forum Prefix ticked (Note: Default bbPress setting ‘ticked/checked’)
Forum slug: forums (Note: Default bbPress setting is ‘forum’)
Topic slug: topic (Note: Default bbPress setting ‘topic’)http://localhost/sitename/forum/forums/butterflies/http://localhost/sitename/forum/topic/test-topic/http://localhost/sitename/forum/topic/butterflies/#post-158277I would try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.
If you have no luck I would read up on the LAMP/MAMP (Linux/Mac, Apache, MySQL, PHP) package you are using on what settings are needed for mod_rewrite to work on your local machine.
There are also a few (and a few broken links here) installing WordPress Locally
http://codex.wordpress.org/WordPress_Installation_Techniques#Installing_WordPress_Locally
Run the ‘Repair Tools’ after the importer has finished importing everything
As per the link you mention above http://codex.bbpress.org/import-forums/
You should be able to import with these settings:
- Select the source platform that you are importing from: bbPress
- Database Name eg. old_bbpress_db
- Database User Name eg. db_user
- Database User Password eg. ********
- Table Prefix eg. bb_Thanks for the info on importing from vBulletin.
Hopefully someone can help out with some rewrite rules for you soon.
Nice Lync… What version of bbPress did you base this from?
I will take it for a spin and closer look later…
Firstly, I am currently looking for feedback on the vBulletin importer and there have been reports that users do not get imported correctly, did your users get imported correctly?
eg. Migrating vBulletin 4.0.4 to bbPress 2.2.3 and bug tracking ticket #1991.
What version of vBulletin and bbPress are you using?
I personally don’t have access to vBulletin so I haven’t been able to test much of anything relating to vBulletin basically so helping out with your .htaccess would also be a bit of hit and miss.
Stack Exchange has some great examples of rewrites
- http://stackoverflow.com/questions/tagged/.htaccess+mod-rewrite
- http://stackoverflow.com/questions/tagged/mod-rewrite
This is one of my favourites even though it is not specific to any of your needs here it is a good example of mod_rewrite regex rules.
A couple of other resources to help along the way:
Wrap the code in <pre><code></code></pre>
I am currently looking for feedback on the vBulletin importer and this issue has been raised previously in our bug tracking #1991.
At the moment I am working on updating all the forum importers for the next major release of bbPress and waiting and seeking feedback from more users as this still appears broken for some and not others but as I don’t have access to vBulletin myself I cannot test this directly myself, let alone the different versions etc
I would be more than happy to take a look at this for you and make any fixes as needed.
Drop me an email to stephen@netweb.com.au and we can discuss it further.
Yes… An entry in CSS for each forum
Glad you
hackedfound both your problem and a solution
Yes, the converter is part of bbPress and can be found in your WordPRess admin dashboard under ‘Tools’ -> ‘Forums’ -> ‘Import Forums’ but you do need to customize the ‘example’ file I mentioned above for any custom forum imports.
bbPress includes a conversion tool to import forums/topics/replies/users from some of the popular forum packages eg. bbPress or phpBB
There is an ‘example’ file also included as a ‘reference template’ that if your forum software is using a SQL database then you could easily modify this to be a custom importer by matching the correct database tables/fields etc
The file is called ‘example.php’ and is located in /wp-content/plugins/bbpress/bbp-admin/converter
Update to the latest bbPress 2.2.3 and repeat step 7 in the guide at BuddyPress you linked to above.
Sounds great Darren would love to see it, feel free to Pimp your site here.
A plugin would be cool and like Jared there is much on my plate at the moment.
Similar to Martin’s method above I have been using a custom icon font and targeting each forum like so with CSS where in this case the forum id is 34.
.bbp-forum-34 i:before { content: "\e112"; /* glyphicons_ */ }Indeed this awesome plugin does exist by @jmdodd
bbPress Topic to Post Converter
Add “Convert to Post” action for forum moderators.