hey, thanks timskii
it did great!
i’m under wordpress 3.0.5 and the latest version of bbPress
for defualt’s permalinks (standard profile.php?id=.. type)
you can try this replacement:
replace:
$my_profile_destination = $my_forums_directory.”profile/”.esc_attr( str_replace( ” “, “-“, strtolower( $user_login ) ) ).”/edit”;
with:
$my_profile_destination = $my_forums_directory.”profile.php?id=”.$current_user->ID;
isn’t there any WP plugin for this? we should take it into something more customizable. To make it easy to use, what do you think? I’m not experienced with lots of wp code but this could be helpful for others too.
anyone willing to help?