Jump to content

Daniel F

Invision Community Team
  • Posts

    6,565
  • 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. Hi, Do you mean real apiendpoints using the IPS REST API or regular own controllers inside app/modules/front/... ? If the latter, then you can use the Application::allowOfflineAccess method to control if the specific page should be accessible even in offline mode. /** * Can view page even when site is offline * * @param \IPS\Application\Module $module The module * @param string $controller The controller * @param string|NULL $do To "do" parameter * @return bool */ public function allowOfflineAccess( \IPS\Application\Module $module, $controller, $do )
  2. That's intentional, IN_DEV uses the applications/x/dev/lang.php files You'll have to enable this via the DEV_USE_FURL_CACHE constant You an disable this by setting the IN_DEV_STRICT_MODE constant to false.
  3. No We're providing a list of all changes incl. BC breaks once we release the first BETA version.
  4. I guess that's the problem then 😉 You'll need the dev files for all installed apps and plugins
  5. We have removed the CSRF key in many areas for 4.6 . Not sure about the filters
  6. We have fixed here few issues for an upcoming release:)
  7. Please submit a ticket so that we can take a look at this.
  8. Take a look at the log, then you'll know how many calls are being made;) That said, there's no way to disable logging globally, but you can enable/disable the logging for each endpoint.
  9. You can change this on the REST API - API Log page, but there's no way to disable the logging, you can only reduce the timeframe to 1 day.
  10. We have a free 3rd party app in our marketplace which could be used for this.
  11. Have you banned gmail? Review your ban filters in your ACP => Members => Ban Setting
  12. I guess you're meaning the new block inside topics? The feature is called Topic Summary and you can edit the settings or disable this feature completely in your ACP on the Forum Settings Page.
  13. What's eating up the space? The database or files on your filesystem? Are your tasks running? If not, the cleanup task which cleans up stuff like the guest cache is never called, which would explain a huge increase in the database size.
  14. Sounds like an issue with URL rewrites. Review your SEO settings in the ACP and make sure that the 4.5 htaccess file is present in the communities root directory.
  15. Does the user have permissions to edit the blog?
  16. Make sure that the PHP redis extension is available and enabled on your web container.
  17. Do you have any examples so that we can clean this up?
  18. You could probably use our live meta tags editor https://invisioncommunity.com/4guides/promotion/seo-r295/ to add your custom og:image files https://developers.facebook.com/docs/sharing/webmasters/getting-started/basic-link/
  19. Yea, that's def. caused by a hook. You can identify the broken app or plugin by checking the core_hooks table for id= 383
  20. Is anything being logged in your system log or the servers error log? I've seen this happening with 3rd party theme hooks wich receive randomly broken data.
  21. There's a separate tab to manage categories on the "edit blog" page.
  22. You can use the IPS REST API Ikey endpoint , but you can also just use the http://www.example.com/applications/nexus/interface/licenses/?ENDPOINT URL. We've covered this in our guides
  23. Keep in mind that the list can depend based on a users permissions, also any addition plugins or apps could change the options, so instead of using a theme hook for this, I would suggest to hook into the applications/core/extensions/core/Notifications/BulkMails::configOptions method 🙂
  24. No they're not. They can share their own applications, plugins, themes and translations wherever they want.
×
×
  • Create New...