Ok, just tested and updating the style property updates p-body-inner to 950px. This is helpful so I can experience your view.
A couple of things I want to point out about your article. It does suggest narrowing text makes it easier to read and based on my sampling of major American publications...
Probably after the summer. I could release early if users really demand it. The bug has been around for a while so my guess is it isn't impacting a lot of users. Only one other user has reported the issue.
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...