Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 53,276 through 53,300 (of 64,449 total)
  • Author
    Search Results
  • #68923

    In reply to: WPMU integration

    jwxie
    Member

    i actually solved my cookies problem by reading this

    [edited] the link is incorrect

    this is the one

    http://jimgroom.org/bavawiki/index.php?title=Integrating_WPMu%2C_BuddyPress%2C_and_bbPress&redirect=no

    [edited]

    this is the best one you can get guys

    i am very fine with everything

    i am still wondering how to integrate wpmu theme with bbpress

    #68922

    In reply to: WPMU integration

    jwxie
    Member

    i actually solved my cookies problem by reading this

    http://bavatuesdays.com/wpmu-bbpress-integration/

    this is the best one you can get guys

    i am very fine with everything

    i am still wondering how to integrate wpmu theme with bbpress

    #71730
    _ck_
    Participant

    I tried for a little while to figure out how they were doing it and realized they are just counting CSS markers. I also tried to find the right people in Google to talk to about this to no avail.

    I think they would worry about blackhat SEOs manipulating this so they aren’t giving details.

    bbPress clearly gives such meta info at the start of each topic, so unless someone radically changes their templates, it’s already in there.

    #66133

    Ehlo all,

    i just want to share a solution for BBPress 1.0 Alpha 6 – WordPress MU 2.7 cookie integration — or a hack. My problem is that after installation of WPMU and BBPress, i can not make a single sign on : to make a user log in to BBPress can access WordPress without another login and a user log in to WordPress can access BBPress without another login.

    I just use Cookie integration with WordPress installed at

    /home/usr1/myweb

    And bbpress at

    /home/usr2/myweb/bbpress

    After Googling i found hint about cookie domain, SECRET KEY etc, but it does not work …

    When i check the cookie, the cookie from BBPress is appended with some words for example :

    wordpress_logged_in_170v36454

    meanwhile the cookie for wordpress is simply

    wordpress_logged_in

    I then change a line of code at bb-settings.php from

    define(‘BB_HASH’, $bb->wp_cookies_integrated ? md5($bb->wp_siteurl) : md5($bb->uri));

    to

    define(‘BB_HASH’, ”);

    Somehow IT WORK !

    #71723
    fwilson789
    Member

    Thanks for your reply!

    The post you linked to was talking about including bbPress into WordPress, which is the opposite of what I’m looking to do. I have the CSS and template files edited, and everything is in the correct spot and doesn’t work too slowly. The only problem is those few lines of CSS for my WordPress theme aren’t included on bbPress pages.

    If anyone could help me out with this, I’d be eternally grateful!

    Fred

    #71751
    lasthero
    Member

    When I view my cookies with Firefox it shows that they are setting the exact same cookie. They both set the cookie under the same site and even the same name. When I log in with bbPress it sets another cookie with the same name as the WordPress cookie. I need help :) thanks!

    #71750
    lasthero
    Member

    Here are the config files

    wp-config.php

    <?php
    // ** MySQL settings ** //
    define('DB_NAME', 'idea_orbit'); // The name of the database
    define('DB_USER', 'admin'); // Your MySQL username
    define('DB_PASSWORD', 'Am@nda5haye'); // ...and password
    define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
    define('DB_CHARSET', 'utf8');
    define('DB_COLLATE', '');

    // Change each KEY to a different unique phrase. You won't have to remember the phrases later,
    // so make them long and complicated. You can visit https://api.wordpress.org/secret-key/1.1/
    // to get keys generated for you, or just make something up. Each key should have a different phrase.
    define('AUTH_KEY', '7k67k67k76'); // Change this to a unique phrase.
    define('SECURE_AUTH_KEY', '67k67k76k67k76'); // Change this to a unique phrase.
    define('LOGGED_IN_KEY', '67k76'); // Change this to a unique phrase.
    define('SECRET_KEY', 'thisisone{crazy}sectret9084biugfhKey');
    define('COOKIE_DOMAIN', '');
    define('COOKIEPATH', '/starteconome/');

    /* this is what I added for integration with bbpress
    $wp->cookiepath = '/starteconome/';
    $wp->sitecookiepath = '/starteconome/';
    define('SITECOOKIEPATH', '/starteconome/');
    /*End What I added*/

    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix = 'wp_econome_'; // Only numbers, letters, and underscores please!

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-content/languages.
    // For example, install de.mo to wp-content/languages and set WPLANG to 'de'
    // to enable German language support.
    define ('WPLANG', '');

    /* That's all, stop editing! Happy blogging. */

    if ( !defined('ABSPATH') )
    define('ABSPATH', dirname(__FILE__) . '/');
    require_once(ABSPATH . 'wp-settings.php');
    ?>

    bb-config.php

    <?php

    // ** MySQL settings ** //
    define('BBDB_NAME', 'idea_orbit'); // The name of the database
    define('BBDB_USER', 'root'); // Your MySQL username
    define('BBDB_PASSWORD', 'L!feisg00d'); // ...and password
    define('BBDB_HOST', ''); // 99% chance you won't need to change these last few

    define('BBDB_CHARSET', ''); // If you are *upgrading*, and your old bb-config.php does
    define('BBDB_COLLATE', ''); // not have these two contstants in them, DO NOT define them
    // If you are installing for the first time, leave them here

    // Change BB_SECRET_KEY to a unique phrase. You won't have to remember it later,
    // so make it long and complicated. You can visit https://www.grc.com/passwords.htm
    // to get a phrase generated for you, or just make something up.
    // If you are integrating logins with WordPress, you will need to match the value
    // of the "SECRET_KEY" in the WordPress file wp-config.php
    define('BB_AUTH_KEY', '7k67k67k76'); // Change this to a unique phrase.
    define('BB_SECURE_AUTH_KEY', '67k67k76k67k76'); // Change this to a unique phrase.
    define('BB_LOGGED_IN_KEY', '67k76'); // Change this to a unique phrase.
    define('BB_SECRET_KEY', 'thisisone{crazy}sectret9084biugfhKey'); // Change this to a unique phrase.

    // If you are running multiple bbPress installations in a single database,
    // you will probably want to change this.
    $bb_table_prefix = 'bb_'; // Only letters, numbers and underscores please!

    // Change this to localize bbPress. A corresponding MO file for the
    // chosen language must be installed to bb-includes/languages.
    // For example, install de.mo to bb-includes/languages and set BB_LANG to 'de'
    // to enable German language support.
    define('BB_LANG', '');

    /* Stop editing */

    if ( !defined('BB_PATH') )
    define('BB_PATH', dirname(__FILE__) . '/' );
    require_once( BB_PATH . 'bb-settings.php' );

    ?>

    #4798
    lasthero
    Member

    Hi,

    I have integrated WordPress and bbPress. They both share the same table for users. I can login in to a user in the database from both WordPress and bbPress. SO they are correctly sharing the same user table. However, when I login as a user for the blog and then click on the forum then click to post in the forum it asks me to log in. I imagine it has something to do with cookies. I have gone through the docs on integration and the post by _CK_ but nothing has made it work yet.

    Please help me identify the problem. If you want I can post the config files for both WordPress and bbPress.

    #71735
    sig183
    Member

    awesome – thanks for the replies!

    the other thing i considered was perhaps there is a hack to get 2.7 (which looks and feels a whole lot better than 2.5 for me) working with the 0.9 series of bbpress? as far as i can see only the login cookies break when you integrate 2.7 with 0.9 and maybe this wouldn’t be too difficult to fix? perhaps easier than having to re-hash all the plugins that work great with 0.9 but break with the alpha?

    thanks,

    Dan

    #67250

    In reply to: about sessions

    csseur3
    Member

    “UPDATE: These steps are valid for previous version of BBPress. May not work with WP 2.6.X and BBpress Alpha”

    how to make sessions outside bbpress with wp 2.7 and bbpress 1.0 alpha6 ?

    bye

    #71745
    deadlyhifi
    Participant

    the easiest way to deal with this may be to add a rel=”nofollow” to user urls.

    Have a look at this:

    https://bbpress.org/forums/topic/add-nofollow-to-links#post-4294

    #71320
    deadlyhifi
    Participant
    #71319
    deadlyhifi
    Participant

    @circuit – I had the same problem when importing the wordpress header. It is not recommended to import wordpress as it causes unexpected errors like the one you have seen. It is advised to use plugins to replicate wordpress functionality – although I have not seen one to date.

    At the moment I am faking my wordpress theme in bbpress.

    I presume future versions of bbpress will allow deeper integration.

    #71749
    chrishajer
    Participant

    Approve User Registration plugin works for the 0.9* series of bbPress:

    https://bbpress.org/plugins/topic/approve-user-registration/

    #4796
    Ok Really
    Member

    I might be asking too much at this early stage …

    * We need *all* user registrations to be approved by admin or a moderator.

    * New users should have posting permissions in BBPress, but not the WordPress it is integrated with (unless those permissions have been explicitly granted by admin).

    * Posting permissions in WordPress are granted by admin only after seeing evidence that the user is both responsible and competent to do so.

    * It is easy to require admin approval of new WordPress users, but we would prefer all registrations to be through BBPress (there is no ‘register’ link on our WordPress).

    Right now we are using WordPress 2.7, so we don’t have full integration yet. But it would be nice to think we might be able to work with our users in this way eventually.

    #71729
    Sam Bauers
    Participant

    Do you think we could add some custom meta data to bbPress standard HTML to report this stuff in a machine readable way for them?

    #70035
    Sam Bauers
    Participant

    @tfab69fr

    I heard about this before, but no ticket was created.

    bbPress is supposed to merge in it’s language file into the existing array of languages from bbPress. Of course, that may not be happening as planned.

    Can you create a ticket with links to the language files you are using? http://trac.bbpress.org

    #71736

    Yes, you just have to redirect everything from WP to BB. I do that on my site.

    #70034
    tfab69fr
    Member

    Thanks to Sam for these lines, I can use the $wpdb object in bbpress which is really great !

    if ( !defined( 'ABSPATH' ) ) {

    include_once( '/Full/Path/To/wp-load.php' );

    }

    Unfortunately there is a serious drawback as it breaks the translation of bbpress. The fr_FR.mo seems to have no effect with these line.

    Could you please help ?

    #71339
    Marcomail
    Member

    Bel sito! Hai tolto il il form di registrazione di bbpress e non hai messo il link al pannello di controllo di wordpress, vero ? L’edit del profilo in pratica lo fai solo dal forum.

    a me piacerebbe che gli utenti che commentano registrati abbiano un link al loro profilo, poi forse userei Gravatar per accoppiare gli avatar del forum con quelli dei commenti.

    ti ho mandato una mail dal form del sito per uno scambio di link. bye

    #4789
    #71539

    FYI, this works in trunk now:

    https://trac.bbpress.org/changeset/1930

    Tom, is your bad email an account that’s being used by someone else? Can you change it to ‘foo@bazoo.com’?

    #71733
    chrishajer
    Participant

    Yes, alpha and WordPress 2.7.

    With the Flash upload bug though, can’t you just use IE7 or the browser upload, and then integrate WordPress 2.5.x and the 0.9.x series of bbPress?

    #68244
    wiseacre
    Member

    I have tested with Alfa 2+. There was some changes in DB structure. bb_meta is one of them. It’s time for ( :( )

    NOTE 2: this script is compatible with trunk

    If your database size is not a big problem you can wait for next bbpress version.

Viewing 25 results - 53,276 through 53,300 (of 64,449 total)
Skip to toolbar