paulodamian (@paulodamian)

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • In reply to: bbPress 2.5.8

    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

    In reply to: bbPress 2.5.8

    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

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