Recent content by maleguard

  1. maleguard

    UserUpgradeKey

    Trying using code error: #0 src/XF/Container.php(270): XF\Service\User\Upgrade->__construct(Object(XF\Pub\App), NULL, Object(MMO\Hide\XF\Entity\User)) #1 src/XF/App.php(1701): XF\Container->createObject('XF\\Service\\User...', Array) #2 src/XF/Container.php(228)...
  2. maleguard

    [AH] Discord Widget

    If possible apply this solution and publish a update please 🙏
  3. maleguard

    [AH] Discord Widget

    I solved problem. src\addons\AH\DiscordWidget\_data\templates.xml:287 w.innerHTML = "Users Online: " + y.members.length; change to w.innerHTML = "Users Online: " + y.presence_count;
Back
Top Bottom