[MODDB] mChat

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Suggested Hosts
khikho
Registered User
Posts: 46
Joined: Sat Nov 01, 2008 2:40 pm

Re: [RC3] mChat

Post by khikho »

How to Edit the Width of the ChatBox ! [in subsilver2]

The Large
User avatar
spaceace
Registered User
Posts: 1999
Joined: Wed Jan 30, 2008 8:50 pm

Re: [RC3] mChat

Post by spaceace »

AllCity... i'd like to try your mod out, but would rather not download from a site that has porn popups. i have kids and just don't want them seeing anal pics :roll:
User avatar
AllCity
Registered User
Posts: 230
Joined: Sun Jun 22, 2008 6:33 pm
Name: Andrey Shapoval

Re: [RC3] mChat

Post by AllCity »

to spaceace
camm15h wrote:AllCity - I have removed your download link as it contains a popup full of adult material which is not acceptable.

Please host this somewhere else.
My mods home page.
User avatar
camm15h
Former Team Member
Posts: 4981
Joined: Wed Jul 30, 2003 1:02 am
Location: Hull, UK
Name: Paul Cammish

Re: [RC3] mChat

Post by camm15h »

AllCity wrote:
camm15h wrote:Please host this somewhere else.
Precisely.

This does not mean you can restore the original link.

I have locked your first post to prevent this from happening again. Please PM me with the new link to have it inserted in your first post.
User avatar
AllCity
Registered User
Posts: 230
Joined: Sun Jun 22, 2008 6:33 pm
Name: Andrey Shapoval

Re: [RC3] mChat

Post by AllCity »

camm15h i restored the link so removed the popup which adult material :evil: .
New link http://www.phpbb3bbcodes.com/mchat-t2183.html#p13703
My mods home page.
User avatar
camm15h
Former Team Member
Posts: 4981
Joined: Wed Jul 30, 2003 1:02 am
Location: Hull, UK
Name: Paul Cammish

Re: [RC3] mChat

Post by camm15h »

AllCity wrote:camm15h i restored the link so removed the popup which adult material :evil: .
You restored the same link I previously removed as the reply by spaceace indicates.

New link added.
khikho
Registered User
Posts: 46
Joined: Sat Nov 01, 2008 2:40 pm

Re: [RC3] mChat

Post by khikho »

I have an error when the chatbox is full!!
I don't have the scrool bar when it has a lot of messages in the chatbox !!

Please help Me !

I use Firefox
Last edited by khikho on Sat May 02, 2009 2:22 pm, edited 1 time in total.
User avatar
madmartyau
Registered User
Posts: 440
Joined: Sun Sep 12, 2004 12:42 pm
Location: Brisbane,Australia
Name: Marty

Re: [RC3] mChat

Post by madmartyau »

Would it not be better to add

Code: Select all

@import url("mchat_prosilver.css");
to styles/prosilver/theme/stylesheet.css
and put mchat_prosilver.css in the styles/prosilver/theme/ directory, rather than putting it in overall_header.html.

Also the message limit doesn't seem to work unless the whole page is refreshed.
Call me Grumpy.
User avatar
AllCity
Registered User
Posts: 230
Joined: Sun Jun 22, 2008 6:33 pm
Name: Andrey Shapoval

Re: [RC3] mChat

Post by AllCity »

madmartyau wrote:Would it not be better to add

Code: Select all

@import url("mchat_prosilver.css");
No ;) .
My mods home page.
User avatar
madmartyau
Registered User
Posts: 440
Joined: Sun Sep 12, 2004 12:42 pm
Location: Brisbane,Australia
Name: Marty

Re: [RC3] mChat

Post by madmartyau »

AllCity wrote:
madmartyau wrote:Would it not be better to add

Code: Select all

@import url("mchat_prosilver.css");
No ;) .
I like your mod. It works and is easy to install but it doesn't follow normal phpbb coding. You may find that it won't get validated.
Call me Grumpy.
User avatar
katib
Registered User
Posts: 562
Joined: Thu Jun 26, 2008 12:27 pm

Re: [RC3] mChat

Post by katib »

3. Who's chatting. CANCELED
Why ? :(
It would be a nice feature !!!
stokerpiller
Registered User
Posts: 1934
Joined: Wed Feb 28, 2007 8:06 pm

Re: [RC3] mChat

Post by stokerpiller »

katib wrote:
3. Who's chatting. CANCELED
Why ? :(
It would be a nice feature !!!
It would be an absolutely useless feature ;)
We have a mini-chat placed on index and we have the built in phpBB3 who is online system.

I would like the mini-chat to be a feature that doesn't put too much load on my index.
It works with Smilies and BBCodes, both standard and custom.
I dont think it gets much better than it is.
I am done with phpBB
User avatar
AllCity
Registered User
Posts: 230
Joined: Sun Jun 22, 2008 6:33 pm
Name: Andrey Shapoval

Re: [RC3] mChat

Post by AllCity »

madmartyau wrote:it doesn't follow normal phpbb coding. You may find that it won't get validated.
This mod was written solely for personal use (only to my board), so then I decided to share the mod ;) .
My mods home page.
pieterbas
Registered User
Posts: 106
Joined: Mon Feb 04, 2008 7:39 pm

Re: [RC3] mChat

Post by pieterbas »

First at all: Great Mod... Thanks !!! ;)
I have the mod on my forum but i have a bug.
You can't use the smilies.
if you click on a smilie nothing happens.
same goes for BBcodes.
Can you help me?

pb

eddit:
When i do the follow instruction's not it works great!:
Open: styles/prosilver/template/editor.js
Find
Tip: This may be a partial find and not the whole line.

Code:Select All
textarea.focus();
baseHeight = doc.selection.createRange().duplicate().boundingHeight;

Replace With
Tip: Replace the preceding line(s) to find with the following lines.

Code:Select All
/* === mChat focus fix Start === */
if(mChatFocusFix != true)
{
textarea.focus();
}
baseHeight = doc.selection.createRange().duplicate().boundingHeight;
/* ==== mChat focus fix End ==== */

<< Hide
User avatar
spy2000
Registered User
Posts: 14
Joined: Fri Sep 14, 2007 7:34 am

Re: [RC3] mChat

Post by spy2000 »

I am planning to add this chat to my footer page :roll:

Return to “[3.0.x] MODs in Development”