phpBB mChat

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29354
Joined: Sat Aug 16, 2003 7:36 am

phpBB mChat

Post by Extensions Robot »

Modification name: phpBB mChat
Author: RMcGirr83
Modification description: Мini-chat (aka a "shoutbox") for a phpBB forum

Custom support is given at this forum

Features
  • Admin can set the settings of the chat in the ACP
  • Admin can set permissions of who can use what on a per group or per user basis
  • Admin can set rules in the ACP
  • Admin can set bbcodes to not use in the ACP
  • Admin can set flood control in the ACP
  • Admin can set auto prune feature in the ACP
  • Admin can choose to display who is chatting on the index page
  • Admin can choose to set the display of the chat on the index page above or below the forum listing as well as a custom page
  • Admin can set the height of the chat
  • Admin can set refresh time for both the chat as well as the stats
  • Input area for chat messages will autogrow
  • Chat will not allow submission of chat more than once
  • Chat uses regular as well as custom bbcodes
  • Chat uses regular smilies
  • Users can choose several options in the UCP for the chat
  • Add-on new posts will get posted into the chat message when made
  • Admin can choose to have avatars displayed or not (users also have this ability if set to be viewed in the ACP)
  • Mod utilizes UMIL install file
Image
Modification version: 1.3.8
Tested on phpBB version: 3.0.12

Download file: phpbb_mchat_1_3_8.zip
File size: 491.12 KiB

Modification overview page: View

The phpBB Team is not responsible nor required to provide support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB Extension Customisations Team may not be able to provide support.

-->Modification support<--
Last edited by Extensions Robot on Mon Sep 19, 2022 7:33 pm, edited 41 times in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18489
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón

mChat new version

Post by DavidIQ »

Modification validated/released

Notes:
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
stokerpiller
Registered User
Posts: 1934
Joined: Wed Feb 28, 2007 8:06 pm

mChat new version

Post by stokerpiller »

I have handed over the authorship this mod to RMcGirr83 per his request. He is now the official owner of the mod.
As he has done most of the work I think this is only fair.

Good luck ;)
Last edited by stokerpiller on Mon Mar 08, 2010 3:47 pm, edited 3 times in total.
I am done with phpBB
lovelysummer
Registered User
Posts: 437
Joined: Fri Mar 20, 2009 1:49 pm

Re: mChat new version

Post by lovelysummer »

Congratulations :D
User avatar
alhitary
Registered User
Posts: 868
Joined: Wed Jan 17, 2007 7:51 am
Location: ROY
Name: Bassel Taha

Re: mChat new version

Post by alhitary »

Congratulations for validiate
is there a demo or photos ?
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak

Re: mChat new version

Post by DoYouSpeakWak »

Congrats with the mod. Good one
Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.
Prodigy.NL
Registered User
Posts: 7
Joined: Tue Nov 24, 2009 5:41 pm

Re: mChat new version

Post by Prodigy.NL »

The idea for this is pretty awesome!

I just tried to install it, i have the skin Coffee Time installed:
http://www.phpbb.com/community/viewtopi ... &t=1038985

Its the first phpBB forum ive ever had, so its all pretty new.


What do you exactly mean with the following?
1. Browse to the file mchat_install.php in the root of your forum to make the database changes.


I did everything except that step as i dont really understand what you mean with it, i was hoping it would work without that step, but nothing shows up and i dont even get error messages.
It also doesnt show up in my .mods
User avatar
djs596
Registered User
Posts: 38
Joined: Sun Jul 13, 2008 4:52 pm

Re: mChat new version

Post by djs596 »

Put that file on your web address.

So if your forum address is http://www.forum.com you would go to http://www.forum.com/mchat_install.php in your browser.
User avatar
Nawid
Registered User
Posts: 329
Joined: Sat Jun 27, 2009 4:32 pm

Re: mChat new version

Post by Nawid »

I really like this. But how can I also enable "new reply" posted on the mchat? I know how to enable new topics, but the "new reply" option would really be nice..
Image
Check SuperNova Orange style on:
SchoolLife.nl
phpBB.com
User avatar
RMcGirr83
Former Team Member
Posts: 22072
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: mChat new version

Post by RMcGirr83 »

OPEN

includes/functions_posting.php

FIND

Code: Select all

	if ($post_mode == 'post' && $post_approval)		  
	{
		$user->add_lang('mods/mchat_lang');
		
		$mchat_new_data = $user->lang['MCHAT_NEW_TOPIC'];

REPLACE WITH

Code: Select all

	if ($post_approval && ($post_mode == 'post' || $post_mode == 'reply'))		  
	{
		$user->add_lang('mods/mchat_lang');
		
		if ($post_mode == 'post')
		{
			$mchat_new_data = $user->lang['MCHAT_NEW_TOPIC'];
		}
		else
		{
			$mchat_new_data = $user->lang['MCHAT_NEW_REPLY'];
		}
OPEN

language/en/mods/mchat_lang.php

FIND

Code: Select all

'MCHAT_NEW_TOPIC'			=> '<strong>New Topic</strong>',
AFTER ADD

Code: Select all

'MCHAT_NEW_REPLY'			=> '<strong>New Reply</strong>',
...and that should do it.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Re: mChat new version

Post by Peter77sx »

"New topic"? I thought i had the latest version?
User avatar
Nawid
Registered User
Posts: 329
Joined: Sat Jun 27, 2009 4:32 pm

Re: mChat new version

Post by Nawid »

RMcGirr83 wrote:OPEN

includes/functions_posting.php

FIND

Code: Select all

	if ($post_mode == 'post' && $post_approval)		  
	{
		$user->add_lang('mods/mchat_lang');
		
		$mchat_new_data = $user->lang['MCHAT_NEW_TOPIC'];

REPLACE WITH

Code: Select all

	if ($post_approval && ($post_mode == 'post' || $post_mode == 'reply'))		  
	{
		$user->add_lang('mods/mchat_lang');
		
		if ($post_mode == 'post')
		{
			$mchat_new_data = $user->lang['MCHAT_NEW_TOPIC'];
		}
		else
		{
			$mchat_new_data = $user->lang['MCHAT_NEW_REPLY'];
		}
OPEN

language/en/mods/mchat_lang.php

FIND

Code: Select all

'MCHAT_NEW_TOPIC'			=> '<strong>New Topic</strong>',
AFTER ADD

Code: Select all

'MCHAT_NEW_REPLY'			=> '<strong>New Reply</strong>',
...and that should do it.
That's it, it works perfectly. Thanks RMcGirr83 ! :D
Image
Check SuperNova Orange style on:
SchoolLife.nl
phpBB.com
tsja
Registered User
Posts: 35
Joined: Sat Jul 22, 2006 10:58 pm

Re: mChat new version

Post by tsja »

How can i give the group 'Chat Mods' moderation permissions in the chat???
sorry for my bad englisch...
stokerpiller
Registered User
Posts: 1934
Joined: Wed Feb 28, 2007 8:06 pm

Re: mChat new version

Post by stokerpiller »

tsja, you can do this by giving this group some kind of moderator permission on your board.
I am done with phpBB
Krej
Registered User
Posts: 39
Joined: Tue Nov 24, 2009 3:11 am

Re: mChat new version

Post by Krej »

looks really nice!
gonna install it now!

Return to “[3.0.x] MOD Database Releases”