Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 52,901 through 52,925 (of 64,087 total)
  • Author
    Search Results
  • #71782
    _ck_
    Participant

    There are only minor changes from bbPress 0.9 templates to 1.0 templates – you will just not have a few minor features that are new in 1.0 with a bbPress 0.9 template. You might have to make only a couple of minor adjustments after upgrading.

    However the reverse is not true – a 1.0 template will not work with 0.9 – it breaks a great deal of backward compatibility.

    #67718
    sheatsb
    Member

    @trent

    That’s how the plugins operate. WP user is created when logged in w/Facebook, so when used with an integrated bbPress, the cookie would carry over, and the user should too.

    Integrating Facebook Connect w/ bbPress or WordPress, IMO, is incredibly more significant than OpenID ever was. Most of my users had no idea what it was when we used it for logins, didn’t think the redirect was safe, and thought it was way more work than needed, but when we put Facebook Connect up, registrations and comments went up. It’s easier to tell someone that they can login using something they use frequently as opposed to explaining how/what OpenID is. Facebook seems more usable.

    #71694
    _ck_
    Participant

    Just an addition that there apparently are some subtle problem with some of my plugins even on 1.0a6

    I intend to try to fix things up to at least 1.0a6 but any bug particular to an alpha is low priority.

    elfman2
    Member

    Can posts to multiple blogs on an WPMU site be visible as topics on a common bbPress forum?

    I’m looking for software that enables users to organize their work in their own blogs , but have each of their blog posts also be displayed as a new topics in a common forum. Does bbPress and MU work together this way, or does bbPress only create forums that are related to a single blog?

    I’m not a WP or PHP developer, and have been looking for this feature on any platform. Thank you for you help.

    Bill (bbPress at nobsys dot net)

    #4802
    kirpiit
    Member

    One thing which I liked of Vanilla forum is the smooth ability for any user to add any number of custom label/value pairs into his/her personal profile.

    This is nice as anyone willing to list any custom information like links to twitter, blogs, flickr, home address, phone number, age, chat, birthday, sex, whatever, can do it without effort, and the interface is kept really clean and smart.

    Is there anything the like in bbpress, which I couldn’t yet find, please?

    #71767

    In reply to: Use HTML code in post

    chrishajer
    Participant

    You can use the “Admin can post anything” plugin to allow certain roles to post HTML.

    https://bbpress.org/plugins/topic/admin-can-post-anything/

    Not sure what version you’re using, and what version this will work with.

    #71744

    In reply to: new accont spamming

    chrishajer
    Participant

    @mzimmers – no, it will not work with WordPress; it’s a bbPress plugin. There are other plugins available for WordPress, but only this one for bbPress as far as I know.

    #4801
    marcoapaulo
    Member

    Hi

    As said in the title, can I use HTML code in the posts I made in bbpress? I don’t want to show the code itself, I want to use code to insert, for example, tables and that sort of thing.

    Thanks in advance

    deadlyhifi
    Participant

    This looks great. I was very confused why WPMU doesn’t supply a list of numbers in the cookie like WP2.7 does. It was causing me to not be able to log into WPMU…

    I will give this a go. Thanks.

    #4800

    Topic: Firefox browser issues

    in forum Themes
    helenb
    Member

    Hi there; I’m new to bbPress and uploaded the platform to my server yesterday. I’m trying to find some decent templates but, in the meantime, I’ve noticed that Firefox (my regular browser) is having issues displaying Kakumei correctly. It looks fine in IE. Does anyone else have the same problem? Do you know how to resolve it?

    Finally, if you know of a bbPress theme that looks like Copyblogger’s WordPress theme, please let me know!

    Cheers,

    Helen

    #70326
    bludshot
    Member

    Ipstenu is right when he says: “the other thing to do is re-replace all your AUTH/SECURE etc keys in BBpress with the ones from WP. ALL of them. Every last one.”

    Even though I followed the video exactly, my define(‘BB_LOGGED_IN_KEY’ was missing a in the middle of the string (even though I had copied the whole string from ‘ to ‘ before. So apparently at 14:00 in the video, when you save the settings, bbPress (can) screw up the BB_LOGGED_IN_KEY that you put in, when saving it to the actual cfg file.

    #71741

    In reply to: new accont spamming

    _ck_
    Participant

    The spammers figured out how to defeat the old Human Test so I updated it:

    https://bbpress.org/plugins/topic/human-test/

    and I will be updating it again later this month to make it even harder

    #71752

    Try forcing in the // WordPress cookie integration speedup stuff.

    #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

Viewing 25 results - 52,901 through 52,925 (of 64,087 total)
Skip to toolbar