Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 16,676 through 16,700 (of 26,891 total)
  • Author
    Search Results
  • #103951
    Raam Dev
    Member

    I imagine it should, yes. Did you use the same database info as your WordPress install, as I explained in Step 1?

    At which point during the install are you getting an error?

    #98851
    Raam Dev
    Member

    I imagine it should, yes. Did you use the same database info as your WordPress install, as I explained in Step 1?

    At which point during the install are you getting an error?

    #103949
    Raam Dev
    Member

    If 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.php file).

    Step 2: Check all three boxes and fill in the necessary details:

    • Add integration settings
    • (no options)

    • Add cookie integration settings
    • Fill in all of the boxes. You can get the keys and salts from your WordPress wp-config.php and the rest of the settings from the General Settings section in WordPress Admin.

    • Add user database integration settings
    • If you used the default table prefix (wp_) when you installed WordPress, you don’t need to change any of these options.

    • Show advanced database settings
    • (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.php file, just below <?php:

    define( 'COOKIEPATH', '/' );

    If you’ve done everything I explained here, single-login should work as expected.

    #98849
    Raam Dev
    Member

    If 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.php file).

    Step 2: Check all three boxes and fill in the necessary details:

    • Add integration settings
    • (no options)

    • Add cookie integration settings
    • Fill in all of the boxes. You can get the keys and salts from your WordPress wp-config.php and the rest of the settings from the General Settings section in WordPress Admin.

    • Add user database integration settings
    • If you used the default table prefix (wp_) when you installed WordPress, you don’t need to change any of these options.

    • Show advanced database settings
    • (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.php file, just below <?php:

    define( 'COOKIEPATH', '/' );

    If you’ve done everything I explained here, single-login should work as expected.

    #104342

    He means editing the script and not wp-config.php

    #99242

    He means editing the script and not wp-config.php

    #104341
    1onely
    Member

    it’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

    #99241
    1onely
    Member

    it’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

    #104340
    Gautam Gupta
    Participant

    If 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 your wp-config.php file. Otherwise you would need to edit the defines on lines 37 and 38:

    define( 'W2BC_WP_PATH', '' ); /** With Trailing Slash, if required */
    define( 'W2BC_BB_PATH', 'forum/' ); /** With Trailing Slash, if required */

    #99240
    Gautam Gupta
    Participant

    If 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 your wp-config.php file. Otherwise you would need to edit the defines on lines 37 and 38:

    define( 'W2BC_WP_PATH', '' ); /** With Trailing Slash, if required */
    define( 'W2BC_BB_PATH', 'forum/' ); /** With Trailing Slash, if required */

    #104339
    1onely
    Member

    But who install ?

    when put this script !!

    I don’t speake english please shortened

    #99239
    1onely
    Member

    But who install ?

    when put this script !!

    I don’t speake english please shortened

    #104338
    Gautam Gupta
    Participant

    There 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

    #99238
    Gautam Gupta
    Participant

    There 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

    #104337
    1onely
    Member

    Merci but where’s the link download ?

    I don’t see It

    #99237
    1onely
    Member

    Merci but where’s the link download ?

    I don’t see It

    #104336

    If 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/

    #99236

    If 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/

    #37375
    1onely
    Member

    Hello

    I need import all topic and post from wordpress to bbpress

    Can i ? or not

    Thanks

    #37373
    Aeolius
    Member

    I 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?

    _ck_
    Participant

    Okay I had never written the special routine for “topics to which each user has replied” so it never even appeared in the last 0.9 although Sam incorporated some of my other improved queries.

    But I sat down and wrote it just for you now :-)

    http://bbshowcase.org/plugins/fast-recount.zip

    Basically the old 0.9 bbPress api loops through each and every user and does a few queries for each one, completely overloading any server and timing out and never finishing.

    ie. 6 queries per user x 1000 users = 6000 queries !!!!

    My version accomplishes the exact same results with only a handful of queries right inside the mysql engine regardless of how many users, so it should always finish in under 30 seconds (unless perhaps it’s millions of users)

    Once you install and activate, under your recount menu you will see (among others)

    FAST RECOUNT topics to which each user has replied

    So check that box and leave the old one unchecked.

    Until I have some time to fix the order in which the boxes appear, you should probably do the fast recount AFTER the other regular counts are done.

    Oh and last but certainly not least, I highly recommend backing up your mysql database for wordpress/bbpress before using this plugin, because it’s experimental and does actually delete old data before creating the new data. Something could go wrong (in theory you could run it a second time to fix the problem but always best to be safe).

    ps. make sure you update bbpress to 0.9.0.6 too

    _ck_
    Participant

    Okay I had never written the special routine for “topics to which each user has replied” so it never even appeared in the last 0.9 although Sam incorporated some of my other improved queries.

    But I sat down and wrote it just for you now :-)

    http://bbshowcase.org/plugins/fast-recount.zip

    Basically the old 0.9 bbPress api loops through each and every user and does a few queries for each one, completely overloading any server and timing out and never finishing.

    ie. 6 queries per user x 1000 users = 6000 queries !!!!

    My version accomplishes the exact same results with only a handful of queries right inside the mysql engine regardless of how many users, so it should always finish in under 30 seconds (unless perhaps it’s millions of users)

    Once you install and activate, under your recount menu you will see (among others)

    FAST RECOUNT topics to which each user has replied

    So check that box and leave the old one unchecked.

    Until I have some time to fix the order in which the boxes appear, you should probably do the fast recount AFTER the other regular counts are done.

    Oh and last but certainly not least, I highly recommend backing up your mysql database for wordpress/bbpress before using this plugin, because it’s experimental and does actually delete old data before creating the new data. Something could go wrong (in theory you could run it a second time to fix the problem but always best to be safe).

    ps. make sure you update bbpress to 0.9.0.6 too

    #37352

    Topic: include bb-load.php

    in forum Themes
    thebreiflabb
    Member

    In the header on my wordpress theme I do

    <?php include_once(ABSPATH."forum/bb-load.php"); ?>

    and it works on the front-page without any errors and I can call the bb functions etc. But on the other wordpress-pages I have it gives an error. And stops all html output where I include the file, the error is:

    Fatal error: Call to a member function suppress_errors() on a non-object in /fakepath/public_html/forum/bb-includes/functions.bb-core.php on line 77

    Anything I can do to fix this?

    #104333
    naviathan
    Member

    I’m curious about this as well. I’d like to theme my bbpress the same as my wordpress, but I’m not entirely sure how to do this. Is there any way to at least get the color schemes over?

    #99233
    naviathan
    Member

    I’m curious about this as well. I’d like to theme my bbpress the same as my wordpress, but I’m not entirely sure how to do this. Is there any way to at least get the color schemes over?

Viewing 25 results - 16,676 through 16,700 (of 26,891 total)
Skip to toolbar