TaigaChat Pro - Realtime chat/shoutbox [Deleted]

if you do not know what to do, it is better not to write. If you have not noticed I have already given good advice ...
Uh what...? None of your post makes sense. You're the one who asked for help, and you quoted my post. /fp

(Also, I posted a valid potential solution. Obviously YMMV.)
 
I've upgraded from free to pro, using forum software 1.2.1
Anyway the framework widget for members in chat updates immediately on the homepage, but in the shoutbox page the members in chat box in the sidebar takes ages to update with activity (joining or leaving)
what could this be related to?
 
Is there a way to reset your colour if you've chosen one to the content colour? I use multiple themes, and would like to use a plain colour. However, this is impossible as we use a dark theme as well as a light theme.
 
@Luke Foreman , can you help me ?

For tagged users (when I click on the icon), i add this, in dark_taigachat_list template:
Code:
<span class="tagShoutbox" onclick="var membreATagger = $(this).parent().children('a.username').children().html(); $('#taigachat_message').val($('#taigachat_message').focus().val()+'@'+membreATagger+' ');"></span>
Under:
Code:
<span class="{xen:if {$message.me}, 'taigachat_me'} {xen:if {$message.activity}, 'taigachat_activity'}">

I get this error as:

Screenshot_5.webp

Normally, it should appear like this:

Screenshot_6.webp

Do you have an idea please ?
 
@Luke Foreman , can you help me ?

For tagged users (when I click on the icon), i add this, in dark_taigachat_list template:
Code:
<span class="tagShoutbox" onclick="var membreATagger = $(this).parent().children('a.username').children().html(); $('#taigachat_message').val($('#taigachat_message').focus().val()+'@'+membreATagger+' ');"></span>
Under:
Code:
<span class="{xen:if {$message.me}, 'taigachat_me'} {xen:if {$message.activity}, 'taigachat_activity'}">

I get this error as:

View attachment 55171

Normally, it should appear like this:

View attachment 55172

Do you have an idea please ?

Try replacing
Code:
$(this).parent().children('a.username').children().html();
with
Code:
$(this).siblings('a.username').text();
 
I've upgraded from free to pro, using forum software 1.2.1
Anyway the framework widget for members in chat updates immediately on the homepage, but in the shoutbox page the members in chat box in the sidebar takes ages to update with activity (joining or leaving)
what could this be related to?

Not sure what that could be other than a caching issue - I've never encountered it


Is there a way to reset your colour if you've chosen one to the content colour? I use multiple themes, and would like to use a plain colour. However, this is impossible as we use a dark theme as well as a light theme.

Empty the contents of the color text box at the bottom of the colour picker popup - this should reset it
 
Try replacing
Code:
$(this).parent().children('a.username').children().html();
with
Code:
$(this).siblings('a.username').text();
Work perfectly, thank you ;)

PS: you should include in your next release, this feature is very useful
 
Last edited:
That feature where the browser tab flashes when there is a new notification, does/can that extend to the nav tab on the forums?

I want to offer the shoutbox for members but I dont want it to be in the sidebar or take up any space on the other pages so it would be ideal for me to have it as it's own page and just notify people with the flashing of the tab so that they know to check any new chats messages posted.

Please let me know it this can be done b/c then I will definitely purchase.
 
I have just purchased this and it works great apart from one problem, its not showing how many people are in chat its just staying at "0"
Can anyone help please.
 
Hi @Luke Foreman not sure when you plan to extend this superb add-on with additional features already mentioned here like sound notification, highlighting messages with your names, ... but I have one more cool feature I would really love to see in TaigaChat Pro :)

Members-in-Chat.webp

This is taken from IPS and that number there shows how many members are currently chatting (3 members in chat). What do you think about including something like this? I think it would be awesome to have it :)
 
  • Like
Reactions: rdn
I have just purchased this and it works great apart from one problem, its not showing how many people are in chat its just staying at "0"
Can anyone help please.
could be caching. How would I get APC to exclude the shoutbox page? I usually put a htaccess file in the directory, but there is not one for this case
Having the same issue - do you have server caching too?
 
Is it possible to implement a button to "minimize" the shoutbox?
An example of this feature can be found on a vBulletin mod called "VSa - ChatBox"
See the attached image which has an arrow pointing to the button to minimize the chatbox.

If7wZF6.png


Thank you.
 
I paid and installed this addon yesterday and this morning i have noticed the buttons i.e the Bold button and colour button ect are not showing and its just a square shape for each one instead.
Does anyone know what could be causing this please?
 
Hi @Luke Foreman not sure when you plan to extend this superb add-on with additional features already mentioned here like sound notification, highlighting messages with your names, ... but I have one more cool feature I would really love to see in TaigaChat Pro :)

View attachment 55460

This is taken from IPS and that number there shows how many members are currently chatting (3 members in chat). What do you think about including something like this? I think it would be awesome to have it :)

I would like something like this but only to display the number of unread messages.
 
could be caching. How would I get APC to exclude the shoutbox page? I usually put a htaccess file in the directory, but there is not one for this case

Actually it may be that the situation of it working on the homepage and not the shoutbox page is coincidental. With speed mode enabled, it will only update when someone posts a shoutbox message or approximately once a minute.

That feature where the browser tab flashes when there is a new notification, does/can that extend to the nav tab on the forums?

I want to offer the shoutbox for members but I dont want it to be in the sidebar or take up any space on the other pages so it would be ideal for me to have it as it's own page and just notify people with the flashing of the tab so that they know to check any new chats messages posted.

Please let me know it this can be done b/c then I will definitely purchase.

Yep will add this at some point, nice idea :)

I have just purchased this and it works great apart from one problem, its not showing how many people are in chat its just staying at "0"
Can anyone help please.

This may be the same thing I mentioned above about speed mode, especially if you are running it in a test forum or small forum where even the 1 minute cron may not be executing due to lack of traffic

Hi @Luke Foreman not sure when you plan to extend this superb add-on with additional features already mentioned here like sound notification, highlighting messages with your names, ... but I have one more cool feature I would really love to see in TaigaChat Pro :)

View attachment 55460

This is taken from IPS and that number there shows how many members are currently chatting (3 members in chat). What do you think about including something like this? I think it would be awesome to have it :)

Will look into adding an option for both this and unread shoutbox messages

I paid and installed this addon yesterday and this morning i have noticed the buttons i.e the Bold button and colour button ect are not showing and its just a square shape for each one instead.
Does anyone know what could be causing this please?

It's likely you have not uploaded the files from the 'styles' folder, or there are unmerged changes to dark_taigachat templates

If it's neither of those things, please PM me your site url and admin cp details
 
Last edited:
Back
Top Bottom