Jump to content

Daniel F

Invision Community Team
  • Joined

Everything posted by Daniel F

  1. 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.
  2. I thought it’s resolved for everybody, but now I think, that I fixed only one and that I asked you for confirmation before I change it for the other members . Could you please reply to it to get it back to my queue.
  3. Haven’t we resolved this via a ticket? Or was this one of the tickets where you never received a reply from us? let’s see if I can find it
  4. Is the DEFAULT_THEME_ID constant overridden in your constants.php ? If not, have you deleter any of your themes? Please take a look at the themes, is there one with the ID 1? If not, override the DEFAULT_THEME_ID in your constants.php with the ID of your new default theme.
  5. You could literally just fire a proper request to the GraphQL endpoint instead of including the IPS framework and instead of utilizing it direct, using then the GraphQL class.
  6. you can get the count of members in a group via \IPS\Member\Group::load(YOURID)->getCount() So to use it in the template, you'll want something like: {{$members = \IPS\Member\Group::load(4)->getCount();}}
  7. That's unfortunately not available in IPS4.
  8. It's not possible out of the box with the core software. Do you want to select which clubs people should be able to join, or just a list of all open clubs? I have an app which lists all open clubs on the registration form allowing members to join while the registration.
  9. This is actually an admin permission ( Can manage archive settings ) I have raised an internal suggestion to separate this for the frontend and move it to the mod permissions.
  10. Is search enabled for the database?
  11. Are you sure that there's a DB 3? If yes, is it placed on a frontend page?
  12. I've fixed here recently a bug for the next release.. I'll take a look @Grafidea just to confirm that it's the same and not something else.
  13. The poll widget will only show existing polls. So the Topic field expects the title from an existing topic that contains a poll.
  14. There are settings for format specific compression/quality in your ACP => System => Files => Image Settings.
  15. This would definitely require a 3rd party app.
  16. Daniel F replied to Ihia's post in a topic in Technical Problems
    You can disable MFA by setting the DISABLE_MFA constant to false in your constants.php file! if you’re hosted with us, please submit a ticket and we’ll take care of this
  17. Sounds like an incompatible php version. Make sure that you’re using php 8.0.0 or higher
  18. Yea, the chatbox would fire way too many AJAX requests within a short timeframe.
  19. Daniel F replied to WebCMS's post in a topic in Feedback
    something like this but for the frontend https://www.ic-essentials.com/files/file/7-tags-manager/ ?
  20. Daniel F replied to WebCMS's post in a topic in Feedback
    There’s one on https://www.ic-essentials.com/files/file/24-tag-cloud/
  21. Daniel F replied to WebCMS's post in a topic in Feedback
    You can literally use the pages app to create such a thing. Something like but with a select field as menu instead of the sidebar menu
  22. Daniel F replied to Elon Report's post in a topic in Technical Problems
    The temp_ban column in the core_members table contains the banned state. 0 means not banned -1 means banned any other integer in this column is the timestamp until the user should be banned
  23. I have fixed few instances yesterday, the date template was one of them.
  24. Daniel F replied to Gouzi's post in a topic in Technical Problems
    Gmail is retrying to send the failed mails from its queue.
  25. You could also utilize the solution feature for this.