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.
Precisely.AllCity wrote:camm15h wrote:Please host this somewhere else.
You restored the same link I previously removed as the reply by spaceace indicates.AllCity wrote:camm15h i restored the link so removed the popup which adult material.
Code: Select all
@import url("mchat_prosilver.css");
Nomadmartyau wrote:Would it not be better to addCode: Select all
@import url("mchat_prosilver.css");
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.AllCity wrote:Nomadmartyau wrote:Would it not be better to addCode: Select all
@import url("mchat_prosilver.css");
.
Why ?3. Who's chatting. CANCELED
It would be an absolutely useless featurekatib wrote:Why ?3. Who's chatting. CANCELED![]()
It would be a nice feature !!!
This mod was written solely for personal use (only to my board), so then I decided to share the modmadmartyau wrote:it doesn't follow normal phpbb coding. You may find that it won't get validated.
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