View Full Version : Wrap my phpbb board goddamnyou ;)


Vini
11-04-2006, 15:15
Hey all, was wondering if there was a way to wrap my board inside my WP.

I've semi achieved it by using and iframe (see: here (http://www.ibeats.co.uk/?page_id=24))

but was wondering if there was a way to call the phpbb index into the actual page without ifram'ing? mainly to avoid scroll bars.

any ideas?

ps. the code for that page is:

<?php
/*
Template Name: Forum
*/
?>

<?php get_header(); ?>

<iframe name="I1" src="http://www.ibeats.co.uk/forum/" width="774" height="1700" border="0" frameborder="0">
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe>



<?php get_footer(); ?>
<?php get_sidebar(); ?>

steev
11-04-2006, 15:20
MKPortal (see my link for example) embeds phpbb into it quite nicely. If you can't just wrap the thing in <div>'s then you might like to have a look at the phpbb installation instructions at mkportal.it (http://www.mkportal.it) for some pointers. If I remember rightly I had to edit a couple of files in phpbb to get it right.

Vini
11-04-2006, 15:36
the way you have it running in MKPortal is spot on, but its in MKPortal ;)

though i shall have a look at the <div>