
Everything posted by Daniel F
-
How to translate V5 ?
I have made some adjustments for 5.0.1 which should resolve this issue
-
[5.0] Downloads APP - fresh install - issue
I have raised an internal suggestion to include a check for directories with first party furls as part of the install/upgrade system check
-
[5.0] Downloads APP - fresh install - issue
Changed Status to Not a bug
-
use IPS\gallery\modules\front\gallery\submit;
Removing hooks doesn't mean that IC5 isn't extensible at all. You can still use Extensions like in IPS4 and Listeners to modify the logic in the code. https://invisioncommunity.com/developers/devblog/blog/introducing-invision-community-5s-development-tools-r7/ https://invisioncommunity.com/developers/devblog/blog/ic5-introduction-to-listeners-r8/
-
CSS 404 forums_front_styles_streams v5
I have located and fixed the issue for an upcoming release.
-
Privacy Policy throws an Error, users stuck with an error after login
We'll have a patch ready very very soon, which will address this!
-
500 error page on topics after upgrade to 5
Have you imported any DB backups from v4 after the upgrade to v5? Were there any errors while the upgrade to IC 5? I'm asking because it seems that some upgrade steps were just skipped.
-
500 error page on topics after upgrade to 5
I have resolved most of your issues, but you'll need to review your ACP, some translatable sections & items like forums, groups, emoji categories,.. could be missing the titles because you never created the English translation for these.
-
500 error page on topics after upgrade to 5
Your site is back online, but please don't change anything in the backend yet, I'm still investigating some issues.
-
500 error page on topics after upgrade to 5
I was, but whitelisting my IP helped;) OK let's see what's going on.
-
500 error page on topics after upgrade to 5
Unfortunately it's still not working
-
Invision Community 5.0.0 Released
IN_DEV is not available on cloud, which we already answered here, and for self hosted you would download the files from your client area and then upload them to the same directory where your community is.
-
500 error page on topics after upgrade to 5
I'm working on this now but some important information, maybe they're useful to others finding this topic:D IPS4 translations are not compatible with IC5! That's a really important point. You've run into the same issue as here with your France translation. IPS4 themes are not compatible It seems that you haven't uploaded all files, correctly, but unfortunately I'm not able to connect to the SFTP server we have on file. If you restrict access to your server by IP, please whitelist 144.202.11.32
-
v5 how to add javascript to global
It's still the same place as in IPS4 ACP => Customizations => Click on the edit button for the theme you want to change. There you'll find a "Header & Footer" codebox, where you can paste your custom code.
-
500 error page on topics after upgrade to 5
We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. We look forward to further assisting you.
-
Invision Community 5.0.0 Released
Had you any custom redirects in place, or did you just leave all the dead links which returned only a 404 response?
-
Email blocked but not showing in 'email undeliverable' list
I have created a ticket to take a look at this.
-
Alert_cant_dismiss
It's fixed, but the fix didn't make it into 5.0.0. You can expect many recent bug fixes from IPS 4 to be now in 5.0.1
-
Happy FiveDay! 5.0.0 Soft Release now available
That's probably not possible at the moment. Can you clarify what you're trying to achieve, maybe we can come up with a solution?
-
Unable to Remove "Out of date applications"
Is this IC5? If yes, we'll have this fixed in 5.0.1
-
Club - Message Members
Correct. I have a similar 3rd party app but the one from your screenshot isn't mine.
-
Club - Message Members
That's an issue with a 3rd party application, there's no such feature in the core. I would suggest to contact the author of this application for further support.
-
Red Warning Triangle Next to User Avatar - Unknown cause/Trigger
I have created a ticket to investigate this further.
-
Club types
Yes, you can change the type in the ACP
-
Noticed a Bug... But...
This sounds weird, there's no need for is_new and notification in the payload, it's literally not available. /core/messages accepts literally only * @apiparam int from User ID conversation is from * @apiparam array to One or more user IDs conversation is sent to * @apiparam string title Conversation title * @apiparam string body Conversation body https://invisioncommunity.com/developers/rest-api?endpoint=core/messages/POSTindex