Search code examples
phpforumphpbb3

phpbb3 forum integrated in a custom php script


I am trying to create a forum for my website, but I want to have the forums take only specific space on my page. Not the whole area. Something like 800px width and free height.

Do you think that is possible in some way? I guess what I am trying to say would very much look like this outcome of bridging WP and phpBB.

http://www.youtube.com/watch?v=Wz3p0Bq317M

Any hints and/or ideas?

Cheers


Solution

  • As long as you set the CSS stylesheet correctly you can achieve this, nothing to do with PHP.

    You could also load it in an iframe but if it's not the same width you will get scrolling.