potter_system (@potter_system)

Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • @potter_system

    Member

    Changing the ‘name’ value (line 125) from your bb-includes/capabilities.php file would be enough

    @potter_system

    Member

    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)’)

    In reply to: how to delete posts?

    @potter_system

    Member

    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).

    @potter_system

    Member

    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

    @potter_system

    Member

    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 Forums

    @potter_system

    Member

    Nice! :)

Viewing 6 replies - 1 through 6 (of 6 total)