TaigaChat Pro - Realtime chat/shoutbox [Deleted]

For those who wants tagging on shoutbox, What if the user is offline during the time of tagging?
The next time they are online they see an alert that they were tagged in the chat? The 'content' link for the alert could be just to the chat route. "Hey, you were tagged in Chat." For sites where the chat box is quite active it'd a nice touch to have. For sites where the chat box is barely used then it'd be an underused feature (which is where I think some of the attitudes are coming from).
 
One dis-advantage of this is it will slow down the shoutbox a bit, imagine every time you type @... it will scan your users database.
and I have 160K+ users. :/
 
One dis-advantage of this is it will slow down the shoutbox a bit, imagine every time you type @... it will scan your users database.
and I have 160K+ users. :/
If that is your concern then do you have it disabled in XF as well? If it was in TaigaChat then you would just disable it there as well (if it supported it of course).
 
How about you can only @ tag the user that is currently online?
Seriously, It's pointless to tag an offline member on the shoutbox.

So maybe, Luke can filter the tagging system will only work on online member.
 
How about you can only @ tag the user that is currently online?
Seriously, It's pointless to tag an offline member on the shoutbox.

So maybe, Luke can filter the tagging system will only work on online member.
Do you have tagging enabled in the forums and did you modify it to only allow tagging of online users?
 
You're not answering the questions. Again, do you have tagging enabled in the forums and did you modify it to only be enabled for online users?

It's obvious that you have no interest but some do. There is at least one site I know of where there are conversations taking place throughout the day in a TaigaChat powered chat and, if the feature was supported, then as users visited the page it'd a nice feature for them to get an alert that they were tagged in that chat for them to join in. If they are online, then great, they get the alert instantly, if they are offline, then great, they'll get the alert when they do come online sometime during the day and if they get the alert much later, then great, they can view the archive thread to see what was going on when they got tagged.
 
Please fix the SSL compatibility with this modification. It does not load correctly over SSL.
Check your smilies.
I viewed my page source when the shoutbox was failing to load and found that one of my admins had set a smilie path to an external HTTP location. Once I fixed this and re-enabled HTTPS compatibility mode, everything worked fine.

The 3rd party smilie was causing mixed content warning that was causing the shoutbox to not load.
 
Last edited:
So with the "Reverse Direction" option
(Tick for latest message at the bottom, untick for latest message at the top.)

I unticked because I would like to keep the latest messages at the top, but it's moving the other things around.

I would like to keep the INPUT BOX + SUBMIT underneath the shoutbox while having latest messages at the top. Is there a simple way to do this?
 
Looks cool.

Can I:

1) Have more than one shout box?
2) specify when a shoutbox is operational or not (ie manually or by times)
3) Not display it above forums or in the nav bar but make it only accessible via direct link

Many Thanks

Anyone able to fully answer these a bit more? Thanks. Are there any other options i have to be able to do this?
 
I'm not sure if its a bug but when /prune is used it only gets rid of the messages for the person that used it, all other members have to refresh the page.

I've tested it on our live site, dev envirnment and with a a 100+ members and reinstalled it various times.

I thought that when /prune was used, it was also supposed to be instant with everyone else, which would have made it a great tool in stopping certain conversations, etc.
 
I'm not sure if its a bug but when /prune is used it only gets rid of the messages for the person that used it, all other members have to refresh the page.

I've tested it on our live site, dev envirnment and with a a 100+ members and reinstalled it various times.

I thought that when /prune was used, it was also supposed to be instant with everyone else, which would have made it a great tool in stopping certain conversations, etc.

Currently deletes, prunes and edits are not retroactive to other users viewing the page, as it's a little tricky to implement efficiently, especially taking speed mode into account. It's planned for the future though.

So with the "Reverse Direction" option
(Tick for latest message at the bottom, untick for latest message at the top.)

I unticked because I would like to keep the latest messages at the top, but it's moving the other things around.

I would like to keep the INPUT BOX + SUBMIT underneath the shoutbox while having latest messages at the top. Is there a simple way to do this?

In template dark_taigachat_chatbox, you'll see two lines like this:

Code:
<xen:if is="!{$taigachat.reverse}">

Swap the ! from one to the other
 
Currently deletes, prunes and edits are not retroactive to other users viewing the page, as it's a little tricky to implement efficiently, especially taking speed mode into account. It's planned for the future though.



In template dark_taigachat_chatbox, you'll see two lines like this:

Code:
<xen:if is="!{$taigachat.reverse}">

Swap the ! from one to the other

I understand, I'll look forward to see what you implement though :)!
 
Back
Top Bottom