Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbPress 2.5.8

  • bbPress 2.5.8 is out. It prevents 2 potential security related issues, and is a strongly suggested update for all bbPress 2.x installations:

    * Improved ajax actions
    * Improved user query parsing

    Check the 2.5 milestone for a comprehensive changelog of fixes.

Viewing 4 replies - 1 through 4 (of 4 total)

  • Avalon98
    Participant

    @avalon98

    Curious… the solution:

    
    add_filter('private_title_format', 'ntwb_remove_private_title');
    function ntwb_remove_private_title($title) {
    	return '%s';
    }
    

    used to work for taking off the “Private” suffix for my Private forums… now it’s not working since the upgrade… any solutions??

    @avalon98 It still works for me, are you sure the plugin/theme your using this in is still activated?


    paulodamian
    Participant

    @paulodamian

    Hi, I have some custom rewrite rules that stopped working after the last update.
    All of the rewrite rules are like the following:

    ‘estoy-leyendo/(\d+)/?$’ => ‘index.php?’ . bbp_get_user_rewrite_id() . ‘=’ . $wp_rewrite->preg_index(1) . ‘&profileSection=estoyleyendo’

    Is there any change on the bbp_get_user_rewrite_id() function?
    Or where the problem could be?

    Thanks in advance


    paulodamian
    Participant

    @paulodamian

    Ok, the problem was that for some reason now you need to use the user_nicename as the value for the parameter of the rewrite id. Previously worked just fine with the user id instead

Viewing 4 replies - 1 through 4 (of 4 total)
  • The forum ‘Development & Updates’ is closed to new topics and replies.
Skip to toolbar