How do i put Ajax Chat & shoutbox in portal

Post Reply

Topic author
tomz
Active Member
Posts: 2
Joined: 13. May 2009 06:03

How do i put Ajax Chat & shoutbox in portal

Post by tomz »

Guys,
need help

ive install n modify the files but still dont appear at portal for chat and shoutbox

and one more, why .mod also not appear for chat

thanks
Lets do iT

mej284
Active Member
Posts: 7
Joined: 14. May 2009 03:20
phpBB.com User: mej284

Re: How do i put Ajax Chat & shoutbox in portal

Post by mej284 »

To get AJAX Chat to work with Board3Portal

Open: portal.php
find:

Code: Select all

include($phpbb_root_path . 'portal/includes/lang_adm_additional_blocks.'.$phpEx);
Add after:

Code: Select all

// begin: AJAX Chat
include($phpbb_root_path . 'shout .' .$phpEx);
// end: AJAX Chat
Open: template/portal/portal_body.html
find:

Code: Select all

<!-- [+]  center block area -->
     <td valign="top">
After add:

Code: Select all

<!-- INCLUDE chat_body.html -->
Go to ACP>Styles>templates select refresh on the style you are working.

kolja
Active Member
Posts: 29
Joined: 9. June 2010 16:44

Re: How do i put Ajax Chat & shoutbox in portal

Post by kolja »

Hello

I installed the mod (AC2.0.0.B8) into my phpbb3.0.7 and it works well :D
and then i did the changes from the post on top.

But i get sadly this:

Code: Select all

[phpBB Debug] PHP Notice: in file /portal.php on line 25: include(./shout .php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /portal.php on line 25: include() [function.include]: Failed opening './shout .php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear')
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4328: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3502)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4330: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3502)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4331: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3502)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4332: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3502)
Then i tried to change this line 25:

Code: Select all

include($phpbb_root_path . 'shout .' .$phpEx); old
include($phpbb_root_path . 'shout.' . $phpEx); new
like the others include() look like

but then i get this error:

Code: Select all

[phpBB Debug] PHP Notice: in file /includes/session.php on line 2184: strtr() [function.strtr]: The second argument is not an array
[phpBB Debug] PHP Notice: in file /includes/session.php on line 2184: strtr() [function.strtr]: The second argument is not an array
[phpBB Debug] PHP Notice: in file /includes/session.php on line 2184: strtr() [function.strtr]: The second argument is not an array
[phpBB Debug] PHP Notice: in file /includes/session.php on line 2184: strtr() [function.strtr]: The second argument is not an array
[phpBB Debug] PHP Notice: in file /includes/session.php on line 2184: strtr() [function.strtr]: The second argument is not an array

Warning: Cannot modify header information - headers already sent by (output started at /var/www/virtual/reggae-party.de/htdocs/vierzwei/includes/functions.php:3502) in /var/www/virtual/reggae-party.de/htdocs/vierzwei/includes/functions.php on line 3552
SQL ERROR [ mysqli ]

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 [1064]

An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
Can anybody help me with this problem ?

Greets Kolja
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: How do i put Ajax Chat & shoutbox in portal

Post by Marc »


kolja
Active Member
Posts: 29
Joined: 9. June 2010 16:44

Re: How do i put Ajax Chat & shoutbox in portal

Post by kolja »

I will, but there is no Version for phpbb3.0.7.
http://www.phpbb.com/customise/db/mod/mchat_new_version

Kolja
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: How do i put Ajax Chat & shoutbox in portal

Post by Marc »

And AJAX Chat? That one is like almost 2 years old and was never updated for phpBB 3.0.6. :?

kolja
Active Member
Posts: 29
Joined: 9. June 2010 16:44

Re: How do i put Ajax Chat & shoutbox in portal

Post by kolja »

OK, mChat runs !

Thank you very much!

Kolja
Post Reply

Return to “Modifications Support”