[REL] mChat Block for Board3 Portal 1.0.6
Posted: Mon 31. May 2010, 20:41
Open portal/block/additional_blocks.php
Find:
Add before:
Open styles/prosilver/template/portal/portal_center.html
Find:
Add before:
Find:
Code: Select all
?>
Code: Select all
// mChat Block for Board3 Portal 1.0.5 and 1.0.6
if($load_center)
{
if(!defined('MCHAT_INCLUDE'))
{
define('MCHAT_INCLUDE', true);
}
if(!function_exists('mchat_cache'))
{
$mchat_include_index = true;
include($phpbb_root_path . 'mchat.' . $phpEx);
}
$template->assign_var('S_MCHAT_PORTAL', true);
}
// mChat Block END
Open styles/prosilver/template/portal/portal_center.html
Find:
Code: Select all
<!-- INCLUDE portal/block/additional_blocks_center.html -->
Code: Select all
<!-- IF S_MCHAT_PORTAL --><!-- INCLUDE mchat_body.html --><!-- ENDIF -->