Find:
- Code: Alles auswählen
?>
Add before:
- Code: Alles auswählen
// 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: Alles auswählen
<!-- INCLUDE portal/block/additional_blocks_center.html -->
Add before:
- Code: Alles auswählen
<!-- IF S_MCHAT_PORTAL --><!-- INCLUDE mchat_body.html --><!-- ENDIF -->



