Page 1 of 2
[MODDB] Change username color - phpBB mChat (add-on)
Posted: 15 Sep 2013, 06:39
by all4phone
Modification Name: Change username color - phpBB mChat (add-on)
Author: all4phone
Modification Description: Addon for phpbb mChat, allow to change the color of username mChat only.
Requirements: phpBB mChat have to be installed (RMcGirr83 version)
Author notes: Why change the color of mChat username? Sometimes people change the background of mChat on where the username is not visible. Why? I don't know. So was made this add-on (
request on this board).
IMPORTANT
This mod is't validated, so as always do not install on a live board.
Modification Version: 1.0.2
Installation level: Easy
Installation time: ~2 minutes
Features:
- possibility to change color of mChat username (registered only)
- possibility to change color of mChat username (administrators and moderators also)
- possibility to set any color of mChat username (ACP)
- color of usernames on the board remains unchanged
Available languages:
Available styles:
Info:
Screenshots: screenshots
Demo: N/A
Modification Download: download
[RC] Change username color - phpBB mChat (add-on)
Posted: 25 Sep 2013, 08:42
by all4phone
Mod updated to v 1.0.1
Fixed: display problem when is no active display avatars function on mChat
(ACP->.MODs->Configuration mChat->Message Settings->Display avatars->No):
To fix problem without reinstall add-on:
Open: styles/prosilver/mchat_no_avatars.thml
Find This may be a partial find and not the whole line Code: Select all
<span style="float:left;"><!-- IF not MCHAT_ARCHIVE_MODE and MCHAT_ADD_MESSAGE -->
Add before Add these lines on a new blank line before the preceding line(s) to find Code: Select all
<div id="mess{mchatrow.MCHAT_MESSAGE_ID}" class="mChatBG{mchatrow.MCHAT_CLASS} mChatHover">
Find This may be a partial find and not the whole line Code: Select all
<input type="hidden" id="edit{mchatrow.MCHAT_MESSAGE_ID}" value="{mchatrow.MCHAT_MESSAGE_EDIT}" /><!-- IF mchatrow.MCHAT_ALLOW_DEL --> <a href="javascript://" onclick="mChat.del('{mchatrow.MCHAT_MESSAGE_ID}');"><img src="{ROOT_PATH}mchat/del.gif" alt="{L_MCHAT_DELITE}" title="{L_MCHAT_DELITE}" class="mChatImage" /></a><!-- ENDIF --></span>
Add after Add these lines on a new blank line after the preceding line(s) to find Code: Select all
<br /><div class="mChatMessage">{mchatrow.MCHAT_MESSAGE}</div></div>
New download
[RC] Change username color - phpBB mChat (add-on)
Posted: 24 Oct 2013, 10:51
by all4phone
Add-on updated to v 1.0.1a
Fixed: restored accidentally removed (by mod) moderation tool of the Mchat (edit/delete/whois IP) in the mchat_no_avatars.html file.
download
[MODDB] Change username color - phpBB mChat (add-on)
Posted: 07 Dec 2013, 01:20
by all4phone
MOD has been released to the MOD Database.
[MODDB] Change username color - phpBB mChat (add-on)
Posted: 18 Feb 2014, 14:29
by alexjoseph
Its showing in MOD database or not..?
[MODDB] Change username color - phpBB mChat (add-on)
Posted: 21 Feb 2014, 13:56
by RMcGirr83
[MODDB] Change username color - phpBB mChat (add-on)
Posted: 04 Mar 2014, 11:29
by all4phone
Thanks
RMcGirr83.
@
alexjoseph, I confirm what he wrote:
Version mod - 1.0.2
phpBB Version - 3.0.12
[MODDB] Change username color - phpBB mChat (add-on)
Posted: 03 Sep 2014, 21:53
by lisalii
Sounds interesting. I am pretty new to programming so I am interesting in implementing such feature in my website
http://www.gluecksspielschule.de/. I would appreciate if you could have a look at it and tell me how I can implement this feature. This is my website. I would love to build a forum for my website so I still have to figure out how this all works. Would appreciate your feedback. And please be honest. Thanks already in advance!!
[MODDB] Change username color - phpBB mChat (add-on)
Posted: 04 Sep 2014, 00:47
by all4phone
So,
phpBB mChat have to be installed, is required
(RMcGirr83 version).
If you
really need these options (offered by my addon) just install it in such a way as typically installed other mods (by AutoMod or manually - read install_mod.xml file in your borwser).
[MODDB] Change username color - phpBB mChat (add-on)
Posted: 04 Sep 2014, 04:26
by lisalii
Thanks for your help, will try it out!