Chat by Siropu

Chat by Siropu [Paid] 1.25.1

No permission to buy (€29.99)
I still don't get "User has joined/left" messages, what settings relate to this? Maybe I've missed something. Anyone else experience this?
Also, I think the sound option should be for new, unread chat messages when I'm not focused on it, not when I submit a message.
 
I just upgraded to the new version of BBCode Manager and am getting 100's of this error:

Code:
ErrorException: Fatal Error: Class 'BBM_BbCode_Formatter_Base' not found - library/XenForo/Application.php(528) : eval()'d code:1
Generated By: WeakMonday, A moment ago
Stack Trace

#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State

array(3) {
  ["url"] => string(45) "http://dressedwell.net/index.php?chat/refresh"
  ["_GET"] => array(1) {
    ["chat/refresh"] => string(0) ""
  }
  ["_POST"] => array(11) {
    ["room_id"] => string(1) "0"
    ["last_id"] => string(3) "841"
    ["inverse"] => string(1) "0"
    ["no_users"] => string(1) "0"
    ["show_ignored"] => string(1) "0"
    ["all_pages"] => string(1) "0"
    ["embedded"] => string(1) "0"
    ["_xfRequestUri"] => string(6) "/chat/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
  }
 
Hello, great add on so far.

Is there a way to disable the # beside the chat tab -

30rwlrt.png


From Options I can uncheck this box to get rid of it.

2h651k9.png


However, it will also get rid of the tabs in the red bar.

BEFORE: Checked
svp7c9.png


AFTER: Unchecked
2ywg2kl.png


I would like to keep the tabs in the red bar but disable the number beside the chat tab.

I think this option may have some issues

Thanks
 
I suppose this is a bug. That shouldn't be the expected result from disabling tab chatters count.

Oh well, till he fix it, you can use this on your EXTRA.CSS instead:
Code:
#navigation .navTab.chat .navLink .itemCount { display: none; }
 
I suppose this is a bug. That shouldn't be the expected result from disabling tab chatters count.

Oh well, till he fix it, you can use this on your EXTRA.CSS instead:
Code:
#navigation .navTab.chat .navLink .itemCount { display: none; }

Thanks a lot Bobby. Worked
 
Search for "fa-caret-square-o-down" in "siropu_chat_editor" template and replace it with the one you want.
 
Hi @Siropu , i want to embed a certain room chat in a certain node, how to do that?
I don't know how to use this code, please help me or make an example.
Code:
<xen:callback class="Siropu_Chat_Callback" method="getChat" params="{xen:array 'room_id=id'}"></xen:callback>

Many thanks :)
 
just a quick one how to i produce a gap between the chat and the category header, its together
 

Attachments

  • Screenshot (8).webp
    Screenshot (8).webp
    96.3 KB · Views: 15
Top Bottom