Jump to content

Richard Arch

Clients
  • Posts

    318
  • Joined

  • Last visited

Reputation Activity

  1. Agree
    Richard Arch reacted to TheLlamaman in New Spam Prevention Features   
    For the Geolocation settings, is there a way of filtering all countries EXCEPT the specified one (i.e., a whitelist instead of a blacklist)? My forum's users are all based in one country, so it would make sense for me to validate all users outside of this country.
    Also, does the work for users who register via SSO (e.g. Google Login)?
  2. Like
    Richard Arch got a reaction from 15Degrees in Cron Job Update   
    Yes
  3. Like
    Richard Arch got a reaction from Marc Stridgen in Is there an issue with Safari?   
    Ah, understood. They are like markers where the code stopped before outputting that error page.  Good the know thanks.
  4. Like
    Richard Arch reacted to Pseudonym in Delete spammers and their posts via SQL?   
    I've been working on a script that runs through a pre-identified list of members, and flags them as spammers. I'm delighted to say that after spending way too many hours on this (seriously, it probably would have been quicker to delete them manually!) I have something that works.
    I have now cleaned up my forum. I've deleted 387,162 spam posts, banned ~700 spammers, and reduced my database size by 3.2 Gb. Best of all, this was all done using IPS functions, so it shouldn't cause any nasty database discrepancies. I'm feeling quite pleased with myself about all this. 😄
    I'll post instructions and my script here, and hopefully it helps someone else in the future.
  5. Thanks
    Richard Arch got a reaction from LiveG in Site is down after php upgrade   
    Yes, switch php back to v7 and see if site works again which it should.
    You may have some customisation that is incompatible with php v8.
    Try disabling all applications and plugins, switch to default theme and language then tryphp v8 again.
  6. Agree
    Richard Arch reacted to H5K in Petition for Commerce Improvements   
    Commerce Feedback: Voiced but Unheard
    Commerce is in need of some dire improvements considering it is a life-support system for many communities.
    Recurring recommendations have been made for years but left unheard. While we understand that Commerce and especially payment method integration requires a lot of development, I think we can all agree on its necessity and the importance of a good customer experience.
     
    Previous Feedback: 2018 -> 2023
    Payment Method Display:    
    User Experience / Customization Store front-page customization Separation of currencies Topic:   https://invisioncommunity.com/forums/topic/467574-currencies-available-for-location-not-language Pricing Features Missing Features from Existing Integrations   QoL  
     
    ________________________________________________________________________________
    At the end here I'm just going to tag any staff or user that has previously shared their thoughts on topic.
      @LaCollision@Richard Arch@OctoDev@SjorsK@Jordan Miller@Umaar@ZLTRGO@iozay@Ghost Face@Kirill Gromov@PatrickRQ@Nakamura RTS@ahc@PatrickRQ@The DeaDly@AlexWebsites  
  7. Agree
    Richard Arch reacted to KT Walrus in v5 news coming soon...   
    Support for MySQL transactions in v5?
    Database operations that insert/update rows in multiple tables should be grouped into a single transaction. This improves data replication and avoids data inconsistency from accumulating over time. This mainly affects content creation/modification.
    Support for spatial data types and queries in v5?
    I'd like to see full support for spatial indexes and queries on at least lat/long points.
    Support for date and time types in v5?
    I'd like to see full support for YEAR, DATE, TIME, DATETIME, and TIMESTAMP including fractional seconds for times stored in the database, e.g., TIMESTAMP(6) and TIME(6). 
    Also support many of the remaining data types as you can including binary and json data types.
    I feel like the database layer has been neglected over the years in favor of the UX and hope that v5 will address this side of the SDK.
     
     
     
  8. Agree
    Richard Arch reacted to TDBF in v5 news coming soon...   
    Full in-depth developer documentation with proper real-life full working examples on how to implement framework features.
  9. Like
    Richard Arch reacted to Adriano Faria in Calendar Enhancements   
    What's New in Version 1.3.0
    Add new moderator permission and setting to convert a topic (and its posts) to an event (with comments). New setting to allow the topic author to convert their topics into events. New setting to delete the topic after converting it to an event.
  10. Agree
    Richard Arch reacted to Clover13 in Calendar Enhancements   
    That's also a great idea for an enhancement.  Add a waiting/reserve list. 
  11. Agree
    Richard Arch reacted to GazzaGarratt in Calendar Enhancements   
    Adriano, or anyone else for that matter that uses events regularly, have you seen any way to create a new pot for RSVP at all? I'm trying to find a way to capture 'Reserve' slots. Essentially so if you have a limit and someone drops out, you know if someone in reserve can fill in for you.
    Ideally it sits alongside max limit if you have one! So many times people want to say they could be around but when it reaches its quota no one else can even click Going or Maybe. Appreciate any thoughts if it can fit in the enhancements in some way.
  12. Like
    Richard Arch got a reaction from Boris_ in Commerce, Add a separate tab to list non subscription purchases   
    ACP > Members > Members > Customer tab
    In my example, clothing has been bought along with a membership subscription but clothing is not Active.  Purchases without a subscription would be better listed under a different tab (eg Other).

  13. Like
    Richard Arch got a reaction from SeNioR- in Display Name with an apostrophe not allowed?   
    We have in the past entered new members with apostrophes but now it restricted.  Is there a setting to allow apostrophes?
    This has been tested on a local install of v4.7.10 with no add-ons.

     
    Ahh, I should have searched first. There is a solution 🙂 
     
  14. Thanks
    Richard Arch reacted to Marc Stridgen in Bulk email speed   
    No, it would continuously run until its completed as it would start again immediately after the first. 
    If you are sending more than your mail provider can handle, the only answer is to use a different mail provider that can handle what you are sending
  15. Thanks
    Richard Arch reacted to Marc Stridgen in Bulk email speed   
    Yes, it would be every minute
  16. Like
    Richard Arch got a reaction from SeNioR- in Profile field type Member not working as expected   
    I've tested this on a local install of v4.7.10 with no add-ons to eliminate any issues with my live site.  Is this a bug?
     
    To repeat the error, create a new profile field with the type set as Member, save the option.

     
    Now try editing a members profile to select a member in the new field.  It does not automatically list the existing members like it does when sending a private message.

     
    This is how I expected the field to act, like it does for a private message.

     
     
  17. Like
    Richard Arch got a reaction from Jim M in Special character codes in HTML editor   
    It has nothing to do with English, check out what & or < or > translates as 🙂 
  18. Thanks
    Richard Arch got a reaction from MeMaBlue in errno: 28 No space left on device 1021   
    DIY but make sure you take a DB backup first 😉
     
     
  19. Like
    Richard Arch reacted to aXenDev in First article about creating app IPS for beginners   
    Another tutorial 
    https://medium.com/oke-software/create-apps-for-ips-2-customizations-9510d32a5a53
  20. Agree
    Richard Arch got a reaction from PPlanet in Selection of Secondary Groups   
    When there are more the 25 groups how you select them gets harder! 
    The window is reduced from 6 to 4 groups at a time and it means there is more scrolling up/down to find the ones needed.  List them all, don't restrict the view.
    But the most disappointing aspect is that the ease of the checkbox method is changed to something that is more difficult, the user needs to hold the Ctrl key down to select more than one which is very much prone to the user accidently removing any other secondary groups the member may have as they cant see what is currently selected.
    Please change this to something more user friendly.
     

     

  21. Agree
    Richard Arch got a reaction from Adriano Faria in Selection of Secondary Groups   
    When there are more the 25 groups how you select them gets harder! 
    The window is reduced from 6 to 4 groups at a time and it means there is more scrolling up/down to find the ones needed.  List them all, don't restrict the view.
    But the most disappointing aspect is that the ease of the checkbox method is changed to something that is more difficult, the user needs to hold the Ctrl key down to select more than one which is very much prone to the user accidently removing any other secondary groups the member may have as they cant see what is currently selected.
    Please change this to something more user friendly.
     

     

  22. Like
    Richard Arch got a reaction from Marc Stridgen in RSVP limit reached in Error Logs   
    Works like a charm.
    As a further test, reverting RSVP back to unlimited afterwards and the Maybe members reappear 👍
  23. Like
    Richard Arch got a reaction from Charles in RSVP limit reached in Error Logs   
    Works like a charm.
    As a further test, reverting RSVP back to unlimited afterwards and the Maybe members reappear 👍
  24. Thanks
    Richard Arch reacted to Marc Stridgen in RSVP limit reached in Error Logs   
    Just a quick update to let you know that this issue was resolved in the recent 4.7.8 release of our platform. Please upgrade your site to resolve this issue. If you are still seeing any issues after upgrading to this version, please let us know.
  25. Thanks
    Richard Arch reacted to Marc Stridgen in Admin CP Login Logs - Display Name   
    Just a quick update to let you know that this issue was resolved in the recent 4.7.8 release of our platform. Please upgrade your site to resolve this issue. If you are still seeing any issues after upgrading to this version, please let us know.
×
×
  • Create New...