Changing the ‘name’ value (line 125) from your bb-includes/capabilities.php
file would be enough
Yes, you can copy the data using PHP and mySQL (‘Insert into *your-bbpress-prefix*_users (user_login, user_pass) VALUES(-the username you got from the row-,-the password for the same row)’)
If you can manage posts (a moderator, an admin or a keymaster), you should see a link to delete a post below the post itself (near to the date).
lstelie: The Views links’ names are used in another place (view.php), so at this time it’s difficult. I think it’s possible to add another array value to make the names get-text-able, or even use the values the array currently have for next version
== Update ==
BTW, if you don’t want to wait, you can replace the echo $view
in your front-page.php file with echo $title
Copying from this post, by mdawaffe
mod_rewrite:
bbPress can generate a sample .htaccess file for you if you log in and browse to bb-admin/rewrite-rules.php. Copy the output and save it into your .htaccess file. Alternatively, you might be able to forgo the rewrite rules and instead set Options +MultiViews