Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 55,801 through 55,825 (of 64,067 total)
  • Author
    Search Results
  • #65747
    chrishajer
    Participant

    That won’t do anything at all for your bbPress installation I don’t think.

    #66291

    Just FYI everyone, I’m currently developing a site based around WP 2.6 and BB 1.0a and it’s working really well. I’m not using any plugins, but it seems to be working absolutely fine right now. I’ll share the site when it’s close to completion.

    If you are building a site and don’t need to go live in the next couple of weeks, I would suggest starting your development with BBPress 1.0 alpha – it’s working well for me!

    #3800
    peuter
    Member

    I installed my bbpress and all works fine, but then added a “secret key” to the config.php file after all was installed. It still works fine, but is that OK? Is my secret key doing what it is supposed to?

    #66044
    chrishajer
    Participant

    If you mean WordPress 2.6 and bbPress 0.9.0.2, then no, they’re not compatible. Choices seem to be:

    1. Go back to WordPress 2.5.1

    2. Install bbPress alpha release and take your chances

    3. Wait for a new bbPress release that’s compatible

    4. Live without integration

    #66290
    chrishajer
    Participant

    That was my point exactly. It’s just in the template, like things are in WordPress. Remove them or comment them out if you don’t need them.

    #66843
    _ck_
    Participant

    You can fix this if you have phpmyadmin.

    Do you have it?

    go into your bb_usermeta (or wp_usermeta)

    and find that last administrator you made, it will look like:

    bb_capabilities a:1:{s:13:"administrator";b:1;}

    and just change the meta_value to

    a:1:{s:9:"keymaster";b:1;},

    user_id meta_key meta_value

    #66848
    _ck_
    Participant

    You want WordPress for that, not bbPress.

    There’s no need for that in forum software.

    #66289
    _ck_
    Participant

    The search box is not hard coded in the core, it’s only in the template – it won’t be forced on other templates.

    Just look in header.php

    <?php login_form(); ?>
    <div class="search">
    <?php search_form(); ?>
    </div>

    The three “search” lines can be removed or just comment out this:

    <?php // search_form(); ?>

    #66690

    In reply to: bbPress 1.0 alpha

    _ck_
    Participant

    Yes, 1.0 alpha is required to integrate with WordPress 2.6

    bbpress 0.9 <-> WordPress 2.5.x

    bbPress 1.0 <-> WordPress 2.6.x

    #66823
    _ck_
    Participant

    The way I deal with fixing topicmeta is like this, though there may be other ways:

    old:

    if ( $topics = (array) $bbdb->get_col("SELECT topic_id FROM $bbdb->topicmeta WHERE meta_key = 'rating'") ) :

    new:

    if (bb_get_option('bb_db_version')>1600) {$item="object_id as topic_id"; $table="$bbdb->meta WHERE object_type='bb_topic' AND";}
    else {$item="topic_id"; $table="$bbdb->topicmeta WHERE";}
    if ( $topics = (array) $bbdb->get_col("SELECT $item FROM $table meta_key = 'rating'") ) :

    #66689

    In reply to: bbPress 1.0 alpha

    articles2u
    Member

    Does the 1.0 alpha allow for integration with WordPress 2.6?

    #66871

    In reply to: Blank Screen

    hanjra
    Member

    I have read all related scripts on the forum, but i cant login. I installed whole bbpress twice but still now success.

    #3799

    Topic: Blank Screen

    in forum Troubleshooting
    #66043
    chrissydunno
    Member

    i have latest WP and latest bbPress. Looks like integration results in every bb registrant being automatically given ADMIN login role in WP. Role mapping doesn’t seem to make a difference. Is there really no solution to this other than recommended downgrading?

    #66849
    chrishajer
    Participant

    bbPress 0.9 is not compatible with WordPress 2.6. Read the first sticky thread for more information. If you cannot wait for a 1.0 release of bbPress, you might try the alpha release that was just packaged up, but I wouldn’t try it on a production site that you care about.

    #66841
    ejacobsh
    Member

    I did find a way to make it work. First install bbPress without WordPress integration. Next go to the bbPress settings and configure the WordPress Integration. Where it asks for the AUTH_SALT, copy the SECRET_SALT. Finally update bb-config.php with your wpmu specific defines.

    #3796
    parthatel
    Member

    I had my WordPress installed by fantastico automatically. Therefore, the AUTH_KEY, SECURE_AUTH_KEY, and LOGGED_IN_KEY were all different. When bbPress asked me for the SECRET_KEY, I put in the key for AUTH_KEY. Now, integration didn’t work. So…I removed all bbPress tables from the database and changed all the KEYS so that they are the same. I tried installed bbPress again and it still didn’t integrate users. The installation of bbPress says that integration works, but in reality, it didn’t. What do I do now?

    *By the way, my wordpress is running fine and I’m not willing to unistall it or delete its database.

    #66840
    ejacobsh
    Member

    I’m having the same problem and haven’t been able to work around it. bbPress did successfully install without WordPress integration. So, now I’m trying to do the integration manually.

    #60391
    flywitness
    Member
    #3777

    Topic: stylesheet_directory

    in forum Themes
    csseur3
    Member

    Hello,

    what is the function for have the theme directory in bbpress, like <?php bloginfo(‘stylesheet_directory’); ?> for wordpress ?

    Bye

    #66822
    843008
    Inactive

    and how to fix it? is there any patch, please? :)

    Well, I was having issues with my WordPress admin, so, like a clever person I created a new admin name and deleted the old. Well. Turns out that in doing so I’ve deleted my keymaster in BBPress.

    I’ve seen some posts that suggest editing the tables. I’ve tried adding the code

    $bb->new_keymaster = ‘AdminTwo’;

    to my bb-config.php and then running install.php. But, nothing happens. So, if I must edit my database, can someone please let me know in more deatail how? (Ie: Which tables, which values, etc.)

    Thank You so Much!

    #66042
    bh
    Member

    define(‘COOKIE_DOMAIN’, ‘.website.org’);

    or

    define(‘COOKIE_DOMAIN’, ‘website.org’);

    I tried both of these, in addition to define(‘COOKIE_DOMAIN’, ”);

    But still no luck. Any ideas?

    /edit Just another bit of info, bbpress is in /bbpress, and wordpress is in /wordpress. I don’t know if it makes a difference, but I thought I would mention it.

    #3792
    powellmap
    Member

    Do you have to edit your bb-config file before uploading and visiting the url? I followed the steps and didnt see that listed on the “Quick Instructions” page.

    I get the following error:

    Warning: main(/homepages/0/d87087146/htdocs/bbpress/bb-includes/wp-functions.php) [function.main]: failed to open stream: No such file or directory in /homepages/0/d87087146/htdocs/bbpress/bb-settings.php on line 72

    Fatal error: main() [function.require]: Failed opening required ‘/homepages/0/d87087146/htdocs/bbpress/bb-includes/wp-functions.php’ (include_path=’.:/usr/lib/php’) in /homepages/0/d87087146/htdocs/bbpress/bb-settings.php on line 72

    #3791
Viewing 25 results - 55,801 through 55,825 (of 64,067 total)
Skip to toolbar