Everything posted by Adriano Faria
-
Retrieve installed plugins and apps
For the plugins, no. You’ll need the XML. Applications: download its folder via FTP.
-
Plugin/App update count value
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; }
-
Scheduled Posts
I have no interest in add this. Sorry.
-
Scheduled Posts
No and it won’t as it is dead.
-
Scheduled Posts
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.
-
Scheduled Posts
This is for posts/comments of all applications you have instilled: https://www.sosinvision.com.br/index.php?/file/292-scheduled-comments/
-
Enable "Recent Profile Visitors" by default?
https://www.sosinvision.com.br/index.php?/file/254-new-members-defaults/
-
Custom application broken with latest update
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.
-
Custom application broken with latest update
4.7.12: You will have to add an extension, anyone, just to the system create the extension.json for you.
-
System logs - uncaught exception - please help
Just to save your time, @Gauravk, there's nothing in Members Shop that handles IPS Connect or any other type of external connection.
-
How to enable unread topic effect?
Not supported for years.
-
Permissions for new groups
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/
-
Template Error in Achievement Rules
This is not a competition, Dawpi. 🙂
-
Template Error in Achievement Rules
-
Template Error in Achievement Rules
I can remove them via the database if you allow me.
-
Template Error in Achievement Rules
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.
-
Slow posting new topics but fast to post replies
Are there too many people following the forum you’re creating the topic?
-
Default search option showing as Pages?
https://www.sosinvision.com.br/index.php?/file/302-remove-pages-from-search/
-
[BUG] Apps that adds new longin methods
Not sure this will be available somehow in V5 so I’ll go with the postToggleEnable. 👍
-
[BUG] Apps that adds new longin methods
That works for node controllers (disable and app, plugin, etc.). Application class isn’t a controller.
-
[BUG] Apps that adds new longin methods
Via a hook?
-
[BUG] Apps that adds new longin methods
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?
-
Limit number of new topic
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/
-
[BUG] Apps that adds new longin methods
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.
-
Members can't answer the poll
Edit their groups and enable Can vote in polls? in Content tab.