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 Online
Founder
Founder
Posts: 6584
Joined: 13 Jan 2014, 21:45
    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
Donator
Donator
Posts: 16
Joined: 12 Apr 2024, 04:30
    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

User avatar

lopoto
Users
Users
Posts: 79
Joined: 28 Dec 2014, 01:59
    Mac OS X iPhone

Re: mChat Quiz

Post by lopoto »

Dmzx, can you share the mchat.php file yourself after modification ? 🙏

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6584
Joined: 13 Jan 2014, 21:45
    Mac OS X Chrome

Re: mChat Quiz

Post by dmzx »

lopoto wrote: 11 Aug 2026, 22:02 dmzx, can you share the mchat.php file yourself after modification ? 🙏
mchat version 2.1.4
mchat.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

lopoto
Users
Users
Posts: 79
Joined: 28 Dec 2014, 01:59
    Mac OS X iPhone

Re: mChat Quiz

Post by lopoto »

Thanks you dmzx ☕️

Post Reply Previous topicNext topic