Info
- 3 posts
- 2 voices
- Started 5 years ago by Sonika
- Latest reply from Sonika
- This topic is not a support question
don't work ADD NEW» button
-
- Posted 5 years ago #
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 profileAny ideas?
-
- Posted 5 years ago #
If you set $bb->mod_rewrite = true; have you also set up Pretty Permalinks?
-
- Posted 5 years ago #
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 -
You must log in to post.