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
How do i put Ajax Chat & shoutbox in portal
How do i put Ajax Chat & shoutbox in portal
Lets do iT
Re: How do i put Ajax Chat & shoutbox in portal
To get AJAX Chat to work with Board3Portal
Open: portal.php
find:
Add after:
Open: template/portal/portal_body.html
find:
After add:
Go to ACP>Styles>templates select refresh on the style you are working.
Open: portal.php
find:
Code: Select all
include($phpbb_root_path . 'portal/includes/lang_adm_additional_blocks.'.$phpEx);
Code: Select all
// begin: AJAX Chat
include($phpbb_root_path . 'shout .' .$phpEx);
// end: AJAX Chat
find:
Code: Select all
<!-- [+] center block area -->
<td valign="top">
Code: Select all
<!-- INCLUDE chat_body.html -->
Re: How do i put Ajax Chat & shoutbox in portal
Hello
I installed the mod (AC2.0.0.B8) into my phpbb3.0.7 and it works well
and then i did the changes from the post on top.
But i get sadly this:
Then i tried to change this line 25:
like the others include() look like
but then i get this error:
Can anybody help me with this problem ?
Greets Kolja
I installed the mod (AC2.0.0.B8) into my phpbb3.0.7 and it works well
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)
Code: Select all
include($phpbb_root_path . 'shout .' .$phpEx); old
include($phpbb_root_path . 'shout.' . $phpEx); new
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.
Greets Kolja
Re: How do i put Ajax Chat & shoutbox in portal
I will, but there is no Version for phpbb3.0.7.
http://www.phpbb.com/customise/db/mod/mchat_new_version
Kolja
http://www.phpbb.com/customise/db/mod/mchat_new_version
Kolja
-
- 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
And AJAX Chat? That one is like almost 2 years old and was never updated for phpBB 3.0.6.
Re: How do i put Ajax Chat & shoutbox in portal
OK, mChat runs !
Thank you very much!
Kolja
Thank you very much!
Kolja