• Forum
  • Doc
  • Screenshots
  • Download
  • Donate
  • Contributors
  • Contact
  • Follow @phpfreechat
  • DEMO
  • Board index ‹ Version 1.x branch ‹ Feature Requests (v1.x)
  • Change font size
  • FAQ
  • Register
  • Login

Phpbb Integration

This forum is now locked as we will no longer be developing the v1.x branch

Moderators: OldWolf, re*s.t.a.r.s.*2

Topic locked
18 posts • Page 2 of 2 • 1, 2

Postby bgx » Sat Nov 11, 2006 11:54 am

Hehe! I have found the solution andrew!

You have forgot to include the var $chat_header into the page_overall

Here is my fix for phpbb:

in your chatroom.php you must overwrite:

Code: Select all
$page_title = $lang['Chat_Room'];
include($phpbb_root_path . 'includes/page_header.'.$phpEx);

with this one:

Code: Select all
$page_title = $lang['Chat_Room'];
$template->assign_vars(array(
     'CHATROOM' => $chat_header));
include($phpbb_root_path . 'includes/page_header.'.$phpEx);

then you open your overall_header.tpl and insert into the top header this
Code: Select all
 {CHATROOM}

.

That will include the JS-routines in the header!

Good luck!

Thx anyway for the help and keep up the good work! Love this piece of code.
bgx
New member
 
Posts: 8
Joined: Fri Nov 10, 2006 9:13 am
  • Website
Top

Postby andrewbelcher » Sat Nov 11, 2006 7:35 pm

Ah - sorry! My bad. I just missed that bit out when posting up how to integrate :p It's because I did the code in the page header file... Sorry! That was just me being forgetful! Apologies!

Glad it works now thought!
andrewbelcher
Member
 
Posts: 32
Joined: Tue Feb 28, 2006 1:47 am
Top

Postby phpfreechat » Fri Dec 08, 2006 9:14 am

I wrote a simple FAQ entry about how to integrate the chat with phpbb users:
http://www.phpfreechat.net/faq.en.html#phpbb
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Previous

Topic locked
18 posts • Page 2 of 2 • 1, 2

Return to Feature Requests (v1.x)

Who is online

Users browsing this forum: No registered users and 9 guests

  • Board index
  • The team • Delete all board cookies • All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
Sign in
Wrong credentials
Sign up I forgot my password
.
jeu-gratuit.net | more partners
Fork me on GitHub