Hello,
Use this plugin for Xenforo 2:
https://github.com/CleanTalk/xenforo2-antispam/releases/download/2.5/CleanTalk-2.5.zip
The guide is here:
https://cleantalk.org/help/install-xenforo2
Did it work?
I've tried to build my addon release via cmd.php xf-addon:build-release, but i got this error in console:
PHP Fatal error: Uncaught XF\Db\Exception: No such file or directory in /dev.xenforo2/src/XF/Db/Mysqli/Adapter.php:160
Seems like something wrong with this line, but i've checked $config...
Hello,
You will see the list of found users. You can delete selected or all or do not delete anything. If you want to review account you need to do it in standard Xenforo Users tab.
Hello, i want to make an ajax call from my template in module.
I have created custom page in settings this way:
<option option_id="myPage" edit_format="callback" data_type="array" can_backup="1">
<edit_format_params>myClass:outputFunc</edit_format_params>
</option>
PHP:
class myClass {...