Forum Replies Created
-
In reply to: Change the default ‘Member’ role title?
Changing the ‘name’ value (line 125) from your
bb-includes/capabilities.php
file would be enoughIn reply to: Adding users manually/automaticallyYes, 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)’)
In reply to: how to delete posts?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).
In reply to: Are there any localization files?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 withecho $title
In reply to: No .htaccess file for “pretty” URLS?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
In reply to: New bbPress ForumsNice!