iFrame phpBB in WP
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘iFrame phpBB in WP’ is closed to new replies.