
April 20th, 2006, 11:19 AM
|
|
|
|
Join Date: Apr 2007
Posts: 16
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
PHPBB Question, can you do help me?
Im wanting to achieve the below:
php Code:
Original
- php Code |
|
|
|
<?php /* Template Name: Forum */ ?> <?php get_header(); ?> <div id="main"> <<<< INSERT FORUM INCLUDE?? CODE?? WHAT?? >>>> </div> <?php get_footer(); ?> <?php get_sidebar(); ?> </body> </html>
the above, is a blank template for my wordpress theme, is there anything i could include in there to get the forum looking like the picture?
an iframe does the job i want, but iframes are rubbish. i dont want the scroll bars and hassle that they bring.
ive tried an include but all the links and css goes to pot for the forum.
any ideas on a way to do this?
|