Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbPress 2.0 – Updates

Viewing 25 replies - 76 through 100 (of 1,184 total)
  • @sadr

    Participant

    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 :)

    @alexvorn2

    Participant

    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 :))))

    @gautamgupta

    Participant

    @alexvorn2

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

    @alexvorn2

    Participant

    @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.

    @quicoto

    Member

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

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

    @alexvorn2

    Participant

    @quicoto did you add the code

    add_filter(‘init’,’flushRules’);

    function flushRules(){

    global $wp_rewrite;

    $wp_rewrite->flush_rules();

    }

    in the bbp-functions.php ?

    @quicoto

    Member

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

    @gautamgupta

    Participant

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

    @quicoto

    Member

    @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?

    @gautamgupta

    Participant

    Yup, I think so.

    @johnjamesjacoby

    Keymaster

    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.

    @dsmasters

    Member

    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?

    @intimez

    Participant

    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

    @dsmasters

    Member

    @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.

    @intimez

    Participant

    created forum name general and then topics

    replied to topics and check main page

    posts = 0 voices = 1

    replied to same topic two more times, same results

    @intimez

    Participant

    @dsmasters change permalinks couple times and back to custom seem to work. reported bug.

    @rich-pedley

    Member

    posts = 0 voices = 1

    That one has already been reported in Trac.

    @dsmasters

    Member

    Can anyone tell me how to disable anonymous posting to the forum?

    @markus-pezold

    Participant

    Hi dsmasters,

    it seems that there is no feature in the backend from WordPress to disable the anonymous postings. Maybe it’s possible to disable to post-form via conditional tags?

    <?php if ( $user_ID ) { ?>

    postform

    <?php } ?>

    @rich-pedley

    Member

    Remember also that bbPress plugin is still in its infancy and some features have yet to be added.

    Additionally not all features will be in the core plugin, and some of them will be left to plugin/theme developers.

    @dsmasters

    Member

    Thanks for the replies, I know now I wasn’t overlooking anything. I will try the suggestion above.

    @wildkyo

    Member

    Hi guys,

    Is there any date on which you think the plugin will be fully functional? I tried it today and it seems that it still needs much more development.

    Thank you very much for your work and hopefully we can enjoy it soon.

    @markmcwilliams

    Member

    wildkyo: Is there any date on which you think the plugin will be fully functional? I tried it today and it seems that it still needs much more development.

    Still in the early stages yes, I agree, but the barebones of the plugin is actually there (or pretty much there) in my opinion. I have it running locally, and it works a treat, you can post a new topic from the frontend … for some that’d be all they wanted and needed!

    I got the impression (somewhere) that JJJ wanted the final release out by the end of the year if I’m not wrong, but please don’t go and quote me on that, I’m very likely wrong! :(

    @ortixia

    Participant

    testing the plug-in. laughing… I’ve got this crazy sharedaddy plugin on my site, and it is putting facebook and twitter icons on each topic and each reply!!

    otherwise it is much smoother and cleaner than I anticipated. will continue to follow changes.

    @rich-pedley

    Member

    Iit should be possible to disable it for the custom post types of bbPress.

Viewing 25 replies - 76 through 100 (of 1,184 total)
  • The topic ‘bbPress 2.0 – Updates’ is closed to new replies.
Skip to toolbar