You have most likely done something wrong, I have no problems running this addon with XF2.2.I'm not at all familiar with Discord, but I've followed the instructions and the widget is blank.
Is this incompatible with 2.2 - or have I done something wrong?
Q. The widget block is showing, but none of the contents of my discord server are appearing.
A. This could be due to a couple of things. Number one: make sure your server ID is correct. If it's not correct, the add-on can't retrieve data from Discord. Number two: make sure the "Enable Widget" in your discord server's settings is checked. Here's how to do that:
- Navigate to your discord server's settings.
- Choose the widget section.
- Make sure "Enable Widget" is checked.
Thanks for the reply.. I enabled the server widget in the Discord settings, and it's sprung into lifeYou have most likely done something wrong, I have no problems running this addon with XF2.2.
From the Addons FAQ
That did the trick. Thanks
Yes, it works. What problem are you running in to?Is there a working widget?
I’ll look into it.Hi, we've noticed an issue with the discord widget. It seems to max out at an online count of 100 users online.
Is it possible to have the addon report a higher maximum online user count? We generally have several hundred members online on our discord channel at any given moment, so it's just stuck at 100 users online 24/7.
I solved problem. src\addons\AH\DiscordWidget\_data\templates.xml:287Hi, we've noticed an issue with the discord widget. It seems to max out at an online count of 100 users online.
Is it possible to have the addon report a higher maximum online user count? We generally have several hundred members online on our discord channel at any given moment, so it's just stuck at 100 users online 24/7.
w.innerHTML = "Users Online: " + y.members.length;
w.innerHTML = "Users Online: " + y.presence_count;
If possible apply this solution and publish a update pleaseI’ll look into it.
We use essential cookies to make this site work, and optional cookies to enhance your experience.