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
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.
精彩评论