Siropu
Well-known member
You can create a new command for it and add it via ACP > Chat > Commands but you need to know PHP in order to implement the API.can you give me tips there?
I might add a command for AI in the core. We'll see.
You can create a new command for it and add it via ACP > Chat > Commands but you need to know PHP in order to implement the API.can you give me tips there?
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.
protected function canActionContent(Report $report)
{
$visitor = \XF::visitor();
return $visitor->hasPermission('siropuChat', 'reportMessages');
}
editAnyMessage
or deleteAnyMessage
. E.g.: protected function canActionContent(Report $report)
{
$visitor = \XF::visitor();
return $visitor->hasPermission('siropuChatModerator', 'editAnyMessage') || $visitor->hasPermission('siropuChatModerator', 'deleteAnyMessage');
}
index.php?chat/
It has user group permissions as well.May I know how to make this work.
Chat admin option "Enable chat link icon on right navigation for mobile users".does anyone know how to remove the chatbox attached to the search bar?
Thanks that works but it removes the opposite nav button for the chat also which is a shame as I did feel it was handy to have.Chat admin option "Enable chat link icon on right navigation for mobile users".
Where is the conversation list sidebar? Have you made any changes to the Chat?Can you guide?
Admin option: "Enable chat link icon on right navigation for mobile users"Is that possible?
Brilliant! Thank you!Admin option: "Enable chat link icon on right navigation for mobile users"
We use essential cookies to make this site work, and optional cookies to enhance your experience.