Jump to content

Daniel F

Invision Community Team
  • Joined

Everything posted by Daniel F

  1. It's a Bearer Token, https://apidog.com/articles/what-is-bearer-token/
  2. Sorry for the confusion. It's called "Club Feature" and is used inside clubs.
  3. Also don't forget to create at least one forum inside the club
  4. You can change the domain in the conf_global.php file
  5. It's safe to ignore this.
  6. Ask him if he has declared the $multitons variable in the classes;) /** * @brief Multiton Store */ protected static $multitons;
  7. I guess because the module doesn’t exist, that said, you really shouldn’t put your custom code into the core application , why aren’t you creating your own application with its own modules and controllers ?
  8. Based on the error it sounds like not all files were overwritten. Was this an upgrade via the ACP, or did you manually upload the files to your server? If the later, I would just try it again.
  9. There is an upgrade step which should enable it for all groups, let me test this.
  10. Daniel F posted a post in a topic in General Questions
    We have an open bugreport for this.
  11. Changed Status to Not a bug
  12. This function doesn't exist in IC5 anymore.
  13. I have created an internal suggestion mentioning this because it sounds like an oversight. The REST response for downloads app files contains the primary image, cms records too, so it would be just logical to also include it for blog entries and calendar events.
  14. That's correct, the cover photo isn't included (yet) into the REST API response
  15. The forum selector is for the content which should be shown, not where it should appear
  16. Daniel F posted a post in a topic in General Questions
    You can use the page for both! Use blocks from the ACP ( ACP => PAges => BLocks) to contol the visibility via permissions, so that one set of blocks is visible to only guests and the other to members)
  17. Daniel F posted a post in a topic in Technical Problems
    Seems that your translation isn’t up2date.
  18. Matt literally fixed this few minutes ago.
  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. I have created a ticket to take a look at this.
  21. You should be able to unblock them in your ACP on their Profile.
  22. Sounds like your .htaccess file is missing. In your ACP => System => Advanced Configuration, download the .htacces file and upload it to your community root directory
  23. Are they working on other communities for you? Are they working on your own community for you? Are they working for others on your community?
  24. The bug was the missing settings in your ACP => System => Email Settings You should be able to disable it now there.
  25. Fixed:) Please report such stuff as separate bugs, so that it doesn't get lost between all the comments.