Search found 4 matches
- 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: 112448
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...
- 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: 112448
Re: [Release] mChat Block for Board3 Portal 1.0.5 & 1.0.6
Cheers Mark, though this may give an unwanted result
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.$mchat_installed = (!empty($config['mchat_on_index']) && !empty($config['mchat_enable'])) ? true : false;
- 18. December 2010 13:54
- Forum: board3 Portal v1.0.x - Modifications
- Topic: [Release] mChat Block for Board3 Portal 1.0.5 & 1.0.6
- Replies: 48
- Views: 112448
- 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: 112448
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 = ...