Jump to content

Adriano Faria

Clients
  • Posts

    31,588
  • Joined

  • Days Won

    473

 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 Adriano Faria

  1. For the plugins, no. You’ll need the XML. Applications: download its folder via FTP.
  2. Clear the cache. case 'plugins': foreach( \IPS\Plugin::plugins() as $plugin ) { if( $plugin->update_check_data ) { $data = json_decode( $plugin->update_check_data, TRUE ); if( !empty( $data['longversion'] ) AND $data['longversion'] > $plugin->version_long ) { $count++; } } } break; \IPS\Data\Store::i()->$key = $count; return (int) \IPS\Data\Store::i()->$key; }
  3. I have no interest in add this. Sorry.
  4. No and it won’t as it is dead.
  5. Choose their groups in the application settings and they will be able to schedule posts or comments. That’s what the application I linked does.
  6. This is for posts/comments of all applications you have instilled: https://www.sosinvision.com.br/index.php?/file/292-scheduled-comments/
  7. https://www.sosinvision.com.br/index.php?/file/254-new-members-defaults/
  8. Attach the app folder downloaded via FTP on a private message. I’ll make it within a couple of minutes for you, if that’s the only problem.
  9. 4.7.12: You will have to add an extension, anyone, just to the system create the extension.json for you.
  10. Just to save your time, @Gauravk, there's nothing in Members Shop that handles IPS Connect or any other type of external connection.
  11. This can help as it will reduce significantly the work: you would need to set up the permissions for one forum and then copy to others. https://www.sosinvision.com.br/index.php?/file/64-copy-permissions/
  12. Your rules page is back: Rebuilt cache to make sure the changes will reflect in cache files.
  13. I can remove them via the database if you allow me.
  14. You have 3 rules to be used in the Videos app, which you haven't installed. I suspect it is trying to load that app and not finding it.
  15. Are there too many people following the forum you’re creating the topic?
  16. https://www.sosinvision.com.br/index.php?/file/302-remove-pages-from-search/
  17. Not sure this will be available somehow in V5 so I’ll go with the postToggleEnable. 👍
  18. That works for node controllers (disable and app, plugin, etc.). Application class isn’t a controller.
  19. Is this information available here somewhere ? Is there any method to add in my Application() to toggle the app state or do I need a hook? In case it is a hook, will it be available on IPS5?
  20. This one will use different number of topics/groups per forum. https://www.sosinvision.com.br/index.php?/file/66-number-of-topics-per-forum/
  21. If you have a 3rd-party resource that adds a new login method and disables the app, the new login method keeps showing up in Login & Registration -> Methods tab and in Account Settings: - Apps disabled: - Login methods: - Account Settings: Thank you.
×
×
  • Create New...