Skip to:
Content
Pages
Categories
Search
Top
Bottom

don’t work ADD NEW» button

  • 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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you set $bb->mod_rewrite = true; have you also set up Pretty Permalinks?

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar