Jump to content

Matt

Management
  • Posts

    69,389
  • Joined

  • Last visited

  • Days Won

    551

Community Answers

  1. Matt's post in Name-only URLs in IPS when Integrating Member Accounts? was marked as the answer   
    We use the member ID in the URLs to ensure that the link goes to the correct place. There are some occasions where the 'friendly' part of the URL may not be unique. UTF8 allows for a wide range of characters, some not visible so it would be possible to use specific UTF8 sequences which would be stripped during the FURL process, which could mean that without the URL there is the possibility of it pointing to the wrong person.
    It also means that permalinks stored externally still work even when the user has changed their name.

  2. Matt's post in Community Hive Does NOT Work was marked as the answer   
    I've replied to FZ in the ticket, but a few things to mention here that we'll improve on:
    1) The sidebar widget will only show if you are not subscribed to your own site via Hive. You (the admin) are subscribed automatically during set up, so when you drag in the Hive widget, it won't show for you - but it will show for others. It's a bit confusing but if you log out (or use a private browser tab) you'll see the widget in all its glory. We're looking at ways to improve this so you get some kind of message if you are subscribed.
    2) We're working on onboarding to reduce confusion. The site was added and it is pulling in data. I've left a recommendation for FZ on how to log back in.
  3. Matt's post in Twitter > X.com was marked as the answer   
    We love updating things because Elon got bored. 
  4. Matt's post in ips.utils.cookie.get is not working was marked as the answer   
    It's probably caused by the opt-in/essential cookies additions in .11. We're getting a .1 release ready to fix the outstanding issues reported.
  5. Matt's post in Older iOS devices no longer able to post or see pics after update was marked as the answer   
    I've taken a look at this issue, and it's caused by new javascript code in Invision Community taking full advantage of the ES (2020) syntax, specifically the chaining operator, like so:
    ips.getSetting?.('baseURL')?.replace This is only supported from iOS 13.4 onwards (https://caniuse.com/?search=optional chaining operator)
    We can remove the chaining operator from this line of code which will fix the issue, but moving forwards we are more likely to use it again - especially for Invision Community v5.
  6. Matt's post in Should I leave Invision after 14 years for Xenforo? was marked as the answer   
    Hi there,
    I've taken a look at your account, and you are right, there has been no ticket created. I'm not sure why, but I do apologise.
    I've created a ticket from your other topic and I will investigate it now for you.
    I'm sorry that there seems to have been some kind of mix-up with this issue, and it falls short of our normal support standards.
  7. Matt's post in GDPR & EU Hosting - Third Country IPS Support was marked as the answer   
    To be clear, data is not transferred from EU to US servers to troubleshoot issues on your community.
    People geographically located in the US may troubleshoot issues via the AdminCP, but we do not move data from EU to US servers to do this.

    I can't think of a reason we'd need to transfer PII out of EU and into US servers, even if we need to repair data or tables, etc.
    The article is a little confusing when it says: “Support access for persons in a third country to data in data centres in the EU also constitutes a third country transfer.”

    I think this means that someone in the US who needs to copy the data to a local data centre to work on it would fall foul of GDPR, but we do not operate like that.
  8. Matt's post in Setting specific dates in Pages records no longer possible was marked as the answer   
    It has been restored for 4.7.8 in Pages (March release). 🎉
  9. Matt's post in Moved to Elasticsearch - Change in function of Activity and Content Feeds? was marked as the answer   
    Just as a note to future readers of this topic, the issue looks to be by the Elastisearch provider not allowing access to the task and update by query APIs.
    If you get any odd issues with multiple entries where there shouldn't be in streams, it's almost always update by query not working or being blocked by the host.
  10. Matt's post in Hump Day: Improved search bar UI was marked as the answer   
    Don't say it.
     
     
    Don't say it.
     
     
     
    Don't say it.
     
     
     
    Don't say it.
     
     
     
    Don't say it.
     

  11. Matt's post in Alert System Working? was marked as the answer   
    This is fixed and will be in the next 4.7.0 release.
  12. Matt's post in Duplicate images when copying and pasting was marked as the answer   
    Excellent sleuthing @Andy928!
    A fix is now in review and may just make it for the June release.
  13. Matt's post in 4.7 schema migrations were added to the 4.5 upgrade block was marked as the answer   
    Cheers J, all sorted.
  14. Matt's post in 4.7 Beta 1 to 4.7 Beta 2 upgrade - 'core_statistics' queries was marked as the answer   
    Cheers. I can clean up the schema, but it's totally harmless. Just a silent error during the upgrade process.
  15. Matt's post in Profanity filters was marked as the answer   
    Thanks for letting us know. This should be fixed in the June release.
  16. Matt's post in 4.7.0 Beta 1 - "You must enter a numeric value" displayed with 'unlimited' number field was marked as the answer   
    PR 6963 added, should be in June's release.
  17. Matt's post in [Bug 4.6.10] IN_DEV mode and editing YesNo widgets settings not working sometimes was marked as the answer   
    PR 6968 opened. This should be in the June release pending review.
  18. Matt's post in Sharing is Missing was marked as the answer   
    I believe the sharing links only show in forums that are accessible by guests. If you need to log in to see a forum, the share links won't be visible (as most services will just return a 404).
  19. Matt's post in Google Tag Manager (Learn more) was marked as the answer   
    This has now been fixed, and the button should work correctly.
  20. Matt's post in How To Edit Organization Schema was marked as the answer   
    I understand what you mean.
    You're saying your site is my-site.com, and you have created a directory 'forums' and put the forums in there, so the JSON should report the site as 'my-site.com' but it's reporting 'my-site.com/forums'. I'll open an issue.
  21. Matt's post in Uploaded images, sideways (iOS) was marked as the answer   
    We believe we have a fix for April's release.
  22. Matt's post in Template core/front/global/globalTemplate is throwing an error. was marked as the answer   
    Ok, I've run recovery mode, cleared your caches and switched the chatbox back online. Your site is now operating normally.
  23. Matt's post in Manual action required error on upgrade was marked as the answer   
    @Cobar The issue is caused by GitHub being down right now. The build process pulls from the latest tagged release, and as GitHub is currently experiencing issues, it's failing there.

    Once GitHub is back up, it will work fine.

    https://www.githubstatus.com
  24. Matt's post in Transparent background in app (manifest) icon was marked as the answer   
    I've added the ability to upload maskable icons, and this should be in our March release (4.6.11)
  25. Matt's post in apple-touch-startup-image validation issues was marked as the answer   
    Sadly the W3C validator complains about a lot of things we have to do in the real world.

    The markup you are seeing is a well known workaround for limitations in how iOS manages start up images across its wide range of screen sizes and devices.

    https://appsco.pe/developer/splash-screens
    https://www.simicart.com/blog/pwa-splash-screen/

    To change device-width to just width breaks this.

    It's not something we can fix.
×
×
  • Create New...