Perfect, thanks!@Kevin, rules and help act like links, the rest act like buttons/menu.
You can use this in EXTRA.css to make them the same color:
Code:#siropuChatOptions > a, #siropuChatOptions .PopupControl {color: @primaryMedium;}
There isn't. You can use the embed mode and Template Modifications System to place the chat in other positions.Is there Widget Framework Support?
How would that work?There isn't. You can use the embed mode and Template Modifications System to place the chat in other positions.
Would be nice if it did, is a bit breaking as we make heavy use of that to distinguish all types of members.Styling does not apply in those situations.
Is this running on any active big boards? What happens when you unleash dozens or even hundreds of concurrent chatters on it? Will the server catch fire or will it handle it fine?
Well, i just installed recently but i have 30 concurrent users. Seems to be pretty cool, expect the 5/5 second reload time, TaigaChat here has something they did different where you don't notice the calls are being made every X secondsTaking about 420 messages from 13 users every 30 minutes right now, plugin is handling it like a champ.
Well, i just installed recently but i have 30 concurrent users. Seems to be pretty cool, expect the 5/5 second reload time, TaigaChat here has something they did different where you don't notice the calls are being made every X seconds![]()
Got it! Love it!@vij, if you haven't received it yet, please send me a support ticket with the email used to complete the payment.
kk, what would the CSS be? I searched around got a bit lost on that.@mauzao9, rooms are permanent. I might implement that feature in the next release. As for the "All pages" mode on mobile, you can only hide it with CSS, not disable it.
Yeah hides it, but indeed loads it because i hear the new beep sound on mobile on every page. If you may consider for future updates an option disable it would be very nice. (not sure how that is done on XF however, taigachat was easier to disable has you only need to setup a bd widget to not load on mobiles).Try this (add in EXTRA.css):
Code:@media (max-width: 480px) { #siropuChatBar { display: none; } }
We use essential cookies to make this site work, and optional cookies to enhance your experience.