Jump to content

Daniel F

Invision Community Team
  • Posts

    6,560
  • 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. I can't reproduce this. How have you implemented the handler? Your code should update the login_enabled column in the core_login_methods table when the application gets disabled.
  2. That's correct, there's no such feature in the core So what you#re saying is: You've created a topic which should be published in e.g. 2 weeks. Then you have used the "Publish" link from the moderation menu to publish it and now you're seeing the unread replies indicator . Just to be sure, there were NO posts when you clicked "publish" ?
  3. Sounds like a WAF( web application firewall) Your webhost should be able to assist with this.
  4. You could change the notification settings to also receive an email next to the ACP notification
  5. The template is attached to the post, so if you make any changes to the template, they won't be retroactive, but any new video should contain the new code.
  6. There's unfortunately no endpoint to manage the pages media files via REST. When a content is set via REST it depends on the authentication method if \IPS\Text\Parser::parseStatic() is called or not, so it won't be replaced automatically. ( API KEY will set the content direct, while oAuth will call parseStatic with the users permissions) You will probably need to format the content on your own before you're submitting it to the API endpoint.
  7. Glad to see that it's working now for you:)
  8. Are you still reproducing this with the recent version?
  9. We're still investigating your ticket, but an alternative would be to use IPS webhooks in combination with Zapier https://help.zapier.com/hc/en-us/articles/8496326446989-Send-webhooks-in-Zaps to receive the data and then forward them to Active Campaign.
  10. I can't reproduce this. How does your code for the request look like?
  11. Unfortunately profile fields, and commerce customer custom fields aren't supported yet by our Zapier integration.
  12. I have tested it with a file with few linked files and with and without uploaded files and can't reproduce this. Are there any additional steps necessary to reproduce it?
  13. Do you mean webhooks or php classes? php class: \IPS\forums\Topic\Post webhook event=>
  14. It will be available on https://ic-essentials.com within the next 2 weeks. Just need to test it myself, fix any open bugs and import the purchases.
  15. You can see them on the "My Purchases" page. https://invisioncommunity.com/marketplace/previous-purchases/
  16. Not really. You’ll also need to update the search index
  17. I'm doing it via https://www.ic-essentials.com/files/file/6-seo-essentials/?do=getNewComment , which is my own 3rd party application, but you can also add the meta tag via the live meta tag editor The advantage of the 3rd party application is that it allows you to have also few rules to automatically add content to the no index table and the second and more important advantage of the app: It will also take care of the sitemap and not include any content which is flagged to not be indexed.
  18. Hi, I See you found the "confusion" with the constant. The REDIS_ENABLED constant controls the "Use Redis to reduce MySQL overhead" setting and not if Redis is enabled or disabled globally. Where is Redis running? Is it running on the same server as your web and mysql Server? What are the specs? Is Redis configured properly?
  19. There were few changes which will affect own REST API endpoints.🫢 We'll cover this in an upcoming dev blog entry 🙂
×
×
  • Create New...