3.2 & 3.3 Extensions Database 3.2 / 3.3mChat Quiz

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
Post Reply Previous topicNext topic
User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6555
Joined: 12 years ago
    Mac OS X Chrome

mChat Quiz

Post by dmzx »

Extension Name: mChat Quiz

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:
Image

Image

Image

Extension Download:


Installation:
  1. Download the latest release.
  2. Unzip the downloaded release, and change the name of the folder to `mchatquiz`.
  3. In the `ext` directory of your phpBB board, create a new directory named `dmzx` (if it does not already exist).
  4. 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
  5. Navigate in the ACP to `Customise -> Manage extensions`
  6. Look for `mChat Quiz` under the Disabled Extensions list, and click its `Enable` link.

User avatar

Gizmo Online
Donator
Donator
Posts: 16
Joined: 2 years ago
    Windows 10 Firefox

Re: mChat Quiz

Post by Gizmo »

I have this installed on my site it's a great add to the chat, gets members easily involved

Post Reply Previous topicNext topic