Chat 2 by Siropu

Chat 2 by Siropu [Paid] 2.3.5

No permission to buy (€29.99)
Siropu updated Chat 2 by Siropu with a new update entry:

Improvements & Bug Fixes

Added the option to use file based "real-time" actions for edit/delete/reaction instead of XF simple cache due to issues on some big boards.
Made some cache improvements for active bot response/message count.

Bugs Fixed
Misspelling/errors on some phrases.
Issue with some permissions when editing rooms.
Issue with posting on some big boards where room cache not working as expected, causing a permission error.

Read the rest of this update entry...
 
Hi, before I renew when I goto your site I have to type in /nick to set a name if I was logged (registered on your forum) in on your site would this not happen?
 
Hi, I have discovered in Chat 2.2.7 that individual forum moderators are unexpectedly able to view and action reports for chat messages despite having no chat moderator permissions. Looking at the code, the following permission check is done in Siropu\Chat\Report\Message.php:
PHP:
    protected function canActionContent(Report $report)
    {
        $visitor = \XF::visitor();
        return $visitor->hasPermission('siropuChat', 'reportMessages');
    }

Changing a forum moderator's permission to report messages to Never works around this issue.

In my opinion it would be better to only allow chat message reports to be viewed/actioned when a user has an appropriate chat moderator permission, such as editAnyMessage or deleteAnyMessage. E.g.:
PHP:
    protected function canActionContent(Report $report)
    {
        $visitor = \XF::visitor();
        return $visitor->hasPermission('siropuChatModerator', 'editAnyMessage') || $visitor->hasPermission('siropuChatModerator', 'deleteAnyMessage');
    }
 
@Siropu

Currently Chat 2 by Siropu [Paid] 2.2.8 is in conflict with the [021] Real time chat 1.3.0

I contacted @021 and suggested he should have the option to change the link and he asked for a $15 fee.

index.php?chat/

I just wanted to inform you.

If possible, you should have the option to change the URL path to avoid conflicts between the add-ons.

All for the community.
 
Hi!

We just purchased Chat2 and installed in our Xenforo 2.2.12.

After installing the chatvox is not showing up? May I know how to make this work. I've alreadt check Enable Chat but nothing happens,

Please help.

1681701489780.webp
 
Hi, does anyone know how to remove the chatbox attached to the search bar? I already have two buttons that lead to the chatroom on my header and a third looks a bit excessive, especially when having no practical use it seems on the search bar. Thanks.
 
Getting this error while sending chat in private conversations. Can you guide? @Siropu
The browser console doesn't show anything. Works fine in popup chat box only.
 

Attachments

  • Screenshot 2023-05-13 at 10.35.25 AM.webp
    Screenshot 2023-05-13 at 10.35.25 AM.webp
    26.3 KB · Views: 16
I just updated to the newest version (it had been a while) and there is now a chat icon next to the alerts icon. Since I have a dedicated tab for chat I'd like to remove this icon. Is that possible?
 
Top Bottom