I have two sites with a combined 15M post that I backup at separate times with this method. I backup and then copy a backup to a secondary drive. I then download a copy each night of the backup to a file server at my house using a script.
First, I appreciate your support and feedback.
When I created this add-on I thought a lot about what type of add-on this would be and how it should be scoped. I concluded it needed to be one of these three options:
1. Basic text box (vBulletin 4 style) widget
2. Enhanced text box with user...
The issue is IP::BinaryToString doesn't exist in XF 2.2.
This will be the fix in Andrew\ModeratorPanel\Pub\Controller\User.php:
if(\XF::$versionId < 2030000)
{
$ips = $ipRepo->getUsersByIp($parsed['startRange']);
} else {
$ips...
I know you can change it but...
The borders on everything is a bit dated. I also think filters could be designed to come from the side vs a popup and closing a filter from the filter bar isn't very mobile friendly. I would also say the layout of different post and widgets against a gray...