Go Back   Dynamic Drive Forums > General Coding > PHP
Search Dynamic Drive Forums:

Reply
 
Thread Tools Search this Thread
  #1  
Old 10-05-2006, 06:20 PM
dak dak is offline
Junior Coders
 
Join Date: Sep 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to include PHPBB Forum into a Webpage?

Hi,
I would like to include PHPBB forum into my webpage so that it looks and acts like a single web page.

Could help please? I have very little knowledge of PHP, so please show the steps in example.

Many Thanks
Reply With Quote
  #2  
Old 10-06-2006, 02:21 AM
djr33's Avatar
djr33 djr33 is offline
Global Moderator
 
Join Date: Mar 2006
Location: N. California, USA
Posts: 6,408
Thanks: 11
Thanked 82 Times in 82 Posts
Default

Er... what?
All message boards are designed to act as a series of webpages.
The only way to do what you're asking would be to use an (i)frame.
Aside from that, you'd need to recode everything.

If you want to change the look, just find (or make) a new skin. With that you can control the header and footer too, if you want to add that there.

Or is the problem simply installed phpBB? In that case, read the documentation. Few people here will likely know the exact steps, so you might want to look for a phpBB specific forum if you need specific help installing.
__________________
Daniel - <?php?> | <html>| Ich lerne Deutsch. | Studio l'italiano. | Estudiaba español. | Estudo português. | 日本語の勉強。| मैं हिन्दी सीखो | درس العربية
Reply With Quote
  #3  
Old 10-08-2006, 04:59 AM
AbelaJohnB AbelaJohnB is offline
Junior Coders
 
Join Date: Sep 2006
Location: Eureka, California
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation

Quote:
Originally Posted by dak
I would like to include PHPBB forum into my webpage so that it looks and acts like a single web page. Could help please? I have very little knowledge of PHP, so please show the steps in example.
dak,

As one of the original co-founders of phpBB, I can say for sure that if you have very little php-knowledge, this is probably something you should leave for someone that does, even if it means paying them a few bucks.

Can someone make phpBB "look and act" like the rest of your website?

Yes.

Let me address each of these issues, as they both have a much different answer.

Making phpBB "look like" your existing website, while easy, is not all that easy.

You are going to need to know a good deal about HTML and how to edit it. If you have that knowledge, chances are pretty good you can make phpBB look *very* close to what the rest of your website looks like. (as you did not provide a link to your website, no way for me to really answer this). What you will need to do is dig into the /templates/subSilver/ directory and just start changing file after file after file, until you get through every file in that folder and your phpBB forum looks as close to your website as you can make it. Depending on how you do php loops in the rest of your website, you might also have to venture into some of the .php files in the root and /include/ directories.

As for making phpBB "act" like your existing website... well, the biggest problem you are going to have is sessions. phpBB uses an independent php session management system that most likely is nowhere near what you have at your existing website (if you even have sessions). Within the support section of the phpBB website you will find some pretty detailed instructions on how to make phpBB "use" your existing sessions... but be warned: if you don't know php very well... you should leave this to someone that does know php very well. (very very well... sessions are the heart of every applications security system)

Though I am no longer involved in phpBB, and have no desire to do this for you (just to get that out of the way), I would say this to you.... in the past I have done a number of freelance jobs for folks wanting to do what you want done. Typically it takes a few days to do if a person is working on it full-time. The templates along that is. Converting over phpBB's sessions to your own websites sessions can be easy, or really hard, depending on your level of sessions security management presently in place at your website.
Reply With Quote
  #4  
Old 10-08-2006, 05:28 AM
tech_support's Avatar
tech_support tech_support is offline
Modarator Man.
 
Join Date: May 2006
Location: Sydney, Australia - Near the coast.
Posts: 2,011
Thanks: 0
Thanked 8 Times in 7 Posts
Default

AbelaJohnB:

Quote:
As one of the original co-founders of phpBB,...
Any proof that you are?

Quote:
I can say for sure that if you have very little php-knowledge, this is probably something you should leave for someone that does, even if it means paying them a few bucks.
He already said he had little knowledge of PHP, that's why he's turning to us for help

Quote:
Though I am no longer involved in phpBB, and have no desire to do this for you (just to get that out of the way), I would say this to you.... in the past I have done a number of freelance jobs for folks wanting to do what you want done. Typically it takes a few days to do if a person is working on it full-time. The templates along that is. Converting over phpBB's sessions to your own websites sessions can be easy, or really hard, depending on your level of sessions security management presently in place at your website.
Maybe someone else would be kind enough to help him.

dak:

Do you mean PHPBB integration?
Maybe you'd like to include a link to your page so we can check it out.
__________________
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)
Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
Reply With Quote
  #5  
Old 10-08-2006, 08:22 AM
djr33's Avatar
djr33 djr33 is offline
Global Moderator
 
Join Date: Mar 2006
Location: N. California, USA
Posts: 6,408
Thanks: 11
Thanked 82 Times in 82 Posts
Default

Yeah. I'm still unsure of the question here.
Skins are a very different story from actually recoding phpbb or "including it in your site".
__________________
Daniel - <?php?> | <html>| Ich lerne Deutsch. | Studio l'italiano. | Estudiaba español. | Estudo português. | 日本語の勉強。| मैं हिन्दी सीखो | درس العربية
Reply With Quote
  #6  
Old 10-28-2006, 12:59 PM
dak dak is offline
Junior Coders
 
Join Date: Sep 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Well,
Thanks for your attempts to help me. I now know that customising phpbb forum, behave and look exactly like rest of the website is difficult for me. I do not want to go that far at the moment.

However, I would be happy if could include the phpbb forum inside a webpage like the following:

http://www.danskcinders.com/indexx1.php#howto
Reply With Quote
  #7  
Old 11-10-2006, 08:37 PM
motormichael12 motormichael12 is offline
Regular Coders
 
Join Date: Oct 2006
Posts: 183
Thanks: 0
Thanked 11 Times in 11 Posts
Default

is it a free hosted phpbb or is it registerd/licensed?
Reply With Quote
  #8  
Old 01-30-2007, 06:21 PM
Pie Pie is offline
New Comer (less than 5 posts)
 
Join Date: Jan 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Question How to keep phpBB in iFrame?

Quote:
Originally Posted by dak View Post
Hi,
I would like to include PHPBB forum into my webpage so that it looks and acts like a single web page.

Could help please? I have very little knowledge of PHP, so please show the steps in example.

Many Thanks

Hello folks,

I'd really like to know how to keep PHPBB in the iFrame? Say when you logout and click 'Log in to check your private messages' then enter your log in details, phpBB opens outside the iFrame. Thanks chaps.

Reply With Quote
  #9  
Old 01-31-2007, 01:44 AM
djr33's Avatar
djr33 djr33 is offline
Global Moderator
 
Join Date: Mar 2006
Location: N. California, USA
Posts: 6,408
Thanks: 11
Thanked 82 Times in 82 Posts
Default

Hmm... I'm not sure. Sometimes there can be javascript solutions that force something into an iframe. Breaking out of frames is a fairly common thing, so not really sure.
__________________
Daniel - <?php?> | <html>| Ich lerne Deutsch. | Studio l'italiano. | Estudiaba español. | Estudo português. | 日本語の勉強。| मैं हिन्दी सीखो | درس العربية
Reply With Quote
  #10  
Old 01-31-2007, 02:33 PM
BLiZZaRD's Avatar
BLiZZaRD BLiZZaRD is offline
Elite Coders
 
Join Date: Aug 2005
Location: Other Side of My Monitor
Posts: 3,158
Thanks: 1
Thanked 62 Times in 62 Posts
Default

Is this of any help?
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:22 AM.

Home - Contact Us - Archives - Link to DD - Top 

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.