Closed (won't fix)
Project:
Chatblock
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
15 Aug 2012 at 20:12 UTC
Updated:
15 Aug 2014 at 02:39 UTC
Jump to comment: Most recent
I am currently using this module on a new website i created, thanks to developer. It works great.
I was wondering if the system messages (User has logged in and out) could be set to be activated only when the logged in user visits the page on which the chatblock is located;
Also, could the "info" page be put in a block so that i'll simply place the block under the chatblock message box? This way users will not need to navigate to another page to view the replacement icon smileys.
Comments
Comment #1
doitDave commentedNice to hear that you like our module :-)
Also thanks for your suggestions. I have split these up into two issues. The first one (login/logout messages) is already on my list and thus may stay in the issue queue. It needs general review, as the informational value of users logging in or out to the site is rather little for the chat itself. Especially as most users stay logged in as long as their cookies are alive. And also, as the chatblock is not necessarily visible on each page, you never know if a user is really up to chatting.
Thus, it is most likely that I will move the binding of these messages from login/logout to some kind of status basing on a user's last poll from the chat (e.g. first poll triggers "user xy is now in the chat" and user's last poll >= poll frequency triggers "user xy is no longer chatting" or so). What do you think?
As for your second inquery, please refer to #1804272: Provide info page content also as a block.
Comment #2
doitDave commentedMoving to 7.x
Comment #3
FrancoNogarin commentedI like your proposal David :D
Comment #4
doitDave commentedStatus update: It is very likely that chatblock will gain a "currently in the chat" list function. This will make a perfect base for further informational output like "user joined/left".
Comment #5
doitDave commentedPostponed until #2105853: General code refactoring is done.
Comment #6
doitDave commentedAdding some thoughts before they get lost in the wrong place.
Query the users currently online (= in the chat):
Conceptual flaws so far:
Comment #7
doitDave commentedAs I lack time for this, I will close the request. If someone likes to add some work, you're welcome with a patch and a reopening!