Forums

Join
bbPress Support ForumsTroubleshootingdon't work ADD NEW» button

Info

Tags

don't work ADD NEW» button

  1. I integrating my blog with bbpress and when I add require_once('z:/home/test2.ru/www/wp-blog-header.php'); in config.php some buttons in bbpress forum don't work — ADD NEW» and edit profile

    Any ideas?

  2. If you set $bb->mod_rewrite = true; have you also set up Pretty Permalinks?

  3. Yes, I did it.
    I think my problem is how I try integrate blog and bbpress.
    When I write in config.php (to allow bbpress use wp functions such as <?php get_header(); ?>):
    --------------------------------

    if(file_exists("../wp-settings.php"))
    {
    //loads the functions and wp config
    require_once "../wp-config.php";
    require_once "../wp-settings.php";
    }

    --------------------------------
    buttons in bbpress — ADD NEW» and edit profile — don't work

  4. You must log in to post.