HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Need help embeding PHPBB
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
dealz



Joined: 03 Jun 2007
Posts: 1

PostPosted: Sun Jun 03, 2007 6:07 pm     Need help embeding PHPBB Reply with quote

Hello, I'm a total nub at html, but I can usually get things done if I have proper instructions. How can I embed my phpbb forums into my website? Basically what this site has, where the nav is still there.
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8301
Location: Castle Pines North, CO USA

PostPosted: Mon Jun 04, 2007 5:37 am     Reply with quote



If you want a header something like
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://www.w3.org/TR/html4/frameset.dtd">
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled 1</title>
</head>

<frameset rows="64,*">
   <frame name="header" scrolling="no" noresize="noresize" target="main">
   <frame name="main">
   <noframes>
   <body>

   <p>This page uses frames, but your browser doesn't support them.</p>

   </body>
   </noframes>
</frameset>

</html>

_________________
Corey
Toll Free Fax Numbers | Merchant Accounts | MerchantAccount PodCast
on12345



Joined: 31 Jul 2007
Posts: 1

PostPosted: Tue Jul 31, 2007 2:50 pm     Reply with quote

You need to change overall_header.tpl and over_footer.tpl. More at http://www.asichowto.com/misc/embedPhpBB2.htm
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial