• Hey I’m trying to get phpBB inside the header and footer of WP, I used a new template inside 2010:

    <?php get_header(); ?>
    
    <div id="phpBB">
    <iframe src="http://localhost/forum/" width="940" height="650" frameborder="0" scrolling="no"></iframe>
    </div>
    
    <?php get_footer() ?>
    <?php
    
    /*
    Template Name: forum
    */
    ?>

    And set up a page which uses this template, now everything is great but when I click open in new tab on a link in phpBB it goes to the original phpBB without the iFrame.
    Any idea how to change it? or suggestion of other way to do it?

    Sorry for my bad English,
    ItayXD

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ItayXD

    (@itayxd)

    I also tried to get the html of the header and footer of WP inside phpBB’s overallfooter and overallheader but it was kind of messed up I guess it because of css conflict. I know WP-united had a way to solve it, how did they do it? any other way to solve the css conflicts?

    Thread Starter ItayXD

    (@itayxd)

    Bump

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

The topic ‘iFrame phpBB in WP’ is closed to new replies.