Search Results for 'test'
-
Search Results
-
Topic: question
just started using bbpress not too long ago. was wondering if i can set the latest discussions to show to the number 5 i only want 5 latest to show any way to do that?
I was moderating my Bbpress Forum when a user was spamming. I didn’t want him to keep spamming so I locked the Thread then I blocked the user. Then I made a Thread to put all bad Threads in. After that I unblocked the user, but the user is still blocked even though it says member. I even tried to log into the test user and it still had the error message saying that user is blocked. Does it take time to unblock a user or is it a bug?
WP 3.1.1
BBpress 1.0.3
I have just set up BBpress to work with a test blog I am running on my local machine using xampp. During set up I went through the integration process so that both would share the same login info.
The WP install is at localhost/name
the BBP install is at localhost/name/bbpress
When I go to the forum the top of the page displays the following
Deprecated: Assigning the return value of new by reference is deprecated in C:Program Filesxampplitehtdocsgrad2gamebbpressbb-settings.php on line 186
Deprecated: Assigning the return value of new by reference is deprecated in C:Program Filesxampplitehtdocsgrad2gamebbpressbb-includesbackpressfunctions.wp-object-cache.php on line 108
Deprecated: Assigning the return value of new by reference is deprecated in C:Program Filesxampplitehtdocsgrad2gamebbpressbb-includesbackpresspomomo.php on line 171
Deprecated: Assigning the return value of new by reference is deprecated in C:Program Filesxampplitehtdocsgrad2gamebbpressbb-includesfunctions.bb-l10n.php on line 484
Deprecated: Assigning the return value of new by reference is deprecated in C:Program Filesxampplitehtdocsgrad2gamebbpressbb-includesbackpressclass.wp-taxonomy.php on line 581
When i try to access the Admin section I get the same plus
Warning: Cannot modify header information – headers already sent by (output started at C:Program Filesxampplitehtdocsgrad2gamebbpressbb-settings.php:186) in C:Program Filesxampplitehtdocsgrad2gamebbpressbb-includesfunctions.bb-pluggable.php on line 232
Hello folks,
I along with Ben L. aka Nightgunner5, have created a bbPress standalone to plugin converter which already does a good job converting your bbPress forums.
To use it, upload the file
bbs2p.php
to your server. Now let us assume that/
is the place where you have placed the script,/blog/
is the WordPress directory and/forum/
is the bbPress standalone directory. So, you would editbbs2p.php
, scroll down to line 36 and changedefine( 'BBS2P_WP_PATH', '' ); /** With Trailing Slash, if required */
define( 'BBS2P_BB_PATH', '../forum/' ); /** With Trailing Slash, if required */To:
define( 'BBS2P_WP_PATH', 'blog/' ); /** With Trailing Slash, if required */
define( 'BBS2P_BB_PATH', 'forum/' ); /** With Trailing Slash, if required */Similarly, if you have script and WordPress blog in
/
and the forum in/forums/
, then change those lines to:define( 'BBS2P_WP_PATH', '' ); /** With Trailing Slash, if required */
define( 'BBS2P_BB_PATH', 'forums/' ); /** With Trailing Slash, if required */Then run the script and the converter would guide you. Some points to note:
- Needless to mention, if it isn’t your test run, please have a backup. We cannot be held responsible for any data loss.
- Run it on your localhost as the converter is heavy.
- Supports the Subscribe to Topic plugin by _ck_ and bbPress 1.1 alpha+ subscriptions import too. Have that plugin activated if you want to migrate subscriptions from the plugin, else it will check for the alpha version.
- Have the bbPress plugin activated, revert to default themes and disable any other plugins.
- Currently, there are three situations:
- You have a new WordPress blog, to which you are migrating to and an established forum. Then, you would go to user migration section first and then proceed to forums, topics, posts migration section. In this process, all your WordPress users would be deleted (well, renamed to another table) and in place of those, bbPress users would be added. A keymaster will be WP admin, bb admin and moderator will be bbPress plugin moderators, rest all would be converted to the default WP role (which can be set in your WordPress settings).
- Your WordPress and bbPress user tables are integrated. You don’t need the user migration process and you can directly go to forums, topics, posts migration section. No worries.
- You have a established WordPress blog, with a good number of users and can’t afford to lose those. This is currently not supported as it is hard to merge two conflicting user sets.
- After converting, do recounts, delete the script and delete the bbPress standalone section if not needed.
Download: http://code.google.com/p/bbpress-standalone-to-plugin/downloads/detail?name=bbs2p-beta2.zip
Cheers! Hope that helps.
Regards,
bbPress Geeks
ps. Special thanks to John James J. for developing the bbPress plugin, without which, of course, this converter wouldn’t have been there.