Page 1 of 1

mchat in side block of portal

Posted: 16. December 2010 22:28
by sivezzz
Your Portal Version: 1.0.5RC3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://forum.ryby.nl

What have you done before the problem was there?
i`ve installed succesfully the mchat on my server

What have you already tryed to solve the problem?
i manage to place the mchat in left side block

Description and Message
i manage to place the mchat in left side block but i can`t write in it.It seems to be blocked....by what?

Re: mchat in side block of portal

Posted: 18. December 2010 00:38
by sivezzz
i found the answer ;)))


Open portal/block/additional_blocks.php
Find:

Code: Select all
?>



Add before:

Code: Select all
// mChat Block for Board3 Portal 1.0.5 and 1.0.6
define('MCHAT_INCLUDE', true);
$mchat_include_index = true;
include($phpbb_root_path . 'mchat.' . $phpEx);
// mChat Block END




Open styles/prosilver/template/portal/portal_center.html
Find:

Code: Select all
<!-- INCLUDE portal/block/additional_blocks_center.html -->



Add before:

Code: Select all
<!-- INCLUDE mchat_body.html -->