Jump to content

Daniel F

Invision Community Team
  • Posts

    6,570
  • Joined

  • Days Won

    37

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Daniel F

  1. Thx, I thought you were trying to access our admin directory 🤨 Sorry for this. It should be resolved now.
  2. 403 is a no permission error, which is correct because you have no permission to access our admin directory.
  3. Thanks, I have fixed this for an upcoming release.
  4. This would be the code but I'm not sure what you mean with postID. There's no separate page with a post, only topics, so I assumed you mean the topic id which I used in my code. {{if !isset( \IPS\Output::i()->metaTags['og:image'] )}} {{$shareLogos = \IPS\Settings::i()->icons_sharer_logo ? json_decode( \IPS\Settings::i()->icons_sharer_logo, true ) : array();}} {{foreach $shareLogos as $logo}} <meta property="og:image" content="{file="$logo" extension="core_Icons" scheme="full"}"> {{endforeach}} {{elseif \IPS\Request::i()->app == 'forums' AND \IPS\Request::i()->controller == 'topic'}} {{$id = \IPS\Request::i()->id;}} <meta property='og:image' content='https://www.domain.tld/img/{$id}.jpg'/> {{else}} <meta property='og:image' content='https://www.domain.tld/standardimage.jpg'/> {{endif}} That said, I'm also not sure if it will work at all, the condition looks weird and will probably always return the first part for topics.
  5. Are the field permissions set correctly? And is the database being synced with a forum? If yes, the publish date won't work either.
  6. It's part of the file changelog which can be found under the description
  7. This also happens when there was an issue loading the content. Please review your system log ( ACP => System => Get Support )
  8. As far as I remember we said that we won't change this in the 4.x lifetime. By the way, not sure if you noticed this, but PII data are only included in the response when authorization happened with a generic API KEY. If you use the REST API and GraphQL with oAuth authentication, all sensible data are stripped.
  9. Have you disabled or removed any 3rd party apps or plugins as part of the upgrade?
  10. I’m also not sure what the question is. Any node will have the permissions as part of it‘s payload.
  11. Do you see any logged errors in the system log? ( ACP - System - Support)
  12. You could use Zapier to generate replies https://zapier.com/apps/chatgpt/integrations/invision-community
  13. The new alert system sounds like something what you could use
  14. Have you also set the content? The error means that either the title or the content field isn't set.
  15. It's working fine for me. What's the exact error you're seeing?
  16. @Randy Calvert beat me once again:D Just noticed the notification about a new reply in the topic while I was creating mine. You'll want to enable recovery mode which will disable all 3rd party apps and plugins. https://invisioncommunity.com/4guides/client-services/getting-support-r292/#recoverymode
  17. I would look into https://aws.amazon.com/de/ses/ for Bulk Mails.
  18. Do you mean 2 different senders or just the method? If you take a look at my screenshot, there's literally an option to set this
  19. Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
  20. This works for images, but not for other formats, so to make it easier we've added the URL to the left information sidebar where you'll be able to copy the URL. And regarding the not shown image preview: This was a bug that I've also spotted while working on the URL enhancement. It will be fixed in the april release.
  21. Just follow the link from the ACP -> Integrations -> SendGrid page
  22. You can sort them alphabetically with this plugin.
  23. Is the editor missing or is it shown but is replying failing?
  24. We love talking about our big new features, such as GraphQL and Live Topics, but we also like to shine a light on some of the smaller updates we've made to existing applications. In this blog, I'll take you through a few changes to the Download app and an update on our various API integrations. Downloads After the success of the Events and Gallery refreshes, we've brought some of those changes over to the Downloads application. Our Invision Community March '23 release will feature subtle theme updates to bring the Downloads app more in line with other applications. In addition, we have also added a grid mode for files. As in other areas of the platform, you can allow your members to choose their favourite view, which is remembered on subsequent visits. A long-awaited request by our Marketplace Contributors was to delete their pending version updates. The good news is that our March release now allows this! API News Invision Community benefits from several API services, including REST, GraphQL and webhooks. Our March release brings some improvements to GraphQL, including the ability to query for clubs and members. We have also enhanced the webhook for clubs which now returns information about the club itself. While we're on the subject of webhooks, we have created a new webhook that is triggered via Downloads when a new pending version is approved. I hope you find these updates useful. I'll be posting some more in our developer's blog on GraphQL, including some simple javascript examples to show you how easy it is to query for data and insert it into the templates without needing to edit templates.
×
×
  • Create New...