Search Results for 'bbpress'
-
AuthorSearch Results
-
February 6, 2011 at 6:27 pm #103950
In reply to: Login WP not logging in BBpress
tyskkvinna
MemberI can’t delete the existing installation, because it’s on a live, active website with 3k+ users. So I installed it in a new directory and used a different prefix. (bb1_) It should still work with that, no?
February 6, 2011 at 6:09 pm #37376Topic: Login problem
in forum Troubleshootinglespionage
MemberWhen I try to login to my bbpress forum it sends me to the 404.php page but when I refresh the page I am suddenly logged in. Have any one else experienced this problem before? How do i troubleshoot it?
February 6, 2011 at 6:03 pm #98849In reply to: Login WP not logging in BBpress
Raam Dev
MemberIf you’re getting a message that says bbPress is already installed, make sure you’ve done the following:
- Deleted all bbPress files on your site
- Deleted the bbPress database or related tables (likely prefixed with
bb_)
Now, you can install a fresh copy of bbPress and run the installation process by visiting the bbpress directory.
Step 1: Use the same database information as you did for your WordPress install (if you’re not sure what you used, check the
wp-config.phpfile).Step 2: Check all three boxes and fill in the necessary details:
- Add integration settings
- Add cookie integration settings
- Add user database integration settings
- Show advanced database settings
(no options)
Fill in all of the boxes. You can get the keys and salts from your WordPress
wp-config.phpand the rest of the settings from the General Settings section in WordPress Admin.If you used the default table prefix (
wp_) when you installed WordPress, you don’t need to change any of these options.(Leave unchecked) If you used your WordPress database information in Step 1 as I explained, you don’t need to check this box.
Step 3: If you did everything correctly, you should get a drop-down box that lets you select the WordPress user that should become the bbPress admin. If you get boxes to create a bbPress admin, you did something wrong in Step 1 or Step 2.
Configuring WordPress
To ensure that logging into WordPress sets all the necessary cookies for using bbPress, you should install the bbPress Integration Plugin and then set the “bbPress URL” option to match the URL to your bbPress forum (Settings -> bbPress Integration).
Also, make sure you add this line to the top of your
wp-config.phpfile, just below<?php:define( 'COOKIEPATH', '/' );If you’ve done everything I explained here, single-login should work as expected.
February 6, 2011 at 6:03 pm #103949In reply to: Login WP not logging in BBpress
Raam Dev
MemberIf you’re getting a message that says bbPress is already installed, make sure you’ve done the following:
- Deleted all bbPress files on your site
- Deleted the bbPress database or related tables (likely prefixed with
bb_)
Now, you can install a fresh copy of bbPress and run the installation process by visiting the bbpress directory.
Step 1: Use the same database information as you did for your WordPress install (if you’re not sure what you used, check the
wp-config.phpfile).Step 2: Check all three boxes and fill in the necessary details:
- Add integration settings
- Add cookie integration settings
- Add user database integration settings
- Show advanced database settings
(no options)
Fill in all of the boxes. You can get the keys and salts from your WordPress
wp-config.phpand the rest of the settings from the General Settings section in WordPress Admin.If you used the default table prefix (
wp_) when you installed WordPress, you don’t need to change any of these options.(Leave unchecked) If you used your WordPress database information in Step 1 as I explained, you don’t need to check this box.
Step 3: If you did everything correctly, you should get a drop-down box that lets you select the WordPress user that should become the bbPress admin. If you get boxes to create a bbPress admin, you did something wrong in Step 1 or Step 2.
Configuring WordPress
To ensure that logging into WordPress sets all the necessary cookies for using bbPress, you should install the bbPress Integration Plugin and then set the “bbPress URL” option to match the URL to your bbPress forum (Settings -> bbPress Integration).
Also, make sure you add this line to the top of your
wp-config.phpfile, just below<?php:define( 'COOKIEPATH', '/' );If you’ve done everything I explained here, single-login should work as expected.
February 6, 2011 at 5:30 pm #99242In reply to: import all topic and post from wordpress to bbpress
Ashish Kumar (Ashfame)
ParticipantHe means editing the script and not wp-config.php
February 6, 2011 at 5:30 pm #104342In reply to: import all topic and post from wordpress to bbpress
Ashish Kumar (Ashfame)
ParticipantHe means editing the script and not wp-config.php
February 6, 2011 at 5:17 pm #98848In reply to: Login WP not logging in BBpress
tyskkvinna
MemberThis is the same problem I’ve been fighting. Would really love a solution to it…
I tried Raamdev’s suggestion and I got this error upon installation:
Forum could not be created!
If I go to my bbpress main url, it says
Oh dear!
bbPress is already installed.
Perhaps you meant to run the upgrade script instead?
And then bumps me back to the same error of the installation page.
February 6, 2011 at 5:17 pm #103948In reply to: Login WP not logging in BBpress
tyskkvinna
MemberThis is the same problem I’ve been fighting. Would really love a solution to it…
I tried Raamdev’s suggestion and I got this error upon installation:
Forum could not be created!
If I go to my bbpress main url, it says
Oh dear!
bbPress is already installed.
Perhaps you meant to run the upgrade script instead?
And then bumps me back to the same error of the installation page.
February 6, 2011 at 4:33 pm #99241In reply to: import all topic and post from wordpress to bbpress
1onely
Memberit’s very difficult
i don’t see : define( ‘W2BC_WP_PATH >> in the (wp-config.php) in my blog but i see define(‘DB_COLLATE’, ‘ ‘); on line 37
and i edit to : define(‘DB_COLLATE’, ‘forum/’);
this my blog : www.**********.com/music
and my forum : www.*********.com/forum
and i upload this script in my blog
look : www.**********.com/music/script
true ? or no
can you help me
February 6, 2011 at 4:33 pm #104341In reply to: import all topic and post from wordpress to bbpress
1onely
Memberit’s very difficult
i don’t see : define( ‘W2BC_WP_PATH >> in the (wp-config.php) in my blog but i see define(‘DB_COLLATE’, ‘ ‘); on line 37
and i edit to : define(‘DB_COLLATE’, ‘forum/’);
this my blog : www.**********.com/music
and my forum : www.*********.com/forum
and i upload this script in my blog
look : www.**********.com/music/script
true ? or no
can you help me
February 6, 2011 at 3:50 pm #99240In reply to: import all topic and post from wordpress to bbpress
Gautam Gupta
ParticipantIf you have your blog in a directory, and the forums in a sub-directory called
forum, then you need to put this script in the WordPress blog directory, where you would find yourwp-config.phpfile. Otherwise you would need to edit thedefineson lines37and38:define( 'W2BC_WP_PATH', '' ); /** With Trailing Slash, if required */
define( 'W2BC_BB_PATH', 'forum/' ); /** With Trailing Slash, if required */February 6, 2011 at 3:50 pm #104340In reply to: import all topic and post from wordpress to bbpress
Gautam Gupta
ParticipantIf you have your blog in a directory, and the forums in a sub-directory called
forum, then you need to put this script in the WordPress blog directory, where you would find yourwp-config.phpfile. Otherwise you would need to edit thedefineson lines37and38:define( 'W2BC_WP_PATH', '' ); /** With Trailing Slash, if required */
define( 'W2BC_BB_PATH', 'forum/' ); /** With Trailing Slash, if required */February 6, 2011 at 3:43 pm #99239In reply to: import all topic and post from wordpress to bbpress
1onely
MemberBut who install ?
when put this script !!
I don’t speake english please shortened
February 6, 2011 at 3:43 pm #104339In reply to: import all topic and post from wordpress to bbpress
1onely
MemberBut who install ?
when put this script !!
I don’t speake english please shortened
February 6, 2011 at 3:17 pm #99238In reply to: import all topic and post from wordpress to bbpress
Gautam Gupta
ParticipantThere are no downloads, but here is the script – http://wordpress-to-bbpress-converter.googlecode.com/svn/trunk/w2bc.php
It currently doesn’t support user migration, but that should be easy (and should be done before running the script). I think it’d be basically renaming the tables, though I’m not sure.
Also, *PLEASE* make a backup of your WordPress blog and follow the instructions carefully.
– Author of the script
February 6, 2011 at 3:17 pm #104338In reply to: import all topic and post from wordpress to bbpress
Gautam Gupta
ParticipantThere are no downloads, but here is the script – http://wordpress-to-bbpress-converter.googlecode.com/svn/trunk/w2bc.php
It currently doesn’t support user migration, but that should be easy (and should be done before running the script). I think it’d be basically renaming the tables, though I’m not sure.
Also, *PLEASE* make a backup of your WordPress blog and follow the instructions carefully.
– Author of the script
February 6, 2011 at 2:40 pm #99237In reply to: import all topic and post from wordpress to bbpress
1onely
MemberMerci but where’s the link download ?
I don’t see It
February 6, 2011 at 2:40 pm #104337In reply to: import all topic and post from wordpress to bbpress
1onely
MemberMerci but where’s the link download ?
I don’t see It
February 6, 2011 at 2:13 pm #99236In reply to: import all topic and post from wordpress to bbpress
Ashish Kumar (Ashfame)
ParticipantIf you want to move your WordPress data to a bbPress install, then you can use this http://code.google.com/p/wordpress-to-bbpress-converter/
February 6, 2011 at 2:13 pm #104336In reply to: import all topic and post from wordpress to bbpress
Ashish Kumar (Ashfame)
ParticipantIf you want to move your WordPress data to a bbPress install, then you can use this http://code.google.com/p/wordpress-to-bbpress-converter/
February 6, 2011 at 12:44 pm #37375Topic: import all topic and post from wordpress to bbpress
in forum Installation1onely
MemberHello
I need import all topic and post from wordpress to bbpress
Can i ? or not
Thanks
February 5, 2011 at 8:47 pm #99146In reply to: Translating BBPress gone wrong
_ck_
ParticipantSome translations do not have all the phrases done. They may be from older versions of bbpress or the person who did it just didn’t bother.
There may be a newer translation file or you may have to add the translations yourself.
See my topic here about it all:
http://bbshowcase.org/forums/topic/bbpress-translation-internationalization-into-local-languages
February 5, 2011 at 8:47 pm #104246In reply to: Translating BBPress gone wrong
_ck_
ParticipantSome translations do not have all the phrases done. They may be from older versions of bbpress or the person who did it just didn’t bother.
There may be a newer translation file or you may have to add the translations yourself.
See my topic here about it all:
http://bbshowcase.org/forums/topic/bbpress-translation-internationalization-into-local-languages
February 5, 2011 at 5:26 pm #37373Topic: installing bbPress from within WordPress
in forum InstallationAeolius
MemberI signed up with netsol for a WordPress account. As such, they do not allow ftp access outside of WordPress. I installed the Myftp plug-in, but that only lets me upload files individually, instead of uploading folders.
So what are my options, aside from individually uploading 200+ bbPress files one at a time, to get up bbPress from within WordPress?
February 5, 2011 at 3:06 pm #54456In reply to: Add nofollow to links
engin1984
Participanthttps://bbpress.org/forums/topic/add-nofollow-to-links#post-74079
works for me and
https://bbpress.org/forums/topic/nofollow#post-58232 is work for me too (bbsignatures)
and all links is nofollow now. Thanks
-
AuthorSearch Results