signpostmarv (@signpostmarv)

Forum Replies Created

Viewing 1 replies (of 1 total)

  • signpostmarv
    Member

    @signpostmarv

    I came across the same problem on a combined wp/bbpress setup.

    twas a simple case of changing line 1079, template-functions.php

    $r = bb_get_option('uri') . "profile/" . $user->$column . ( 1 < $page ? "/page/$page" : '' ); to $r = bb_get_option('uri') . "profile/" . urlencode($user->$column) . ( 1 < $page ? "/page/$page" : '' );

Viewing 1 replies (of 1 total)