John James Jacoby (@johnjamesjacoby)

  • You are now logged out.

Forum Replies Created

Viewing 25 replies - 2,151 through 2,175 (of 2,341 total)

  • John James Jacoby
    Keymaster

    @johnjamesjacoby

    Try

    <?php if (is_user_logged_in()) {
    ?>
    HTML
    <?php } ?>


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    All of the manual -config.php file changes are “recommended settings” and should not be considered “required settings.”

    It will still take some trial and error to sync the platforms up, and some educated cookie viewing to make sure each platform is dropping the same cookies with the same hosts, paths, domains, and hashes.

    My advice is to make sure that the cookie, key, salt, path, and domain related manual entries into your -config.php files are mirror images of each other, and then start modifying from there if one platform drops a cookie differently than the other.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Chrishajer,

    Once bbPress goes 1.0, I’ve got a write-up in the queue that will go on buddypress.org and I’ll give to Sam also to put here. I’m going to do a walk-through and probably put it on wordpress.tv also. Trent and I had talked about joining our efforts together a few weeks back, but I think we’re both waiting for bbPress1.0 to drop.

    The only reason I haven’t put anything official out there yet is the process has changed 3 times in the past 3 months and I’d prefer not to add any more info to the mix that will potentially be out-dated before it’s even cited as a valuable reference.

    Half the reason there are the questions there are, is because there are 10 different ways to do it, and none of them are correct for every installation/version of each application.

    I’ll try to talk to Sam tomorrow on IRC and see if there are any cookie/login/session changes due for bbPress before 1.0, and if not I’ll set something up ASAP.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    This isn’t that difficult, and there are many sites that have been doing this for months now, including my own if you excuse my defense. :)

    Glad to see someone is taking charge of this however. Best of luck to those guys. :)


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    This will be fixed with 1.0 of bbPress. Problem is that the get_locale call gets triggered by WordPress when using deep integration.

    I submitted a trac ticket about this a few days (weeks?) ago and talked to Sam via IRC about it. He’s aware of it and it’s on his radar.

    I suspect that checking for deep integration and hooking into the locale filter will be the only way to do it without forcing it through a new bb_get_locale function.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    vhosts works fine. Eraticdance, it has to be a mismatch in the paths and cookies somewhere. Might end up to be a trial and error process adding, removing, and modifying your -config.php files, but that’s all I can really suggest as different hosts and setups all require different settings.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    So what cookies do you see when you login through bbPress?

    What cookies do you see when you login through WordPress?

    What are the differences? Either you’re missing a hash, or your host is wrong, or the path is off. Something is missing.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Correct. Delete those out of there.

    I’ve noticed that the trunk doesn’t like existing users also. I’ll probably post a ticket in the trac about it this morning.

    In reply to: looping installation

    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Just noticed this with the current trunk myself.

    For my particular installation, it looks like the forum didn’t get put in the DB. No forum in bb_forums forces bbPress into install mode.

    Can you open up phpMyAdmin and verify if you have any forum in your bb_forums table?


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Sounds like you need to sync up all of your salts and keys, and check out the cookies that get dropped from both sides when logging in.

    Remember you will still need the bbPress Integration plugin on the WordPress side to drop the bbPress cookies.

    The way I do this, is to use Firefox, login through WordPress, and look at the cookies. Then delete them. Login through bbPress, look at the cookies. Which ones are missing from either side? Which information doesn’t match? That will be your clue to getting them synced up.

    Once you know what you’re looking at, this process shouldn’t take more than 20 minutes.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Wish I could be there, but unfortunately I’m stuck in Miami.

    Good luck and have fun Sam!


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Delete the keys from your wp-config.php file, and login to your admin panel.

    You should get a message at the top with new keys to add to your wp-config.php file.

    Take those keys, add them to your bb-config.php file with “BB_” in front of them.

    Report back?


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    mcmc, the title of your topic says bbPress and WPMU, but your question is about BuddyPress.

    If you’ve got a BP question, head on over to buddypress.org and ask us over there. :)


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Yay!


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    I think BuddyPress is the best modification for bbPress. ;)


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    It’s also happening at BuddyPress.org. Has been for about 3 weeks that I know of.

    I know I’ve read somewhere since I noticed it, that the Akismet team is working on reducing false positives with a new adaptive algorithm of some kind. Sorry I have no more details than just a partial memory that I could be fabricating at this point haha…

    Anyhow, I can confirm this is happening on our end also.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Awww Jeeeaaaah…. :D


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Even BuddyPress.org uses deep integration, so I think that for right now, the only way to tightly integrate the two platforms is to use deep integration.

    Maybe tomorrow there will be a universal theme directory, and underneath that will be buddypress themes, bbpress themes, and wordpress themes, with wordpress mu sub themes for users.

    There are ways that you can make a plugin for one application to mimic what the other application does, but for things like the BuddyPress buddybar, there’s no way to load that without loading the BuddyPress classes and functions, and you can’t get that info without the WordPressMU classes and functions on the ready.

    Basically different strokes for different folks.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Flies only live for 15 days; females for 26 if they’re lucky. We probably want people to stick around for a little longer… ;)

    Opinion: What *Press needs is some visual and code consistency to re-align everything back to the basics of what made WordPress awesome in the first place.

    Opinion: Right now all the automattic apps look and feel like totally different programs, but lets be honest… On the surface, bbPress is basically WordPress without topics being able to have multiple categories; On the surface, BuddyPress is basically the user-profile area that phpBB has had for 6 years but arranged to tap into the MU way of thinking. Under the surface the code and the methods are totally different, but the end result is pretty close to existing webware.

    Opinion: The only thing left for automattic to do is a shopping cart, which we can take a bunch of osCommerce experience from and apply to WordPress methods pretty easily if automattic ever wants to venture into the e-commerce market.

    Opinion: From a developers perspective, trying to keep up with and remember all of the WordPress, WordPressMU, BuddyPress, and bbPress classes and functions and ‘isms is getting really, really hard…

    Defense: PLEASE don’t get me wrong… It’s also exhilarating, exciting, totally 150% fun, and I wouldn’t trade it for the world, but holy crap lets sit back and look and say that there a whole meta ton of a lot going on lately…

    Matt, do you have an ulcer by now? Because I think I might... Ha! :D

    Defense: And hopefully I haven’t made myself out to be a total ass here; I hope that TalkPress helps to accelerate the .org thought process behind integrating both the user portion and the template portion of these awesome apps together in a more transparent way… Including my TalkPress.com forum into my WordPress.com blog would be pretty killer. :)

    Round Up: With BuddyPress 1.0 on the horizon, bringing the social networking abilities that people usually make plugins for WordPress and bbPress to emulate, *Press automatic applications really do stand to evolutionize the way that people use the internet in a major way…

    Summary: I for one am totally pumped to see what TalkPress looks like and works like… When a new version of *press comes out, it’s like Christmas morning to me and I download it and poke my head around the new code and find all the cool new little additions…

    Please don’t hit me for my long winded and slightly off topic response. Probably wouldn’t expect anything less from me now would you? :D


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    How I do deep integration using WordPress 2.7 and bbPress 1.0 Alpha 6.

    Add to beginning of bb-config.php:

    if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST')) {
    define('WP_USE_THEMES', false);
    include_once( '/absolute/path/to/yourdomain.com/wp-blog-header.php' );
    header("HTTP/1.1 200 OK");
    header("Status: 200 All rosy");
    }


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Your search is broken. ;)

    If I search for “yaris” it doesn’t find anything, even though the very first topic has Yaris in the title and body.

    Otherwise to be honest, it looks exactly like every other bbPress theme out there. This isn’t meant to discourage you, quite the opposite actually. It’s a good start and it’s awesome to see another person catching the bbPress bug.

    Welcome to the forum and to bbPress and keep it up!

    In reply to: WordPress 2.7 options

    John James Jacoby
    Keymaster

    @johnjamesjacoby

    I still don’t understand WHY people want to run more than WP 2.5 considering how insanely bloated it’s become and I find the new menu system annoying.

    So what you’re saying is that the world shouldn’t do what you don’t think is right.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    If I can throw out some input, having felt both sides of this debate multiple times, I think the bbPress audience is just looking for a little more information than maybe what is presented publically, and hoping that maybe it’s delivered with a little more public relations than it is firm moderation.

    Lets take a moment to be honest with each other. The bbPress website, as a whole, is in bad shape. The documentation is old and outdated, transversing multiple versions and subversions of code with no WordPress style codex to whisper about. To offer a bit of perspective to everyone, bbPress is following WordPress in it’s development style, and remember that bbPress isn’t even 1.0, and WordPress is at 2.7. Where do you think bbPress will be when it is at version 2.7?

    While we’re all used to how WordPress works and how convenient it is to have years of experience and knowledge to build off of, bbPress just isn’t to that level yet, and it isn’t fair to expect for it to be.

    I feel that the bbPress site needs a serious update, just like the WordPressMU site does. There needs to be some uniformity and some solid public relations going on to get the message across to answer these questions before they even begin to be thoughts in a users mind, and no offense to anyone but a sticky topic isn’t enough, even though there isn’t a sticky anymore. Even if the product is free, it’s still a product, there are reputations on the line, and ultimately someone is investing in Automattic to help pay Sam’s bills, so someone needs to be nice to the customers, even if they’re not paying a dime.

    Sam, if you’re listening, I’d love to help restyle bbPress.org to help it more accurately match WordPress.org/com. I would have suspected this was something done by someone specific within Automattic, but I think I remember reading that you styled it specifically yourself. If it will help take some of the burden off of you, I’d love to help out in anyway that I can.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    I was going to recommend BuddyPress as soon as I read this. I’ve got bbPress fully integrated right now and highly recommend it for someone looking to do a pseudo-social networking site, or even an e-zine with some basic social abilities. (Sam, I’m interested in the memcache plugin though, gotta look into that. Thanks!)


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Also don’t forget to copy over the code from the .htaccess file that bbPress semi tries to generate for you. Simply changing the setting in the drop down box isn’t enough.

Viewing 25 replies - 2,151 through 2,175 (of 2,341 total)