Author: dmzx
Extension Description:
Trivia quiz game for mChat with scoreboard
Note: Read This Below
ext/dmzx/mchat/core/mchat.php
Find This may be a partial find and not the whole line
Code: Select all
'MCHAT_U_IP' => $this->auth->acl_get('u_mchat_ip') ? $this->helper->route('dmzx_mchat_page_whois_controller', ['ip' => $row['user_ip']]) : false,Replace with Replace the preceding lines with the following
Code: Select all
'MCHAT_U_IP' => $this->auth->acl_get('u_mchat_ip') && !empty($row['user_ip']) ? $this->helper->route('dmzx_mchat_page_whois_controller', ['ip' => $row['user_ip']]) : false,Screenshots:



Extension Download:
…
Installation:
- Download the latest release.
- Unzip the downloaded release, and change the name of the folder to `mchatquiz`.
- In the `ext` directory of your phpBB board, create a new directory named `dmzx` (if it does not already exist).
- Copy the `mchatquiz` folder to `/ext/dmzx/` if done correctly, you'll have the main extension class at
(your forum root)/ext/dmzx/mchatquiz/composer.json - Navigate in the ACP to `Customise -> Manage extensions`
- Look for `mChat Quiz` under the Disabled Extensions list, and click its `Enable` link.

