Ryan Gannon (@ryangannon)

Forum Replies Created

Viewing 10 replies - 26 through 35 (of 35 total)
  • @ryangannon

    Member

    I think the problem is in the

    get_option( '_bbp_user_slug',      $prefix . 'user'      )

    etc. I don’t seem to have does in my options table. I’ll take a closer look.

    Update:

    $this->root_slug      = apply_filters( 'bbp_root_slug',      get_option( '_bbp_root_slug', 'forums' ) );

    is where my problems are, I deleted ‘forums’ and now it’s fine.

    @ryangannon

    Member

    Literally go to your WordPress permalinks page and click save.

    Yes, many times.

    @ryangannon

    Member

    did you resave your permalinks?

    Sorry I’m not sure what that means.

    @ryangannon

    Member

    Revision 2704 is still causing me trouble regarding the 404/permalink issue. I’ve tried reactivating the plug-in and theme but to no avail.

    @ryangannon

    Member

    adding a postmeta key/value for each topic and reply of ‘_bbp_topic_last_active’ and ‘_bbp_reply_last_active’. The time should be in ‘mysql’ format in the DB.

    Worked like a charm and thanks for getting the Freshness problem fixed.

    @ryangannon

    Member

    Sorry I just want to ask again if anyone else having a problem with New Replies not bumping their Topic to the top of the list in a Forum? If it’s simply not implemented yet that’s fine I just want to know that I’m not doing something wrong.

    @ryangannon

    Member

    Anyone else having a problem with New Replies not bumping their Topic to the top of the list in a Forum?

    @ryangannon

    Member

    Anyone else having problems with non-admins replying?

    Edit: Found the problem

    bbp-functions.php line 142 is

    $reply_content = current_user_can( 'unfiltered_html' ) ? $_POST['bbp_reply_content'] : wp_filter_post_kses( $_POST['bbp_reply_description'] );

    should be

    $reply_content = current_user_can( 'unfiltered_html' ) ? $_POST['bbp_reply_content'] : wp_filter_post_kses( $_POST['bbp_reply_content'] );

    @ryangannon

    Member

    I’d like to contribute, how can I?

    @ryangannon

    Member

    I’ve been watching the action unfold on the trac… and in my spare time I also like to watch paint dry. But no, it’s great to see stuff happening. :)

Viewing 10 replies - 26 through 35 (of 35 total)