Jump to content

Daniel F

Invision Community Team
  • Joined

Everything posted by Daniel F

  1. That’s not true. Open the admin notification settings where you can set if you want to receive an email or not.
  2. We're already aware of this and working on it:)
  3. There's already an own ACP permission for this. Only administrators with the "Can view and edit members' two factor authentication settings?" permission are able to see and edit this. If you're worried that your administrators could abuse the system, don't give them the permission to view and edit this 🙂
  4. Deprecation of the interface directory In order to ensure Invision Community is compatible with modern cloud infrastructures we are deprecating the use of the interface directory in favour of a proper front loader system. We're working on a new solution which will allow HTTP requests to the interface directory. This means, any JS, HTML, GIF files uploaded there will work, even PHP will work, BUT you'll have no access to the IPS framework there. Last months common submission issues: All in all the quality increased, but there are still 2 common issues which are worth to be mentioned. Versions (again) 😉 Please try to pay more attention to this. We're thinking about including an check for this to forbid any submissions where the new version is lower than the previous, but until this happens, please, please pay more attention to this. It's one of the really unnecessary reasons for a approval delay.. Editors Please keep in mind that you can't just use any of the existing EditorLocations in your 3rd party applications and plugins. There's a lot going on in the background and there's a lot logic related to the specific area used in the EditorLocation Extension, so one can't just use e.g. the Admin EditorLocation for the editor field in his custom form. Last but not least, please try to install your application or plugin on a local test instance and also run the upgrade from the stable last release before you submit it to the marketplace. You'll be surprised how often we get submissions which result in an error while the installation.
  5. Could you clarify what you're trying to achieve? We have introduced a Webhook System in 4.5 which could be used for this, but right now it's limited to be used by 3rd party Applications, Plugins and our own Zapier integration. This means, registered web hooks will be able to get a notification with the available data when a specific event happens (e.g. when a member registers, when a topi (or literally any content is created, edited or deleted )
  6. It just fetches any attached images posted in the topic
  7. This is already an own separate permission.
  8. Short update on the issue: This is indeed a limitation which we've just noticed ourself, We're looking at this right now and investigating possible solutions. In the meanwhile I would suggest to stop using the interface directory at all, and instead use controllers for the PHP logic and official CDNs or the application resource system for any other files. I'm going to explain this further in the upcoming September Marketplace Recap topic which will be published on Monday.
  9. There's no such feature in the core. The only way to read PMs would be by using the sql toolbox or allowing them to login as the user, so just don't give them the permission to use the SQL toolbox and to login as other users?!
  10. Daniel F replied to Adriano Faria's post in a topic in Marketplace
  11. It's the core / front / widgets / promoted template.
  12. Updates are already shown inside the ACP, but your idea is also on our internal suggestions post.
  13. Daniel F replied to kmk's post in a topic in Feedback
    Wouldn't the new "Mark as solution" feature in 4.5 work better than links to random posts ? This will also highlight the post and create a link to it.. Another great indicator are the posts with the most likes (which are part of the topic summary)
  14. Daniel F replied to Adriano Faria's post in a topic in Marketplace
    It's depending on the approval queue, the submissions and the provided code quality. Some submissions also require further internal discussion
  15. The setting was moved to the account settings https://invisioncommunity.com/settings/account-security/
  16. Daniel F replied to Martin A.'s post in a topic in Marketplace
    There's a bug in the recent release.. Stack: TypeError: Argument 1 passed to IPS\communitymap\Members\_Groups::getData() must be of the type int, null given, called in /Applications/MAMP/htdocs/mpsept/applications/communitymap/extensions/core/GroupForm/communitymap.php on line 40 (0) #0 /Applications/MAMP/htdocs/mpsept/applications/communitymap/extensions/core/GroupForm/communitymap.php(40): IPS\communitymap\Members\_Groups::getData(NULL) #1 /Applications/MAMP/htdocs/mpsept/applications/core/modules/admin/members/groups.php(207): IPS\communitymap\extensions\core\GroupForm\_communitymap->process(Object(IPS\Helpers\Form), Object(IPS\Member\Group)) #2 /Applications/MAMP/htdocs/mpsept/system/Dispatcher/Controller.php(90): IPS\core\modules\admin\members\_groups->form() #3 /Applications/MAMP/htdocs/mpsept/applications/core/modules/admin/members/groups.php(39): IPS\Dispatcher\_Controller->execute() #4 /Applications/MAMP/htdocs/mpsept/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\admin\members\_groups->execute() #5 /Applications/MAMP/htdocs/mpsept/admin/index.php(14): IPS\_Dispatcher->run() #6 {main}
  17. There's a handy tool in our marketplace which is able to generate the proxy classes and dozen other autocomplete providers for phpStorm
  18. Folks, please try to pay more attention to the version numbers you're using for your customisations! There's just another upset client who can't upgrade his file via the ACP - Marketplace because the system doesn't recognise the new upgrade release as "upgrade" because the recent version has long version 2800 while the old long version is 24344. I hope everybody here sees the issue?! The newer version is lower than the last version. Another common concern confusing clients and our backend is that some developers started going back with version numbers for their 4.5 releases. So from 1.4.2 ( 104020 ) they went back to 1.0.0 ( 100000 ) Personally, I would suggest to try to use a proper semantic versioning system Last but not least, while it's mentioned in the MP guidelines, here's a slightly reminder: Please also increase the versions for EACH release, even if you changed only a minor typo because clients will freak out because the MP shows it as upgraded, but their installation not..
  19. Any errors in your error logs?
  20. Please submit a ticket so that we can take a look at this.
  21. Or for people which don't like IFTT, you can also use Zapier! Zap for RSS to Facebook Pages https://zapier.com/apps/facebook-pages/integrations/rss/39/post-new-rss-items-to-a-facebook-page Zap for Rss to Twitter https://zapier.com/apps/rss/integrations/twitter
  22. Daniel F replied to kmk's post in a topic in Feedback
    The unmodified forum app doesn't have such a feature, so it's probably better to request such a change to the author of your customisation
  23. Daniel F replied to rebraf's post in a topic in Marketplace
    You shouldn’t have to uninstall the app?! Haven’t you associated it with the MP file while the marketplace onboarding after the 4.5 upgrade ?
  24. Thx, we’re still investigating this.
  25. Thx, I have fixed this for an upcoming release.