-
Posts
70,126 -
Joined
-
Last visited
-
Days Won
647
Community Answers
-
Matt's post in V5 Release Question? was marked as the answer
Hi Zak,
It's a good question. Developers are always reluctant to give a ballpark figure for when they expect a product to be released for two reasons: firstly, they are overly optimistic about how long things take, and secondly once a date or month is given, it starts a countdown. If we miss that date then it becomes a bit of a stick to wave at us.
All that said, we are confident that we'll release v5.0.0 final in Q1 2025. It will probably feel like quite a soft release as we won't update our website, etc, and we'll offer it alongside v4 which will be supported for quite a while yet. We'd expect most will stick with v4 while testing out v5 and waiting for it to mature a bit before converting over.
-
Matt's post in [B1][Feature] Dont make sense? confusing! was marked as the answer
Yeah, it's a bug. Can you post it over in the bugs forum? Just a link back to this is fine.
-
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.
-
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.
-
Matt's post in Twitter > X.com was marked as the answer
We love updating things because Elon got bored.
-
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.
-
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.
-
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.
-
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.
-
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). 🎉
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
Matt's post in Profanity filters was marked as the answer
Thanks for letting us know. This should be fixed in the June release.
-
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.
-
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.
-
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).
-
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.
-
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.
-
Matt's post in Uploaded images, sideways (iOS) was marked as the answer
We believe we have a fix for April's release.
-
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.
-
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