Recent content by Pauly

  1. Pauly

    XF 2.3 Give user permission to edit another users post?

    Create a custon user group just for that user with enhanced edit abilities ? Could just be stealth moderator account with stripped back permissions ?
  2. Pauly

    How to add permanent usergroup to user account upgraded?

    Could you make a second free user upgrade that a member could opt into ? Make a user upgrade for them to buy for a fee that promotes the user to the VIP group and set the desired expiry date Make another user upgrade that is free and only available to members of the VIP group that does not...
  3. Pauly

    XF 2.3 Make registration page smaller

    What verification are you using, if its image based captcha that maybe using extra space than the example above, a possible easy tweak to save some screen real estate ?
  4. Pauly

    XF 2.3 Images not uploading?

    If you have to turn mod security back on, you should be able to check which particular rule is being triggered and disable it
  5. Pauly

    People anwering per email to notifications about PNs - how to avoid?

    I remove the content of the message so they have to login to the forum to read it
  6. Pauly

    People anwering per email to notifications about PNs - how to avoid?

    Depends what version of XF you are running
  7. Pauly

    Bash script for backups

    Thanks for the info, i installed lbzip2 today and swapped over to it Did a quick check before and after and speed is greatly improved DB backups dropped from 46 seconds to 33 and file backups dropped from 27 minutes to 20 minutes so quite a healthy saving !
  8. Pauly

    Atari Missile Command game remake

    Sorry, i may have glitched the leaderboard It gave me some 403s so i tried to submit a few times
  9. Pauly

    Bash script for backups

    Just wanted to revisit this and say thanks, works as it should with your suggestion and outputs a single compressed file for each domain, perfect !
  10. Pauly

    XF 2.3 User whose membership period has expired

    In the opening post you say you are manually changing the primary user group, i think a typical user upgrade setup would be to leave the primary group alone and set the upgrade to add the user to a secondary user group with defined permissions then when the upgrade expires the user is removed...
  11. Pauly

    Bash script for backups

    Having recently migrated to a new server with more resources i am trying to update a bash script that takes a file dump of all domains to utilise multi thread compression to speed things up a bit I have moved from centos to alma9 running centminmod so carrying scripts over from there I use...
  12. Pauly

    [DigitalPoint] App for Cloudflare®

    Thanks for the quick fix, much appreciated
  13. Pauly

    Help me configure Elasticsearch better!

    I have VPSs with 8gb ram and i have uncommented xmx4g & xms4g in the jvm file and it works fine If its using 7gb then sounds like its not abiding to or reading the limits for some reason so thats got to be the first place to start ?
  14. Pauly

    [DigitalPoint] App for Cloudflare®

    Im getting the same issue when accessing user IP data https://xenforo.com/community/threads/standard-library-by-xon.183137/post-1739428
  15. Pauly

    Standard Library by Xon

    This is the output grep -Ri filterGeo src/addons src/addons/DigitalPoint/Cloudflare/XF/Template/Templater.php: 'geo' => 'filterGeo', src/addons/DigitalPoint/Cloudflare/XF/Template/Templater.php: public function filterGeo($templater, $value, &$escape, $item = null)...
Back
Top Bottom