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

arkepp’s picture

Hi, 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 :)

archard’s picture

Wow 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.

arkepp’s picture

I am one of the owners. You can see the same trick on iPod1.no, Linux1.no and Video1.no

archard’s picture

How 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.

arkepp@drupal.org’s picture

I 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.

arkepp@drupal.org’s picture

I 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.

amigob’s picture

I 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,

lukef4719’s picture

hi,

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