Jump to content

Daniel F

Invision Community Team
  • Joined

Everything posted by Daniel F

  1. You could use functions, paths or filters, see https://community.zapier.com/featured-articles-65/3-ways-to-add-conditions-to-zaps-22333
  2. This would still be possible out of the box with an own app and extension ti customize the output.
  3. Sounds like a WAF ( Web Application Firewall) is blocking the request. I would suggest to contact your web host to see if they can adjust the security rules.
  4. Please try following code define( 'NEXUS_TEST_GATEWAYS', TRUE );
  5. Please keep also in mind that many strings from the backend are also used in the frontend by 3rd party devs, and let’s not get started about other locations like emails and the fact that we already have a separation between normal strings and strings used for JS output:) I get your point about the wish to separate these, but it’s really much easier and faster to maintain one base.
  6. There's no webhook for member tagging. forumsTopicPost_create sounds like what you need for the "fire when a member get a reply to his question" point.
  7. Can you please try again?
  8. Is your complete page blocked for guests? Edit Yea, this seems to be a bug in our software, which I have reported to our bug tracker.
  9. Each notification can be made "not editable" for members by the administrator. You'll have to review the setting for notifications in your ACP
  10. Do you see any logged errors in your system log?
  11. Sounds like an issue with neappmediarecording
  12. You could also disable the IP check temporary to not get logged out from the ACP to clear the system cache and to be able to take a look at the system log to see what's going on.
  13. You're missing the JS files, which should be resolved by clearing the cache on the ACP => Support site. I was able to log into your ACP with the credentials we have on file and have cleared the cache, which in fact resolved the frontend JS issue.
  14. Yes, this sounds like the Post Before Registering feature.
  15. Do you see any errors in the system log?
  16. This was resolved via the ticket.
  17. I have created a ticket for this and will get back to you ASAP.
  18. It’s sorted by the creation date, not event date.
  19. https://developers.google.com/search/docs/appearance/structured-data/paywalled-content?hl=en
  20. Have you used the "Load More" button? Have you tried the refresh results button? Does anything happen when you click on it? Are there any errors in the browser JS console? I have noticed that it's still quite broken with Safari:(
  21. Why did you archive the content in first place? Was it only to keep the post db table small? To disallow new replies to old content?
  22. Daniel F replied to Egorkin's post in a topic in Feedback
    Are you really talking about uploading a CSV file or are you talking about downloading it? If you want to download it, you can do this already via the CSV button
  23. 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.
  24. Multiple H1 tags on the same page are fine.
  25. Can't you just edit the topic template That said, I think it would be better and more powerful instead of having a setting to enable/disable this, to move it the other CMS related templates, so that one can customize it for each database, jus like the form, listing, view templates.. Or if it could be removed at all and we could just add an editor field for the content to the "Forums" Settings tab.