John James Jacoby (@johnjamesjacoby)

Forum Replies Created

Viewing 25 replies - 776 through 800 (of 2,347 total)
  • @johnjamesjacoby

    Keymaster

    Thanks everyone again for taking this and running with it. It’s a huge, huge help.

    @johnjamesjacoby

    Keymaster

    There are shortcodes for sign-up, login, and lost-password forms. Since there’s no UI for shortcodes in WordPress, you’ll need to check the bbPress codex to find them.

    @johnjamesjacoby

    Keymaster

    You’ll want to research ‘WordPress multisite” and bbPress will take care of the rest. Most of the issues you’ll run into aren’t up to the software, but rather the user’s experience of visiting two forums, and how you choose to handle that strict divide.

    @johnjamesjacoby

    Keymaster

    This should be fixed in 2.1.1 actually. The problem is each user has a meta value stored with ‘Phpbb’ when it should be ‘phpBB’. Updating the old meta keys should fix it, and I’ll add that bit into the next bbPress update.

    @johnjamesjacoby

    Keymaster

    Sounds like cookies or caching, both of which are up to you to tune and troubleshoot, since bbPress’s stock settings play nicely with WordPress core in those regards.

    @johnjamesjacoby

    Keymaster

    You could use a subdirectory multisite installation of WordPress, and then activate bbPress on each site.

    @johnjamesjacoby

    Keymaster

    I’m not familiar with it myself. This gives you the opportunity to become the expert in making them work together. 🙂 Report back here what you find, and as you have specific questions we’re happy to guide.

    @johnjamesjacoby

    Keymaster

    I would like to remove the post to my site above

    Done.

    @johnjamesjacoby

    Keymaster

    NOTE: The update to 2.1.1 did not fix this bug.

    It certainly should have. Try going into Tools > Forums and using the tool to recalculate private and hidden forums. If that doesn’t fix the issue for you, something else is broken fairly specific to your configuration.

    @johnjamesjacoby

    Keymaster

    It’s true. The little shiny pieces of polish, and the things you don’t have to do, are what make software easy to use for everyone, and ultimately more successful as a result.

    If you’re holding off on using bbPress because it doesn’t do everything you need it to do out of the box, you’re just not the audience for the software (yet.) Clearly it’s not useless; we’re using it here very successfully.

    If your users can’t figure out how to use your site, it’s up to you to cater the theme to fit their wants and needs. If turn-key bbPress isn’t it, that’s totally okay – you’re free to manipulate the design however you’d like.

    Future versions of bbPress will receive more and more refinement. Hopefully they improve your outlook – if not, hopefully you contribute code changes upstream to improve the software.

    @johnjamesjacoby

    Keymaster

    Anything is possible. Right now, you’ll need to custom build something to meet the needs for your install(s). There’s nothing preventing this from happening, but you should know that BuddyPress expects that it’s user profiles are the canonical ones, so you’ll have a bit of customizing to do.

    @johnjamesjacoby

    Keymaster

    It’s because the topic is closed. You should be able to override this pretty easily with CSS in your theme.

    @johnjamesjacoby

    Keymaster

    No, it’s not.

    @johnjamesjacoby

    Keymaster

    Sounds like something in your sidebar is calling query_posts() or some other query that’s nooping your main query loop. Or, your sidebar is being included before the main content, and manipulating the main query.

    Either way, you’ll probably have better luck making a bbpress.php template in the root of your theme, and including your sidebar there. That way it’s done in one shot, without needing to manipulate a bunch of template files.

    @johnjamesjacoby

    Keymaster

    Eventually. I’m working up to it. 🙂

    @johnjamesjacoby

    Keymaster

    Don’t see any obvious reason there would be any conflict. There isn’t over on testbp.org. Most likely something with the theme isn’t cooperating.

    @johnjamesjacoby

    Keymaster

    We use the WP Markdown plugin here, mostly as a trial run to see how it works. The plugin author specifically supports bbPress, and I’d like to keep trying out new and neat bbPress plugins here as we experiment with what works, what doesn’t, and what ideally we want to be in bbPress core.

    In reply to: bbPress Language Files

    @johnjamesjacoby

    Keymaster

    Just updated to 2.1.1 – «Topic Description» is still not in the pot-File…

    I don’t see ‘Topic Description’ as a string anywhere in 2.1.1.

    @johnjamesjacoby

    Keymaster

    Drop something like this in a plugin or your theme’s functions.php.

    function your_filter_thing( $args = array() ) {
        $args['home_text'] = 'Home';
        $args['root_text'] = 'Forums';
    
        return $args;
    }
    add_filter( 'bbp_after_get_breadcrumb_parse_args', 'your_filter_thing' );
    

    @johnjamesjacoby

    Keymaster

    Is it the permalink setting, https, or both? I haven’t experienced these issues yet anywhere, but that doesn’t mean they don’t exist.

    In reply to: Key Master

    @johnjamesjacoby

    Keymaster

    Makes sense to me. Better user management is one of my focuses for 2.2, so I’ll keep this in mind.

    Glad you got it sorted.

    @johnjamesjacoby

    Keymaster

    This was done on purpose in 2.1, to prevent Blog editors from moderating Forum data. I’m open to rethinking the restrictions here, but it was requested quite a few times.

    I’m looking into including better user capability management in 2.2. I think there are different use cases for different types of installations, so it makes sense to me to be able to customize these things in core.

    @johnjamesjacoby

    Keymaster

    That narrows it down to the logic inside the bbp_check_for_flood() function, in bbp-common-functions.php. Would be great if y’all could help troubleshoot, and we’ll get it fixed for the next release.

    @johnjamesjacoby

    Keymaster

    Something in your theme’s CSS is causing the editor to be too wide. Open up Firebug or Inspector and take a look!

    In reply to: Videos in BBPress

    @johnjamesjacoby

    Keymaster

    It is new in 2.1, which should not ‘break your website.’ If it does, I’d like your help to figure out exactly what’s going on.

Viewing 25 replies - 776 through 800 (of 2,347 total)