Jump to content

Adriano Faria

Clients
  • Joined

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. Adriano Faria replied to JMSetzler's post in a topic in Feedback
    I have no interest in add this. Sorry.
  4. Adriano Faria replied to JMSetzler's post in a topic in Feedback
    No and it won’t as it is dead.
  5. Adriano Faria replied to JMSetzler's post in a topic in Feedback
    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. Adriano Faria replied to JMSetzler's post in a topic in Feedback
    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. Not supported for years.
  12. 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/
  13. This is not a competition, Dawpi. 🙂
  14. Your rules page is back: Rebuilt cache to make sure the changes will reflect in cache files.
  15. I can remove them via the database if you allow me.
  16. 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.
  17. Are there too many people following the forum you’re creating the topic?
  18. https://www.sosinvision.com.br/index.php?/file/302-remove-pages-from-search/
  19. Not sure this will be available somehow in V5 so I’ll go with the postToggleEnable. 👍
  20. That works for node controllers (disable and app, plugin, etc.). Application class isn’t a controller.
  21. 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?
  22. 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/
  23. 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.
  24. Edit their groups and enable Can vote in polls? in Content tab.