Forums
-
- Forum
- Posts
-
- Installation
- 27,621
- Troubleshooting
- 60,561
- Themes
- 10,191
- Plugins
- 14,973
- Requests & Feedback
- 14,607
- Showcase
- 3,238
-
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" : '' );
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS