mchat in side block of portal

Post Reply

Topic author
sivezzz
Active Member
Posts: 2
Joined: 16. December 2010 22:19

mchat in side block of portal

Post 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?

Topic author
sivezzz
Active Member
Posts: 2
Joined: 16. December 2010 22:19

Re: mchat in side block of portal

Post 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 -->
Post Reply

Return to “Modifications Support”