Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • @mercime: Thanks… change set 3654 https://bbpress.trac.wordpress.org/changeset/3654 looks interesting.

    This is a major and awesome step in the right direction. Especially adopting the buddypress extension APIs. Excellent work !!! Now I need to figure what is needed to check it out.

    3654 looks like it supports multiple forums per group. It looks like it also supports shared forums across groups.

    I didn’t see anything to define a ‘preset’ list of forums on enable or group create.

    Being able to define forums private to groups so they can’t be shared would be very useful, at least to remove clutter when you have many groups with 3-4 forums each.

    It looks like forums can be part of categories (as a parent).

    The problem was a corrupt bb-config.php file. The insert in the database was failing and going unreported. The BP forum was reporting the the forum was not setup,even thought the enable flag was set to true.

    I just fixed Groups live-chat. Its not my plugin, The original author hasn’t responded to emails, so I guess I have to fork it. Before I do that I’m adding a new page and index to make the chat history persistent.

    Thanks Paul.

    I’d like to hook after the URI is parsed and before the template is called. Do you know the action’s name ? I’d look it up myself, but the doc is somewhat lacking in certain areas.

    edit: I did a bit more looking at the http requests, it doesn’t appear the 302 is returning in the error code, but I’m not sure if the the tools not showing it.

    Awesome suggestion… This will help me out immensely. Unfortunately, the author didn’t create one… I’m revisiting the design. I’m adding persistent logging for meetings.. So I’ll have to add templates

    I also found why I was seeing page headers in the chat data. It part of the fixed processing from WP’s main(). It inits, parse_request, sends header and other stuff. Since the chat plugin wasn’t last… other filters added headers junk after I was done filtering.. For some reason, wp_die() doesn’t stop main() after hooking ‘request’.. or action parse_request’, which is what I was expecting Odd..

    Your suggestion is a much better approach.

    Again thx

Viewing 5 replies - 1 through 5 (of 5 total)
Skip to toolbar