alvarix (@alvarix)

Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • In reply to: WordPress Functions

    @alvarix

    Member

    I am having a similair problem.

    I am requiring once wp-blog-header.php into bb-config as well, so I can call the headers and footers of my wp site. It is killing the ability to login.

    @alvarix

    Member

    After reading some more posts on login difficulties, I found that removing require_once('../wp-blog-header.php'); allows me to login. But I need that, to get my header and footer.

    @alvarix

    Member

    I was able to perform an integration (not db just a seamless design) using Kenzor’s method:

    ...in the header I have only:
    <?php get_header(); ?>
    In the footer I have only:
    <?php get_footer(); ?>

    However I am not able to login. It takes me to the Add New Topic page without having logged me in.

    This is what I added to my bb-config file, apart from it’s own db config

    if (file_exists('../wp-blog-header.php'))
    require_once('../wp-blog-header.php');
    else
    if (file_exists('../../wp-blog-header.php'))
    require_once('../../wp-blog-header.php');

    Any advice greatly appreciated,

    alvar

    @alvarix

    Member

    OK, will try dragunoff’s method.

    Thanks for the help!

    @alvarix

    Member

    Doesn’t quite seem to work though. When I log in, it bounces me over to the remote site.

    @alvarix

    Member

    define(‘BB_URI’, ‘http://path.to.local&#8217;);

    I had a redirect that was confusing me :S

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