Page 1 of 1

[REL] mChat Block for Board3 Portal 1.0.6

Posted: Mon 31. May 2010, 20:41
by Marc
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
	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 -->
Add before:

Code: Select all

<!-- IF S_MCHAT_PORTAL --><!-- INCLUDE mchat_body.html --><!-- ENDIF -->

Re: [REL] mChat Block for Board3 Portal 1.0.6

Posted: Sat 6. Aug 2011, 20:38
by MetalMarine
is there an updated thread for installing mchat on board 3 Portal v2.0?

i dont have the files listed in this guide.

thanks for the help

:mrgreen:

Re: [REL] mChat Block for Board3 Portal 1.0.6

Posted: Sun 28. Aug 2011, 10:47
by Marc
The updated version can be found here:
http://www.board3.de/viewtopic.php?f=54&t=4577

Anyhow, seems like you already found it. ;)