Forums

Join
bbPress Support ForumsRequests and FeedbackbbPress 2.0 - Updates

bbPress 2.0 - Updates

  1. Just tried to activate the plugin on the sub-blog on the wordpress ms site . Works quite well although there are a few things confusing. Understandably, the plugin has not been released. I will patiently wait.

  2. How do we convert bbpress to the bbpress plugin?

  3. It's too early for that!

  4. bbpress wordpress plugin delayed??

  5. no, whatever gave you that impression:

    download from: http://trac.bbpress.org/browser/branches/plugin

    which has a zip archive link at the bottom.

    it's in early stages of testing.

  6. bbpress wordpress plugin delayed??

    I don't think anybody has ever said the plugin would be released on October 15 (formerly September 15). We're looking at a soft release of an early testable version (there's probably a better word for that, maybe pre-alpha? I don't know, I'm not a coder).

    EDIT: JJJ said this in the original thread:
    http://bbpress.org/forums/topic/bbpress-plugin-september-15

    Quick update - Aiming for October 15 for the aforementioned super-pre-alpha.

    So, super-pre-alpha it is! :D

    We won't see a usable version for some time. But the community can start testing and reporting bugs now.

  7. JJJ on page 1 of this thread: "Looking more like October 17 now, to be exact." - in response to when "a version for alpha testing" could be ready. Presumably something including the features mentioned in the very first post of this thread.

    I think everybody is looking forward to a version that includes some rudimentary front-end templates, so people can roughly see how it might work and look, and many people were expecting this to be ready around the 15th, or "to be exact", on the 17th.

  8. that version is already there, have you followed the link I provided to download : http://trac.bbpress.org/browser/branches/plugin ?

  9. Yes - it was version (or "changeset") 2564 when I posted the above. Now it's 2571.

  10. Wow, looking good. Just started testing - thanks a mil JJJ, and everyone else!

  11. Will be trying to hammer out the topic/reply counts this week, as well as a very basic front end New Topic/New Reply form.

    That's all it needs to be functioning in a skeletal capacity for initial proof of concept testing and iteration.

    I didn't write a single line of code during WordCamp NYC; spent most of the time supporting BuddyPress questions with our two new core committers, Paul Gibbs and Boone Gorges.

    I leave again this Friday through Monday for the Google Summer of Code Mentor Summit, so this week is a short dev week.

    Any interest in doing a development chat in IRC next week?

  12. Please confirm the date rather than saying next week ;)

    I'd be interested in it.

  13. Wednesdays @ 2100 GMT
    irc.freenode.net
    #bbpress

    I just committed a first pass at New Topic and Reply forms. They need escaping and a security sweep, but appear to work well enough so far.

    I've also opened a few tickets for a few things that I haven't started, for those that are interested in getting involved and dirty with some code.

  14. I'm gona follow up the updates on this (subscribed!)

    Keep up the good job guys ;)

    Regards.

  15. Will be about for that chat... might not be able to do much code wise sadly, but I'll see how things go.

  16. Further down the line, are you planning the structure the urls?

  17. Tried downloading the latest from Trac but I got the "invalid header" error. I don't think I'm gonna bother asking for support about these things, so I'd rather wait for an official alpha release that's got the bare basics put together. Great job though :)

  18. hi everybody!
    I downloaded the pre-alpha bbPress plugin and it doesn't work :/

    I added some codes to bbpres-functions to make it work:

    add_filter('init','flushRules');
    function flushRules(){
    global $wp_rewrite;
    $wp_rewrite->flush_rules();
    }

    and then I realized that the plugin is useless at this stage :))))

  19. @alexvorn2
    You just need to go to Permalinks page after activating the plugin to flush the rewrite rules.

  20. @Gautam yeap, I like to see a Month and name permalink instead of the Default, by Default it's ok but if I choose other, without the code I mentioned in the previous message it doesn't work.

  21. @Gautam @alexvorn2 Yup. I just changed the permalinks to /%postname%/ and still giving me a 404 error.

    http://www.domain.com/forum/123-2/

  22. @quicoto did you add the code

    add_filter('init','flushRules');
    function flushRules(){
    global $wp_rewrite;
    $wp_rewrite->flush_rules();
    }

    in the bbp-functions.php ?

  23. @alexvorn2 No but like @Gautam said I thought was not necesary :)

  24. Ok, you need to actually go to the Permalinks page and press the Save Changes button to flush the rewrite rules.

  25. @Gautam: right. So weird... If you have the default Permalinks and you change them it doesn't work. But if you save again it does :P

    I guess the plugin will flush it itself in the future, right?

  26. Yup, I think so.

  27. There shouldn't be any permalink issues out of the box with it. At least I haven't experienced any so far. There are filters and preload constants to allow you to change the slugs, and an interface will probably make its way into the Permalinks page too.

  28. I am sorry if this is documented somewhere but where are the settings for the forum other then for Forums, Topics, and Replies?

    I specifically am looking for where I can turn off anonymous posting to the forum. I selected "Users must be registered and logged in to comment " under Settings > Discussion in WordPress but this only seems to apply to posts.

    Am I missing something?

  29. I tried this now

    http://www.example.com/forum/general

    Not Found

    Apologies, but the page you requested could not be found. Perhaps searching will help.

    If I reset and go to default permalink, no problem.

    Using 2580

  30. @intmenz - I had the same issue and actually had the same issue and had to hot the refresh button in my browser to get it to work. For whatever reason clicking a link to the page would not work.