Jump to content

Adriano Faria

Clients
  • Posts

    31,857
  • 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. You would still have a few seconds showing wrong. 😄
  2. That was the bug. You click, read, go back to index and the topic still shows as unread. The unread marker will only disappear after the cache upgrades.
  3. It’s a per-category setting. Go to ModeratorsCP -> Deleted Content and delete it from there too. The button will show up again.
  4. It’s one of the features from this resource:
  5. That’s ok as long as you use the plugin uninstall to drop your table. Also, it works fine (no log error and table is created) with IN_DEV disabled so it’s ok.
  6. Hello, This is handled by the Core. Not sure I can change that behavior. I didn’t take a look but I guess this is the session time, so if the user keeps using it, it won’t have a limit; if the user didn’t use it for the session time, it switches back to the main account. But that’s just a guess. It can be a cookie too Will take a look when I have to release a new version.
  7. Ooh ok. I'll change it.
  8. One of them: public function step1() { \IPS\Db::i()->createTable( array( 'name' => 'savedactionssorting_mm', 'columns' => array( array( 'name' => 'sas_mm_id', 'type' => 'smallint', 'length' => 6, 'allow_null' => false, 'auto_increment' => false, 'default' => 0 ), array( 'name' => 'sas_mm_position', 'type' => 'smallint', 'length' => 6, 'allow_null' => false, 'default' => 0 ), ), 'indexes' => array( array( 'type' => 'primary', 'columns' => array( 'sas_mm_id' ) ) ) ) ); return TRUE; }
  9. @Daniel F @Stuart Silvester I think there's a bug on plugin install if this plugin creates a table. You should be using PHP 8 and with IN_DEV enabled. The error: The error happens in the step that has the \IPS\Db::i()->createTable. If you disable the IN_DEV or install the plugin in PHP 7.4, it works just fine. Tested in several plugins, 3 installs.
  10. Oh sorry, yes, I left the comment to the user.
  11. /* If we don't have any available payment methods, show an error */ if ( \count( $paymentMethods ) === 0 and !$amountToPay->amount->isZero() ) { \IPS\Output::i()->error( 'err_no_methods', '4X196/3', 500, 'err_no_methods_admin' ); }
  12. I'll give more time for you (and the others) to test the new version. I'll release a fix via marketplace in a week or so. 👍
  13. Damn it! 😑 Quick fix: open the raffles -> front -> view -> view template and find: {$raffle->author()->link( $raffle->warningRef(), \IPS\Settings::i()->raffles_formatnames, $raffle->isAnonymous() )} Change to: {$raffle->author()->link( $raffle->warningRef(), \IPS\Settings::i()->raffles_formatnames, $raffle->isAnonymous() )|raw} Let me know if you find another template issue. Do the change in all themes you have installed.
  14. Guys, before or after upgrade to new version, go to same template and click in the REVERT button to get the new version. 👍
  15. It’s pending approval for a while now:
  16. I honestly don't see any slowness there: - As a guest: - Logged as a user: Is it slow the way you said? Tested on latest Firefox, Chrome and Edge. You have to remember that this isn't a widget, so it isn't cached. It queries the DB at every page load.
  17. Mobile device now. Can’t do much. Send a message with ACP access so I can debug it. 👍
  18. I never got an answer:
  19. Send a message with ACP access. I’ll debug the app in your install later.
  20. Mate, how long do you need to understand that the approval process it's up to the IPS and not to the dev? She said on July, 28: I have files way more older than that, and still I'm waiting.
  21. I’ll take a look in a future version.
  22. This is not supported for a long time. Uninstall it.
  23. Others are saying that is taking a couple of weeks to get approved. I submitted it last Thursday, according to my post above so it may take a bit more.
  24. Thanks for confirming it works in 4.6. I will download it while I can. Will update the compatibility field. 👍
×
×
  • Create New...