Jump to content

Daniel F

Invision Community Team
  • Joined

Everything posted by Daniel F

  1. I have made some adjustments for 5.0.1 which should resolve this issue
  2. I have raised an internal suggestion to include a check for directories with first party furls as part of the install/upgrade system check
  3. Changed Status to Not a bug
  4. 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/
  5. I have located and fixed the issue for an upcoming release.
  6. We'll have a patch ready very very soon, which will address this!
  7. 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.
  8. 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.
  9. Your site is back online, but please don't change anything in the backend yet, I'm still investigating some issues.
  10. I was, but whitelisting my IP helped;) OK let's see what's going on.
  11. Unfortunately it's still not working
  12. 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.
  13. 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
  14. 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.
  15. 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.
  16. Had you any custom redirects in place, or did you just leave all the dead links which returned only a 404 response?
  17. I have created a ticket to take a look at this.
  18. 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
  19. 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?
  20. Is this IC5? If yes, we'll have this fixed in 5.0.1
  21. Correct. I have a similar 3rd party app but the one from your screenshot isn't mine.
  22. 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.
  23. I have created a ticket to investigate this further.
  24. Daniel F posted a post in a topic in General Questions
    Yes, you can change the type in the ACP
  25. 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