Jump to content

Daniel F

Invision Community Team
  • Posts

    6,568
  • 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. There is a difference: If you're using the designer mode or IN_DEV, and you download a theme, you'll get a form with fields for the author name and authors homepage, while the download without IN_DEV or designer mode will just download the theme, which isn't a bug per se, but it's confusing, hence the internal suggestion to simplify this.
  2. This was a valid bug in our software, which I've just fixed for an upcoming release.
  3. I would strongly advise to use an application once you have to deal with database tables. 1. It's much easier to maintain the schema via the Application Dev Center, you'll literally only have to set up the fields and the framework will take care of everything else for you. There's no need to create manually any Install, upgrade and uninstall code, like for plugins. 2. Our support tools will try to fix only applications database tables and ignore any broken plugin database tables.
  4. Apologies, this was the wrong code. That's the correct one: {{if \IPS\Dispatcher::i()->application->directory == 'blog'}} Your code to show only inside blogs {{endif}}
  5. This should work inside your template: {{if \IPS\Dispatcher::i()->application->directory == 'blog'}} Your code to show only inside blogs {{endif}}
  6. I have few suggestions for this:) REST API for ideas Fire a webhook when somebody votes on an item and also when an item gets marked as completed. BTW, why are you using the confirmedDelete method inside the markCompleted \IPS\Session::i()->csrfCheck(); \IPS\Request::i()->confirmedDelete(); There's really no need for this AND it's quite confusing when one gets the deletion confirmation message;)
  7. Few days after this he submitted a support ticket and apologies for all this and asked to get the purchases enabled again
  8. What happens when you open the mark site read link in a new window? Do you see any errors ?
  9. No. It was fixed in 4.6.5.1 Fixed an issue where copying a calendar event with a broken cover image would result in an exception.
  10. Good things take a while:D
  11. You could use IPS\Member::loggedIn()->modPermission() to see if the member has any mod permissions
  12. So you're saying that there were no errors while the conversion? It's weird that ALL posts from the last 10 months got lost and which doesn't sound like a bug per se. Are you sure that you used the right database and not one with a backup?
  13. It's free for 100 mails per day ( plan your bulk mails and you won't have to pay for it;) ) Or get Amazon SES, which is also a free alternative to sendgrid, but comes with 62000 free emails each month:)
  14. It seems that this was a bug in our upgrader. The WYSIWYG widget was indeed limited to be used in the pages app in the past, but we changed this 2018 for IPS 4.3.4 (geez, time flies:D ) , but due to a bug in our upgrader, the restriction was never changed, so all instances which were installed before we made the change were unfortunatly not able to use the widget outside of the pages app, while new installations were, hence the problem with reproducing it. I have fixed this now for an upcoming release 🙂
  15. I've noticed some weird stuff while working on the ticket from @Ocean West but before I fix it , I've also created a ticket for you which I've assigned to myself to take also a look at your installation to see if both have literally the same issue.
  16. What exactly is crashing? What's the error?
  17. There's no setting to change the interval, but you could disable polling at all in your ACP => System => Advanced Configuration
  18. Yes, they have a limit of 500 emails per day https://support.google.com/mail/answer/22839?hl=en#zippy=%2Cyou-have-reached-a-limit-for-sending-mail
  19. This sounds like a bug. App/Theme/Plugin installations and upgrades will already trigger all necessary cache rebuilds. What exactly was so slow? And how exactly did you clear the caches? Via the new Support Tools page?
  20. Thanks, there was a bug in the endpoint which will be resolved in an upcoming release.
×
×
  • Create New...