John James Jacoby (@johnjamesjacoby)

Forum Replies Created

Viewing 25 replies - 1,026 through 1,050 (of 2,347 total)
  • @johnjamesjacoby

    Keymaster

    Yes. If you want to have tons of private and hidden forums, you’ll want to look into optimizing the core queries to not rely on meta queries. If you’re using public forums, you should be just fine.

    If you’re currently using a caching plugin on the WordPress side, or thinking of doing it, some people have reported cache invalidation issues, namely that it’s not happening correctly. I need more eyes and input on that, or need to sit down and really experiment with what’s going on, to say for sure if it’s a bug or not.

    @johnjamesjacoby

    Keymaster

    I don’t really understand the question. If you want to make a theme that looks like another theme, you make it. If you don’t know how to, you either learn how and hopefully contribute what you learn back to the community via the codex or forums, or you hire someone that already knows how to do what you do not know how to do. :)

    Maybe I’m missing the point. I get that the documentation isn’t great right now, but it’s exactly the same as making a WordPress theme. The template files and their locations are already in the bbp-twentyten theme as an example.

    Making an entirely custom theme is *not* a step-by-step paint-by-numbers thing. It’s not something anyone can teach you how to do, you have to learn it yourself.

    In reply to: Custom profile fields

    @johnjamesjacoby

    Keymaster

    bbPress uses WordPress’s user profiles code, so any new fields you add to the dashboard profile (with a plugin or otherwise) should be mirrored in the theme. If you need an easy GUI to create profile fields, try BuddyPress.

    There are a bunch of examples on how to do this with WordPress. Follow those instructions and you should be fine.

    @johnjamesjacoby

    Keymaster

    To answer your question, you’ll need to put a custom filter on WordPress’s kses. A Google search should help you tremendously. If you’re not a developer or not comfortable diving into the code, you’ll want to spend some time learning, or hire someone to help you.

    @johnjamesjacoby

    Keymaster

    This forum is staffed by volunteers. The more you bump and complain is the less likely one of our awesome staffers is to help. It moves too slowly here to bump 4 times a day.

    If you decide to post somewhere else, none of us are likely to look there to help.

    In reply to: What am I doing wrong?

    @johnjamesjacoby

    Keymaster

    That’s not a bug. It’s just letting you know that your active theme doesn’t come with bbPress templates, so bbPress is going to automatically fill in the gaps as best as it can.

    @johnjamesjacoby

    Keymaster

    Probably the same bug others are running into with setting forums as Private or Hidden, and then changing them to Public. The topics in those forums still act like they are hidden; will be fixed soon.

    In reply to: Themes Support Forums

    @johnjamesjacoby

    Keymaster

    You should just be able to uncheck the box in Settings > Forums

    @johnjamesjacoby

    Keymaster

    It’s always been like this. You’ll need to create a custom template tag to output a formatted time to your liking.

    @johnjamesjacoby

    Keymaster

    No idea what the error is to help. :)

    @johnjamesjacoby

    Keymaster

    The plugins page has a big yellow disclaimer on it, with a link to plugins for bbPress 2.0. The blog has recent posts, and the forum is alive and well. What makes you think it was ever dead?

    @johnjamesjacoby

    Keymaster

    Yep. It’s a known bug, that will be fixed in the next point release. Probably the cause of a bunch of issues people have found recently.

    @johnjamesjacoby

    Keymaster

    Short codes are not used in bbPress, to limit their exposure from unauthorized users. Most shortcodes do not have capability checks attached to them, and since bbPress comes with its own shortcodes, we don’t want shortcodes inside shortcodes.

    Maybe in a future version.

    @johnjamesjacoby

    Keymaster

    Works for me.

    @johnjamesjacoby

    Keymaster

    Keep in mind that bbPress 2.1 is still in development. It’s pre-release software and there might still be some kinks to work out.

    But, on paper it’s *supposed* to be better than 2.0. :)

    @johnjamesjacoby

    Keymaster

    Happy this is helping some people. Closing for now since this topic seems to be a hotbed for spammers.

    In reply to: Forum migration tool

    @johnjamesjacoby

    Keymaster

    Jared is correct. There is a migration plugin already. Also, this is a duplicate post of one from several weeks ago that you posted here and then cross posted to WordPress.org. The more time we spend moderating the forums of duplicate content is the less that’s spent writing code.

    @johnjamesjacoby

    Keymaster

    No sweat. Happy to have you around. :)

    @johnjamesjacoby

    Keymaster

    Hi Jim – If it’s not bbPress related, you probably won’t get much help here.

    Also, 10 hours is not a long enough period of time to bump your topic. These forums don’t see much traffic and the staff is volunteer only. When someone that can help you wants to, they will. If they can’t, they won’t.

    bbPress looks like it’s fitting into your TwentyEleven theme nicely.

    @johnjamesjacoby

    Keymaster

    Adding…

    add_filter( 'bbp_show_lead_topic', '__return_true' );

    …to a custom plugin or your themes’ functions.php will separate the lead topic out from its replies.

    As far as styling goes, opening up Firebug/Inspector and using the classes in the templates should be enough to get you by. Some extra classes were added in the development version of bbPress, which will hopefully be out in a few weeks.

    @johnjamesjacoby

    Keymaster

    @johnny-rocket – The public/private/hidden forum bug might be the crux of the issue others were running into. I’ll be putting out a point release of bbPress today to address it.

    @johnjamesjacoby

    Keymaster

    You’ll want to clean up all those errors before most things will work normally. Doesn’t look like the issue is with bbPress anywhere (yet), according to your dump above.

    @johnjamesjacoby

    Keymaster

    Awesome. Very cool.

    @johnjamesjacoby

    Keymaster

    Did you refresh your permalinks?

    @johnjamesjacoby

    Keymaster

    Is the forum that topic in public, private, or hidden? Was it every private or hidden at any point, and is now public?

    P.S. – Sorry you feel the support here is poor. Keep in mind we’re all volunteers for the project, and all of your previous posts are in conjunction to using bbPress with other specific plugins. That narrows the scope of available people with enough experience to help you.

Viewing 25 replies - 1,026 through 1,050 (of 2,347 total)