Jump to content

Daniel F

Invision Community Team
  • Joined

  1.    Daniel F reacted to a post in a topic: LLM for making IPS5 Modules/Applications
  2. Are you getting an error or is the form not working at all?
  3. This was fixed for an upcoming release
  4. There's an "uninstall" button
  5.    Daniel F reacted to a post in a topic: Invision Community 5.0.6 Released
  6.    Daniel F reacted to a post in a topic: Event page rock!
  7.    Marc reacted to a comment: IC5: Developer Center
  8.    chopin reacted to a comment: IC5: Developer Center
  9. Daniel F commented on Esther E.'s comment in Blog
    You can download the dev files from the same modal where you can download IC5
  10. It was already said in the topic, but it seems some missed it:D Just to clarify something because you've mentioned "contact us" several times => the built in CONTACT US option which sends an email to the admin or to predefined email addresses is still here, only the support ticket requests which were part of IPS4 Commerce were removed in IC5!
  11. Run this query to identify the broken records which have an invalid category. select * from downloads_files where file_cat not in ( select cid from downloads_categories ) Then replace the not existing category value in the file_cat column with the ID of an existing category
  12.    DawPi reacted to a post in a topic: Sending PM to all members
  13. $dutchUrl = \IPS\Http\Url::internal('app=core&module=system&controller=language&id=2', 'front') ->csrf() // Add CSRF token ->setQueryString( 'ref', base64_encode( $currentUrl ) ); // set ref urlshould do it. You can always add the 'ref' parameter to an url which contains the base64 encoded target URL.
  14.    Marc reacted to a post in a topic: Sending PM to all members
  15. Daniel F posted a post in a topic in Feedback
    You could also use the alert feature to show a message to all members
  16.    Interferon reacted to a post in a topic: GraphQL and Downloads?
  17. Yes, that's correct. There's no downloads app support for GraphQL yet.
  18. That’s caused by an orphaned file. Given how old the issue is, I’m not sure why and how it happened at all. You should be able to fix this by replacing the category in your DB with a valid one.
  19. It's a Bearer Token, https://apidog.com/articles/what-is-bearer-token/
  20. Sorry for the confusion. It's called "Club Feature" and is used inside clubs.
  21. Also don't forget to create at least one forum inside the club
  22. You can change the domain in the conf_global.php file
  23. It's safe to ignore this.