Is there any difference if i'm using mchat_new_version_1_3_4
reason i'm asking is i've found all the files and made the edits but still no chat box on the portal page?
Is there any config i need to do in the acp?
Edits (no portal view installed)
additional_blocks.html
Code: Select all
if (!defined('IN_PHPBB') || !defined('IN_PORTAL'))
{
exit;
}
// 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_obtain_guest_count'))
{
$mchat_include_index = true;
include($phpbb_root_path . 'mchat.' . $phpEx);
}
}
// mChat Block END
?>
Code: Select all
<!-- ELSE -->
<!-- INCLUDE portal/block/news.html -->
<!-- ENDIF -->
<!-- ENDIF -->
<!-- INCLUDE mchat_body.html -->
<!-- INCLUDE portal/block/additional_blocks_center.html -->
<!-- IF S_DISPLAY_POLL -->
<!-- INCLUDE portal/block/poll.html -->
<!-- ENDIF -->