John James Jacoby (@johnjamesjacoby)

Forum Replies Created

Viewing 25 replies - 1,826 through 1,850 (of 2,347 total)
  • In reply to: Traducciones

    John James Jacoby
    Keymaster

    @johnjamesjacoby

    @ricardouk – Yes but the phrases are all different since it’s a plugin now, with it’s own text domain.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    @christopher-jon – Fixed. :)


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    1. No. :) The stand-alone 1.x branch of code will still be actiely maintained as needed, and is still a great piece of software. The plugin version will (most likely) get inflated to 2.0 to give us something better to refer to it as. A new generation of bbPress doesn’t change the spirit of the project, just the ease of integration with WordPress.

    2. If you deactivate the plugin, your forums will essentially be deactivated too. A dedicated maintenance mode sounds like a good idea for a plugin though.

    3. I’ll take a look at this. Noticed it myself a few days ago, so it’s on the radar.

    The bbPress plugin for WordPress isn’t showing up on search results because there just isn’t a lot of buzz about it yet. That will (hopefully) change after it’s released into the plugins repo and is available to a larger audience.

    In reply to: Custom topic Fields

    John James Jacoby
    Keymaster

    @johnjamesjacoby

    For topics, you’ll want to do a meta_query using ‘_bbp_forum_id’ as one of the keys. The code could probably use some cleaning up to simplify this, but that’ll come with time. :)

    In reply to: Custom topic Fields

    John James Jacoby
    Keymaster

    @johnjamesjacoby

    For topics, you’ll want to do a meta_query using ‘_bbp_forum_id’ as one of the keys. The code could probably use some cleaning up to simplify this, but that’ll come with time. :)

    In reply to: Custom topic Fields

    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Awesome :)

    In reply to: Custom topic Fields

    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Awesome :)


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    In a word, yes. In many words, it can be done but but would require some level of customization, using taxonomies and terms.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    In a word, yes. In many words, it can be done but but would require some level of customization, using taxonomies and terms.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Topic tag theme compat is now in the plugin repo. It’s new and uses some weird hacks to pull off (since we need to make sure it plays nicely with existing tax queries) so be sure to play with it.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Just put some finishing touches on breadcrumbs in theme compat. All that’s left to do is add the topic-tags to theme compat, and zero out the tickets in trac. Also updated the first post of this topic with status.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    @jaja – Thanks :)

    @christopher jon – Still haven’t decided which way to go with that yet. The need isn’t quite there yet I don’t think, but soon. :)


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Something more official will probably come down the pipe eventually. I imagine there will be a need to convert long blog comment conversations into forum topics and replies.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    @christopher jon – Very good to hear! :)

    I just put the final touches on theme compatibility for user profiles and topic/reply editing, so now they won’t look as wonky.

    All that’s left to finish with theme compat are views, and I don’t expect them to be a problem at all.

    We are now 8 tickets (and only a few more labor hours) away from putting this into WordPress Extend. Sadly it’s behind schedule (weird eh?) but wanted to keep everyone posted.

    If there are any technical writers out there, the contextual help screens that WordPress has could use some bbPress specific content. You’d be doing me a nice favor to take a look at https://bbpress.trac.wordpress.org/ticket/1510 and drop some prose in there. :)


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    @citizenkeith – bbPress was doing some wp-login.php hi-jacking, and that’s been removed now. Try the most recent revision and let me know if it’s still happening?


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Thanks for testing that. I’ll take a look at what’s going on. I think I know wha’s up. :)


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    @miruru – Yep, same as before.

    I fixed some issues with conflicting $post globals and multiple queries and loops tonight. Was a regression from some $wp_query clean-up I did a few days ago. Apologies. :)

    Aiming for alpha release going in WP plugin repo and available in your dashboards on Wednesday, barring any unforeseen disasters. So test!


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    General update – bbp-twentyten has been converted back into a child theme of twentyten. It was previously made a parent theme to make development easier, but now that theme compatibility is mostly finished, it’s no longer necessary. This cuts down on the size of the installable by almost half, avoids inadvertently forking the TwentyTen theme (we shouldn’t need to keep on top of updates) and should set a better example on how to make a compatible bbPress child theme for your existing theme.

    Theme theme theme… theme. :)


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    @jaja.. – That is strange, because I’m also on MAMP on OSX.

    @spiralspeaks – The permalink structure is a product of the way that WordPress handles them. Thankfully it shares this with BackPress/bbPress so it should match existing installs to new installs without skipping a beat. Custom post types, however, currently require their ‘slug’ to precede the actual post_name, which is how WordPress knows which template to serve up.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    The default WordPress roles/permissions are really awesome, but there’s no UI to customize them to fit your specific wants and needs. If there’s a need to change the capabilities, that can be done with relative ease with a supplemental plugin to change the defaults. bbPress is meant to be flexible, so it should adapt with whatever you throw at it too.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    @binhdo – The login page specifically does some hi-jacking now that it shouldn’t. Regarding permissions, any registered user can view or post in the forums. Only Admins/Super Admins can create/edit/trash/delete forums. Moderators can spam/trash/edit topics and replies. New use roles can be created relatively easily, and there will be both a “Super Moderator” and a remix of the “Bozo” plugin soon after release. Some additional measures were put in place to assure that the ‘default role’ was always able to post in the forums, because in multisite installations it’s possible a registered user may not actually have a role at all.

    Regarding your permalink issues earlier, last night I made sure that the WordPress rewrite rules get a hard flush when bbPress is activated, deactivated, and when the settings page is saved. In the future the bbPress ‘slugs’ will get moved to the WordPress Settings -> Permalinks page, alas at the moment there’s a core bug that doesn’t allow the settings API to insert additional fields there.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    I like how there are two completely different opinions and perspectives immediately back-to-back.

    @binhdo – Something is most likely up with your install. Any more details you an provide?


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Hi :)

    Nothing exists yet, but there is an approximate game-plan for the bbPress plugin once it’s released. We’ve tried to keep everything phpDoc’ed in the plugin, so step one will be getting developers to reference that + trac. Step two will be getting bbPress.org to use the plugin version of bbPress, and then use a multisite instance of WordPress to manage the individual languages and codex. That’s probably a few months out though, realistically.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Hi :)

    Nothing exists yet, but there is an approximate game-plan for the bbPress plugin once it’s released. We’ve tried to keep everything phpDoc’ed in the plugin, so step one will be getting developers to reference that + trac. Step two will be getting bbPress.org to use the plugin version of bbPress, and then use a multisite instance of WordPress to manage the individual languages and codex. That’s probably a few months out though, realistically.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    @willabee – Don’t move any files anywhere. Just activate bbPress and see how it fits on your site. If it doesn’t, use the bbp-twentyten theme. It puts itself in your list of available themes even though it’s in the plugins folder

    @Rick Lewis – I’ll post a new topic tonight with instructions on how to test. :)

Viewing 25 replies - 1,826 through 1,850 (of 2,347 total)