XF2 [8WR] Discord Integration

XF2 [8WR] Discord Integration 2.1.1.9

No permission to buy ($30.00)
How do I download updates? Where can I get download links?

Your download link and all future updates are automatically emailed to the purchasing PayPal email address. If you are not receiving these emails, please check your spam folders. If you prefer, you can login and see your purchase history here: https://8wayrun.dpdcart.com/portal

Before asking support questions, please watch these videos:
  • Basic setup & features:
    To view this content we will need your consent to set third party cookies.
    For more detailed information, see our cookies page.
  • If you want more videos on specific topics, please let me know

How do I rename the "ewr-discord" sub-directory to something else?

Admin CP: Setup > Navigation> Route Filters > Add route filter​
Find route: ewr-discord/
Replace with: chat/

My bot doesn't seem to be applying changes to my guild/server members?

The bot you set up in the installation process can only edit users with less "power" than them. When you create a bot, it creates a special "managed role" just for the bot. This role MUST remain at the TOP of your roles list. Even if this managed role has administrator permissions, it still can not edit members below it in the hierarchy. So if you move the role to the bottom, it wont be able to edit even the weakest of members within your guild/server.​

I tested usergroup changes on myself and roles aren't getting applied on my server?

The bot you set up in the installation process can only edit users with less "power" than them. While this means it can assign roles to MOST users on your server, it can not edit the user who OWNs the server (which is probably you). This is because the owner of the server is at the top of the power hierarchy and the bot is below them; regardless of where their roles are in the role list.​

My bot is not auto-posting messages to my channels?

The bot needs to complete a handshake at least once with the Discord servers before it can auto-post messages. In your Admin CP, after you have set everything up, you will find a "Test Connection" button next to the Server ID (guild) field. Click this button. When you see your bot come "online" on your server's user list, you know you're done. That's it! Your bot will log off when you navigate away from your Admin CP; but you shouldn't ever need to click the connect button again.​

I am getting the error "Duplicate entry 'discord' for key 'PRIMARY'" when trying to install this addon?

You have another addon which already adds Discord as a connected account provider installed on your forum. You need to uninstall that addon first. If after uninstalling that other addon, you are will getting the error, you need to manually delete the 'discord' entry from the [COLOR=rgb(41, 105, 176)][B]xf_connected_account_provider[/B][/COLOR] table in your database.​

How often are accounts synced with Discord?

Accounts are synced one by one on a 1 minute basis by default. This means over a 24 hour period, it can do 1440 account syncs. The reason for this is to prevent rate limiting from the Discord API. When an account is altered on XenForo, it is moved to the front of this sync queue. When an account is altered on Discord, it will have to wait for the next time it comes up in the sync queue.​
Keep in mind, that syncs are managed by the XenForo cron job system; which means cron jobs can only run when someone visits your forum. So if your forum is inactive, syncs will be delayed. You can work around this delay in XenForo 2.2 with configurable job triggering.​
Can I disable the "Register with Discord" feature?

Not natively. XenForo's built-in connected accounts feature automatically generates register links based on those connected account features. These links are not generated by this addon and removing those links is not a feature this addon offers.​
Top Bottom