Jump to content

Daniel F

Invision Community Team
  • Posts

    6,570
  • 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. You can disable this in your ACP on the System => Streams page.
  2. Thanks, I have filled a bug report for this. (At a quick glance it seems that there's a typo in the used request variables - followApp vs follow_app )
  3. What do you mean with the second column? If you mean the sidebar, following code should accomplish this: \IPS\Output::i()->sidebar['contextual'] .= \IPS\Theme::i()->getTemplate( 'app1', 'module' )->sidebartemplate( $yourVariables );
  4. There's a core_member_status_updates database table in 4.x BTW, are you sure that you're upgrading from 3.4??? The step in your error indicates you're on IPB 3.2
  5. Turns out this was caused by @DawPis DP45) Mod Action Notify Enabled 2.0.5.1 plugin which was creating custom notifications which were associated with the core application. So once the plugin was disabled, the 3rd party notifications were still loaded because they were associated to the core application but the parse method was missing because of the disabled plugin. We're going to catch the error on the frontend, but this will also result in a guideline change, any future submissions which need own notification types will have to be a proper application with an own notification extension.
  6. It was already approved;)
  7. @Adriano Faria Could you pls reupload the file. I have no idea what's going on here, but it's "gone" 😞 We'll take a look at this ASAP.
  8. It's actually I would suggest to submit always a ticket if you have any concerns or questions. Staff members may, or may not reply to PMs but you'll always going to get a reply to a ticket:)
  9. Were you probably using the Designer Mode prior to the upgrade?
  10. No need for another ticket, this was already reported yesterday:)
  11. A patch was released earlier today, resolving the MFA issue.
  12. Is there a ticket for the rssfeed Import failing? If no pls submit one and ask to assign it immediately to me.
  13. Could you please submit a ticket so that we can take a look at this?
  14. That's managed in your ACP on the Community => Downloads => Settings Page! There you'll find the "What's new" Section, where you can set the categories or where you can even remove the block at all from being shown.
  15. I have removed the old review.
  16. Does this also happen in the default theme? And have you customized the pages templates?
  17. You can use the media manager to upload custom files
  18. I can't reproduce this! 1. we have the cleanup code in the Widgets delete method 2. I can confirm that it's called Please don't forget that it won't be removed immediately, there's a cleanup task which calls this frequently. As far as I remember your widget didn't have a delete method?
  19. No, notifications won't be sent while the rebuild process.
  20. Take a look at your server logs! My guess is that your php8 installation is missing some mandatory modules ( I’ve seen few tickets with missing php-mbstring module on their PHP 8 installations)
  21. Are there any logged errors in your system log? Could you please submit a ticket ?
×
×
  • Create New...