Jump to content

Adriano Faria

Clients
  • Posts

    31,592
  • 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. Post before registration enabled? Not sure but it can be that.
  2. If you want your moderators to manage members in the front end: https://www.sosinvision.com.br/index.php?/file/96-manage-validating-members/
  3. For the plugins, no. You’ll need the XML. Applications: download its folder via FTP.
  4. 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; }
  5. I have no interest in add this. Sorry.
  6. No and it won’t as it is dead.
  7. 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.
  8. This is for posts/comments of all applications you have instilled: https://www.sosinvision.com.br/index.php?/file/292-scheduled-comments/
  9. https://www.sosinvision.com.br/index.php?/file/254-new-members-defaults/
  10. 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.
  11. 4.7.12: You will have to add an extension, anyone, just to the system create the extension.json for you.
  12. Just to save your time, @Gauravk, there's nothing in Members Shop that handles IPS Connect or any other type of external connection.
  13. 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/
  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.
×
×
  • Create New...