Jump to content

Adriano Faria

Clients
  • Joined

Everything posted by Adriano Faria

  1. I see. Will have to release a new version. Send a message if you need a quick fix, since you can edit files.
  2. So post in the right topic!
  3. No error here but you seem to have an old file in your system files. I should have changed the file at some point. The file in your error is applications/banfromforums/hooks/bftSearch.php. This isn't used anymore. The error happens in the searchResult method, which now is in the applications/banfromforums/hooks/bmffSRAS.php file. Delete applications/banfromforums/hooks/bftSearch.php if you have FTP access.
  4. Go to Members -> Groups -> Raffles and enable the app to your group.
  5. Will check.
  6. Not sure, may be. It seems to work fine on my board: I tried to copy from a forum to "Mentoria", which is a sub in subcategory/category. Tried a few different set ups (category levels) and works fine. Feel free to send a message with ACP access. Maybe I'm not understanding the issue and need to take a look.
  7. Can you show an example with images? This level works fine: It's a category, subcategory and a subforum.
  8. Adriano Faria replied to Adriano Faria's post in a topic in Marketplace
    New version is available now.
  9. PriCes or priZes? If you mean prizes, I really don't see any sense in add 100 prizes totally equals to each other. Can you elaborate or show a useful usage of this:? ----------------------------------- Regarding the error of the author link in raffle/giveaway view, this is TEMPORARY FIX: https://invisioncommunity.com/forums/topic/438772-raffles-system/?do=findComment&comment=2862810 A new version (1.6.0.1) was submitted to marketplace to fix this issue. If you edited your template, click in the REVERT button as soon as you upgrade to the newest.
  10. Adriano Faria replied to Adriano Faria's post in a topic in Marketplace
    Thanks for letting me know. Will make some tests and update it if required.
  11. Adriano Faria replied to Adriano Faria's post in a topic in Marketplace
    No.
  12. Adriano Faria replied to Hisashi's post in a topic in Feedback
  13. How will you update a cached data without update the data? 🤷‍♀️
  14. Anyway, I find hard to believe that someone will set 1 minute to cache. Better not to use it.
  15. You would still have a few seconds showing wrong. 😄
  16. 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.
  17. Adriano Faria replied to Adriano Faria's post in a topic in Marketplace
    It’s a per-category setting. Go to ModeratorsCP -> Deleted Content and delete it from there too. The button will show up again.
  18. It’s one of the features from this resource:
  19. 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.
  20. 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.
  21. Ooh ok. I'll change it.
  22. 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; }
  23. @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.
  24. Oh sorry, yes, I left the comment to the user.