Search results for query: *

  1. M

    Implemented DragonByte Security 2fa

    Hi, Would it be possible to add a permission so 2fa users are excluded from the password expiry permission? For example if you have the force password reset set to once a year it will only effect users not using 2fa.
  2. M

    Pending Bank & Richest users

    Was just required to check a users bank total and it reminded me about this request. Richest user isn't important.
  3. M

    Implemented Item usergroup permissions

    Thank you buddy. Not sure how I missed that.
  4. M

    Implemented Item usergroup permissions

    Hi, I was hoping to restrict some items being purchased to a specific usergroups, but it seems there's no option to do that.
  5. M

    Bug Active Gifts

    I have a shop item to add a user to a secondary usergroup. I've just added a purchase of this item to a user via the panel dbtech-shop/purchases/ and selected (active). The item is received, showing in their inventory and showing as active. The problem is it didn't actually add the user to the...
  6. M

    Pending Bank & Richest users

    Bump on this :) would be really useful.
  7. M

    Pending Bank & Richest users

    Just noticed someone else is requesting bank access https://www.dragonbyte-tech.com/threads/seeing-total-banked-credits-of-a-user.25548/
  8. M

    Pending Bank & Richest users

    Could you make the bank editable in the ACP? It currently need to be done via the database. Richest user list. Would be nice to have this too :)
  9. M

    Question mysql 8.0.29 warnings

    Done. Thanks buddy.
  10. M

    Question mysql 8.0.29 warnings

    Hi, I'm getting warnings from mysql on importing database and thought I'd share the output with you. Warning (Code 1831): Duplicate index 'user_id_last_update' defined on the table 'mydadata.xf_dbtech_shop_item'. This is deprecated and will be disallowed in a future release. Warning (Code...
  11. M

    Question Shop & XFA custom username icon issue

    Ignore my previous post it just started giving me errors again.
  12. M

    Question Shop & XFA custom username icon issue

    @Fillip H. Just been doing some more testing and if I uninstall/install the shop again the error is gone. Does this mean I must have previous version code remaining? I can't reproduce the error on a fresh xenforo install.
  13. M

    Question Shop & XFA custom username icon issue

    It didn't stop the error. I will try talk to XFA and get back to you.
  14. M

    Question Shop & XFA custom username icon issue

    /* public function get($key) { $data = parent::get($key); if ($key == "xfa_cui_params") { if(isset($data[0]['icon']) && ($data[0]['type'] == 'fa') && !in_array(substr($data[0]['icon'], 0, 3), ['fab','far','fas','fal'])) {...
  15. M

    Question Shop & XFA custom username icon issue

    <?php /************************************************************************* * XenForo Custom Username Icons - Xen Factory (c) 2017 * All Rights Reserved. * Created by Clement Letonnelier aka. MtoR ************************************************************************* * This file is...
  16. M

    Question Shop & XFA custom username icon issue

    Also related to php 8.0.19 as I'm no longer getting it with 7.4.
  17. M

    Question Shop & XFA custom username icon issue

    Hi, Got an issue with these addons running together. Every page load gives me an error: TypeError: Template public:widget_forum_statistics error: json_decode(): Argument #1 ($json) must be of type string, array given src/XF/Mvc/Entity/ValueFormatter.php:33...
  18. M

    Pending Bank edit

    Could you consider adding an option in the admin panel so we can edit a users bank?
  19. M

    Pending Give us control over banked credits

    Could you please make banked credits visible in the admin panel & editable if possible 😊
  20. M

    Bug Error when purchasing item

    ErrorException: [E_NOTICE] A non well formed numeric value encountered src/addons/DBTech/Shop/Entity/Item.php:709 Generated by: test2 Jan 9, 2021 at 8:02 PM Stack trace #0 src/addons/DBTech/Shop/Entity/Item.php(709): XF::handlePhpError(8, '[E_NOTICE] A no...', 's...', 709, Array) #1...
Back
Top