Search results for query: *

  1. hakkuo23

    Bug Bank Deposit Bug

    Yes but it's ad credits so I'm not sure if it respects the set options for that specific addon.
  2. hakkuo23

    Bug Bank Deposit Bug

    Also if I disable the bank from XenForo options you can still access it if you know the URL.
  3. hakkuo23

    Bug Bank Deposit Bug

    Here's how you do it: Make sure you have zero in the bank. Now set the deposit to a really large number like 999999999999999999999999999999 and spam the save button. You will get a huge amount of money in your bank account and have a negative credit amount. This also works for the withdrawal...
  4. hakkuo23

    Bug New Posts and Auto Bumped Threads

    When you buy the `auto bump a thread` product and apply it, any threads that are using it will not disappear from website.com/find-new/posts after reloading. It only goes away when marking all forums as read. Thank you!
  5. hakkuo23

    Pending Thread Bump Max Date

    We are getting some complaints about users bumping threads that are 3 years old. I'm wondering if we could get an option where I can choose the max time from today that a thread could be bumped. So for example, I make it 6 months. Only threads posted in the last 6 months can be bumped. I...
  6. hakkuo23

    Bug Can't Reconfigure Gifted User Name Styling

    Ah that makes sense :) However I think it may be confusing to some users. Could we get a check to see if it's configured and if it is not already configured it doesn't show that box and just sends it in an unconfigured state?
  7. hakkuo23

    Bug Can't Reconfigure Gifted User Name Styling

    Some users are complaining that an item they gifted to someone without configuring is unable to be configured at all when it arrives in the gifted users inventory. I have reconfiguration disabled for the item experiencing this issue (user name styling). Thank you!
  8. hakkuo23

    Bug Music Autoplaying in Member Cards

    This relates to the shop item `profile music` and since you're modifying the XenForo helpers there may be some unintended consequences like the issue I reported.
  9. hakkuo23

    Bug Music Autoplaying in Member Cards

    So it seems that when using the helper `xen:username` and then clicking the username generated from it, it's loading the entire profile instead of the card template. While it still functions fine, it's probably unnecessary queries and also if a user has purchased and configured the profile music...
  10. hakkuo23

    Pending Stealing Exploit

    So some users were going on a stealing rampage and stealing from everyone. However once their total credits reached zero they were still able to steal. So they triggered it thousands of times and were able to get huge amounts from people without any consequences to themselves as they had zero...
  11. hakkuo23

    Bug Front Controller Issue

    I'm not using DB credits but AD credits. Keeping that enabled and enabling DB shop causes the error.
  12. hakkuo23

    Bug Ghost Sidebar

    nevermind still looking into this.
  13. hakkuo23

    Bug User Title issue

    Query of the item: INSERT INTO `xf_dbtech_shop_item` (`itemid`, `categoryid`, `title`, `description`, `shopicon`, `displayorder`, `purchases`, `price`, `permissions`, `code`, `itemtypeid`, `giftable`, `icon`, `currencyid`, `shop`, `duration`, `ownerid`, `uniqueitem`, `onlygiftable`...
  14. hakkuo23

    Bug Front Controller Issue

    I already did that and it was DBShop causing the issue. Basically as soon as I hit any model using XenForo_Model_User the error happens. Disabling that event listener for that class stops the issue.
  15. hakkuo23

    Bug Ghost Sidebar

    If I switch it to another theme that does not have that sidebar the welcome block is not there and the issues still persists.
  16. hakkuo23

    Bug Front Controller Issue

    I'm just wondering why it's able to get the front controller every time but still hits the exception.
  17. hakkuo23

    Bug Ghost Sidebar

  18. hakkuo23

    Bug Front Controller Issue

    No it's the user upgrades paypal callback, another credits addon callback and a custom callback I wrote.
  19. hakkuo23

    Bug Ghost Sidebar

    When a user is not logged in, there is an empty space where the sidebar should be as no sidebar items show. Also forgot to check it but happens on the default style.
  20. hakkuo23

    Bug Front Controller Issue

    So I have a callback for various add-ons and when the event listener for xenforo_model_user is enabled, it causes this error: Fatal error: Cannot declare class XFCP_(goes down the line) If I go to DBTech_Shop_Application_Core and comment out the exception handler in the constructor, the error...
Back
Top