Recent content by AndrewSimm

  1. AndrewSimm

    XF 2.4 general discussion, feedback, complaints, random off topic posts, etc.

    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.
  2. AndrewSimm

    [Andrew] Admin Panel Notes [Paid]

    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...
  3. AndrewSimm

    [Andrew] Moderator Panel

    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...
  4. AndrewSimm

    [Andrew] Moderator Panel

    I can confirm the bug is for any version of MP running on XF 2.2. I will work on a fix.
  5. AndrewSimm

    [Andrew] Banned Users List

    Yes, you are good to go.
  6. AndrewSimm

    Any news about Xenforo 3.0, can we expect modern forum?

    I don't understand. I didn't suggest anything you wrote.
  7. AndrewSimm

    [Andrew] Moderator Panel

    Were you updating an add-on when this occured?
  8. AndrewSimm

    Any news about Xenforo 3.0, can we expect modern forum?

    Can you provide some context? I didn't say anything about social media.
  9. AndrewSimm

    Any news about Xenforo 3.0, can we expect modern forum?

    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...
  10. AndrewSimm

    [Andrew] Moderator Panel

    Not currently, but that is a really good callout. I will introduce a feature to disable recent login logs and a configuration to control pruning.
  11. AndrewSimm

    XF 2.3 hasContentPermissions and getFinalPerms

    When does a permission need to be checked in getFinalPerms? I noticed the permission works (allow or deny) by usergroup and category even when I don't add that permission to this function. Looking at other add-ons where permissions can be configured by content I typically only see the view...
  12. AndrewSimm

    [Andrew] Add-on Log 1.0.0

    Take control of your XenForo installation with the Add-on Log, a powerful tool for tracking all changes to your add-ons. From updates to enabling or disabling actions, this add-on provides a detailed record to help administrators maintain a clear history of their add-ons' lifecycle. With...
  13. AndrewSimm

    [Andrew] Add-on Log [Paid]

    AndrewSimm submitted a new resource: [Andrew] Add-on Log - Logs add-on install, uninstall, upgrade, rebuilding, enable, and disable Read more about this resource...
  14. AndrewSimm

    Direct Message log, re: Online Safety Act

    Over 100 billion messages are sent through Facebook Messenger each day. The odds that they ever have a human read every message approaches 0%. Using technology to flag messages is more feasible and probably more reliable. It's good to see the UK do everything they can to make it challenging to...
  15. AndrewSimm

    [Andrew] Moderator Panel

    Many of those APIs have free versions. I of course am fine if you use https://ipsearch.io since I own that site. I made some good updates to that site last month. You can turn that off too if you like.
Back
Top Bottom