Jump to content

Adriano Faria

Clients
  • Posts

    31,856
  • Joined

  • Days Won

    475

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Adriano Faria

  1. Which block?
  2. No, not me. @InvisionHQ is the one who supports this resource.
  3. No as renewals are optional per file, so it’s up to the file submitter to add it ir not. This is why it’s there. You can probably hide it with some CSS trick.
  4. See Find in that page: Adding a newly purchased application.
  5. Thanks. Will make some tests. Sometimes is too vague. Need steps to try to reproduce and fix, if that’s the case.
  6. Are you still having the issue. Post in English, btw, so IPS staff can see the marketplace error message.
  7. You seem to had a theme cache issue. The error doesn’t point to my resource. Dis you try to clean cache? Still happening?
  8. I see you’re already using it. Thank you. 👍
  9. @wic You need to edit your profile fields and remove the style from the output, as explained by Duken in the post after yours. @Duken Apply the fix provided by @Krzysztof Kosz and let me know if it works fine. I’ll add it in a further version.
  10. It has 2 widgets, and as such, can be used in any place of your site.
  11. No. This app is 100% prepared to work with Spotify only, including tables, columns and a lot of things. That would need a huge work, in other words, workaround, to make it work. That won’t happen. Probably as a new resource if Spotify continues to “remove” features from their API.
  12. That’s the bug from Beta 1; it has nothing to do with my plugin.
  13. If you’re using 4.6.10 Beta 1 there’s a bug indeed. Best thing to do is check your logs and compare the errors.
  14. I wil NOT be available until February 04, so here goes a quick fix (FTP required) for those who are using the plugin Reactions in Report Comments 1.0.1 and have the following error: Download and open /plugins/reactionsinreportcomments/hooks/reportCommentModel.php and find: use \IPS\Content\Reactable { try { \IPS\Content\Reactable::canReact as allowedToReact; } catch ( \Error | \RuntimeException $e ) { if ( method_exists( get_parent_class(), __FUNCTION__ ) ) { return \call_user_func_array( 'parent::' . __FUNCTION__, \func_get_args() ); } else { throw $e; } } } Change to: use \IPS\Content\Reactable { \IPS\Content\Reactable::canReact as allowedToReact; } Save and upload. The error is the TRY/CATCH added by the framework when exporting the plugin. If you DO NOT have FTP access, then simply disable or uninstall the plugin. I'll take a look (with IPS) when I get back. Thank you.
  15. I wil NOT be available until February 04, so here goes a quick fix (FTP required) for those who are using the plugin Reactions in Private Messages 1.0.1 and have the following error: Download and open /plugins/reactionsinprivatemessages/hooks/messageModel.php and find: use \IPS\Content\Reactable { try { \IPS\Content\Reactable::canReact as allowedToReact; } catch ( \Error | \RuntimeException $e ) { if ( method_exists( get_parent_class(), __FUNCTION__ ) ) { return \call_user_func_array( 'parent::' . __FUNCTION__, \func_get_args() ); } else { throw $e; } } } Change it to: use \IPS\Content\Reactable { \IPS\Content\Reactable::canReact as allowedToReact; } Save and upload. The error is the TRY/CATCH added by the framework when exporting the plugin. If you DO NOT have FTP access, then simply disable or uninstall the plugin. I'll take a look (with IPS) when I get back. Thank you.
  16. Added you to a private message with the fix.
  17. Stuart: That’s because it is adding a TRY/CATCH in the use (trait) and it is breaking the hook.
  18. This is the REACTIONS ON PRIVATE MESSAGE plugin version 1.0.1. I got a ticket with IPS ( @Daniel F ) to see what can be done. If you have FTP access , it’s a quick fix… otherwise, you’ll have to wait and disable it for now.
  19. I just submitted a new version to fix this.
  20. Just to add to the topic: not sure it’s related but I’m receiving all messages twice hereon this site. I’m not sure it’s 4.6.10 already.
  21. You better post the lines here. Someone more used to it may help you.
×
×
  • Create New...