Unless another member is on your friends list, they cannot IM you. Even though the "connected to server" chrome/safari bug is just cosmetic, I think that should be the most important focus at the moment.James78 wrote:I don't use this MOD, but I thought of something people might find of use.
Maybe you should integrate ignoring users. E.g. if you have a user on your foe list, why would you want them to IM you?
Ahhh. Guess I must've glossed over that. Good thing to know it has that! I feel that them not being able to IM you unless being on your friends list is actually a good idea to begin with.EduCatOR wrote:Unless another member is on your friends list, they cannot IM you. Even though the "connected to server" chrome/safari bug is just cosmetic, I think that should be the most important focus at the moment.James78 wrote:I don't use this MOD, but I thought of something people might find of use.
Maybe you should integrate ignoring users. E.g. if you have a user on your foe list, why would you want them to IM you?
That's not the mod's fault. Please see the first post:darkonia wrote:crap mod...to slow for very big forums...
The architecture of phpBB is not optimal for uses like this, so many queries are made for every ajax request. Especially if you have many mods, this could be much worse. I have tried to make my MOD as optimized (algorithmically & technically) as I could when coding it, in my limited time.For big forums, you're going to need a *strong* server, so it can handle the load.
Kamahl19, there is no client side refresh interval. It uses Ajax polling.Kamahl19 wrote:You should make a system for shuting down or slowing the refresh time if the user is inactive, like we on Social Network MOD. It checks new messages every 1,5s if it found some new message, it loads that message. If the user is 5 minutes inactive (not sending messages) the checking time is 30seconds so it does not make a big load and when user is going Offline in chat, it stops checking.
i wish this mod is not ABD too..stathisch wrote:Oh, I'll see what I can do about that. What version of phpBB are you running?
Also, this mod is not abandonned, I just don't have enough free time to work on it on a more regular basis.
It´s been a month now since I asked so I try again:DerGonzo wrote:Hi statish!
Thanks for that MOD, it seems to work fine!
Are you able to see forward how long it it will take to implement the sound on arrival of a message? That´s a feature that my users are really missing...
Perhaps thats a small and easy update? If it is, I (and my users) would be happy if you could provide that soon.
Thanks a lot
for this MOD!
Greetings,
DerGonzo!
Code: Select all
Prefix = '<hr />';
}
if ( Friends[ j ].last == -1 ) {
Prefix += '<strong>' + Chat.Lang.CHAT_ME + '</strong>: <br />';
} else {
Prefix += '<strong>' + Friends[ item.FROM ].username + '</strong>: <br />';
}
}
Messages += Prefix + '<div title="' + item._TIME + '" style="padding: 0 0 2px 10px;">' + item.MESSAGE + '</div>';
Code: Select all
Prefix = '<div class="spacer"> </div>';
}
if ( Friends[ j ].last == -1 ) {
Prefix += '<div class="titleme"><strong>' + Chat.Lang.CHAT_ME + '</strong>: </div>';
} else {
Prefix += '<div class="titlefriend"><strong>' + Friends[ item.FROM ].username + '</strong>: </div>';
}
}
Messages += Prefix + '<div title="' + item._TIME + '"';
if ( Friends[ j ].last == -1 ) {
Messages += ' class="msgme"';
} else {
Messages += 'class="msgfriend"';
}
Messages += '>' + item.MESSAGE + '</div>';
Code: Select all
#chat .tab .newbox .boxmessages {
display: block;
min-height: 254px;
max-height: 254px;
background: #CADCEB;
color: #000;
overflow: auto;
margin-bottom: 3px;
/*border-bottom: 1px solid #CADCEB;*/
word-wrap: break-word;
}
Code: Select all
#chat .tab .newbox .boxmessages .titleme {
color:#555;
background: #E7EEF2;
padding: 2px 2px 0 2px;
}
#chat .tab .newbox .boxmessages .titlefriend {
color:#090;
padding: 2px 2px 0 2px;
}
#chat .tab .newbox .boxmessages .msgme {
color:#555;
padding: 0 2px 2px 10px;
background: #E7EEF2;
}
#chat .tab .newbox .boxmessages .msgfriend {
color:#000;
padding: 0 2px 2px 10px;
}
#chat .tab .newbox .boxmessages .spacer {
width:100%;
height:5px;
background: #FFF;
}
Come on guys,darkonia wrote:WiRaR46 wrote:this mod not supported in subsilver2keith10456 wrote:Your life will be a little easier once you switch to a prosilver style. You won't have to worry about if mod authors are going to create subsilver style templates or notKonArtist wrote:Dam! My style(Wow_Alliance) is based off subsilver and thats how i've been editting it..I guess this would mean i'll need to find a style based off prosilver...darkonia wrote:subsilver will not be more supported after phpbb 3.0.8farazhamzaa wrote:why its not for Subsilver styles???
its just for prosilver?? how can we installed on subsilver?
Definitely loving this mod though. I will be adding it to my forum when i get home!
I don't want my site to be a facebook knockoff.darkonia wrote:use this its better and not so heavy for the server: http://www.phpbb.com/community/viewtopi ... &t=2008845