Active
Project:
phpbb
Version:
5.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2007 at 03:21 UTC
Updated:
4 Jul 2012 at 15:58 UTC
I looked at http://mac1.no/ and noticed they have the forum actually embeded within the content of the site, instead of in a whole separate window. I would like to know how to do this so bad. Any help is greatly appreciated.
Comments
Comment #1
arkepp commentedHi, it's not actually embedded, they're just themed to look similar by using the trick outlined at the very bottom of http://kepp.net/drupal/node/1
Watch out for Mac1.no v.4 in the next couple of weeks, phpBB 3.x and Drupal 5.2 :)
Comment #2
archard commentedWow really? It looks fantastic, I would have never spotted that.
Are you the owner of this site by any chance? I really like the overall theme of the site and I'm hoping to make something similar for my site.
Comment #3
arkepp commentedI am one of the owners. You can see the same trick on iPod1.no, Linux1.no and Video1.no
Comment #4
archard commentedHow did you get that latest forum topics block (Siste fra forumet and Siste ubesvarte) on the side of the forum. Isn't that dynamic Drupal content? I don't understand how you would put the variables for that into the PhpBB template.
Comment #5
arkepp@drupal.org commentedI basically copied the code in the last function in phpbb.module to a separate PHP file and include it from includes/*footer* (typing from memory, not sure about the details). The generated string is then passed to the template as a variable.
Comment #6
arkepp@drupal.org commentedI should add, it needs a tiny bit of tweaking since Drupals SQL abstraction layer functions have to be replaced with phpBBs, but that is quick.
Comment #7
amigob commentedI also integrated phpbb3 in drupal and I didn't change that much code( hide some headers in phpbb )
but I used php snippets with Iframes.
Look add
http:\\testweb.dyndns.biz
if any body is interested I will place the snippets in the 'site software' menu.
Amigob,
Comment #8
lukef4719 commentedhi,
I'm a new drupal user, and have the same q as the guy who wrote this. The link arkepp has posted seems to be dead, is there anywhere else i can learn to do this?
Thanks a mill for any help