Search found 4 matches

by RMcGirr83
19. December 2010 13:09
Forum: board3 Portal v1.0.x - Modifications
Topic: [Release] mChat Block for Board3 Portal 1.0.5 & 1.0.6
Replies: 48
Views: 109043

Re: [Release] mChat Block for Board3 Portal 1.0.5 & 1.0.6

:D FWIW, this may present a problem // 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') && !empty($config['mchat_enable']) && $auth->acl_get('u_mchat_view')) { $mchat_i...
by RMcGirr83
18. December 2010 23:57
Forum: board3 Portal v1.0.x - Modifications
Topic: [Release] mChat Block for Board3 Portal 1.0.5 & 1.0.6
Replies: 48
Views: 109043

Re: [Release] mChat Block for Board3 Portal 1.0.5 & 1.0.6

Cheers Mark, though this may give an unwanted result
$mchat_installed = (!empty($config['mchat_on_index']) && !empty($config['mchat_enable'])) ? true : false;
as it may not matter to the Admin if displaying the mod on the portal acts the same as displaying it on the index page.
by RMcGirr83
11. December 2010 04:15
Forum: board3 Portal v1.0.x - Modifications
Topic: [Release] mChat Block for Board3 Portal 1.0.5 & 1.0.6
Replies: 48
Views: 109043

Re: [Release] mChat Block for Board3 Portal 1.0.5 & 1.0.6

Hello, please try changing this 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 = ...

Go to advanced search