Discord Integration

Discord Integration [Paid] 1.2.3

No permission to buy ($35.00)
That's great to hear, while I've got you here, is it possible to specify which forum updates get posted to which discord channel? IE: forum A updates only get posted to discord channel A and so on
 
That's great to hear, while I've got you here, is it possible to specify which forum updates get posted to which discord channel? IE: forum A updates only get posted to discord channel A and so on
That's possible out of the box. You can configure a separate channel on a per-forum basis by editing the applicable forums in the ACP.
 
That's possible out of the box. You can configure a separate channel on a per-forum basis by editing the applicable forums in the ACP.
Awesome, really awesome. Looking forward to that fix and getting the add-on integrated into our forums. you might want to reach out to @SnipeDragon about the other errors he is having as he hinted that they were more widespread than just the categories
 
Awesome, really awesome. Looking forward to that fix and getting the add-on integrated into our forums. you might want to reach out to @SnipeDragon about the other errors he is having as he hinted that they were more widespread than just the categories
I suspect the issues there are related to misconfiguration rather than channel categories breaking anything but I'm waiting on confirmation. I've just tested this on some forums I manage and in my development environment.

There are also no breaking changes in the API so yeah, probably misconfiguration.
 
Ah cool, ok, I'll grab the addon and get it installed on my end then.. Will let you know if there are any issues.. Thanks for staying on top of this
 
  • Like
Reactions: Naz
Not sure if this is a setup issue but I noticed the following errors on the List all Roles page:

Cannot use a scalar value as an array
  1. XenForo_Application::handlePhpError() in NixFifty/Discord/ControllerAdmin/Discord.php at line 373
  2. NixFifty_Discord_ControllerAdmin_Discord->actionRoles() in XenForo/FrontController.php at line 351
  3. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  4. XenForo_FrontController->run() in /home/ryanw/forums.ironbellystudios.com/admin.php at line 13
 
Not sure if this is a setup issue but I noticed the following errors on the List all Roles page:

Cannot use a scalar value as an array
  1. XenForo_Application::handlePhpError() in NixFifty/Discord/ControllerAdmin/Discord.php at line 373
  2. NixFifty_Discord_ControllerAdmin_Discord->actionRoles() in XenForo/FrontController.php at line 351
  3. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  4. XenForo_FrontController->run() in /home/ryanw/forums.ironbellystudios.com/admin.php at line 13
Make sure the bot has a role with full permissions to your server.
 
Full permissions meaning admin perms? The bot has a role and has some perms but isn't an admin currently, is that what is causing this ? Overall I can confirm the add-on works everywhere else. New posts are being posted to our discord server without any issue. Would be nice if the channel list was grouped by categories as they appear on the discord server but it's not a big deal tbh.
 
Hi,

I get the following errors if i use the "Test Discord Integration"

Code:
Error Info
Undefined index: channel_id - library/NixFifty/Discord/ControllerAdmin/Tools.php:28

Stack Trace
#0 /var/www/vhosts/hosting100377.af9aa.netcup.net/httpdocs/anzahcraft.de/library/NixFifty/Discord/ControllerAdmin/Tools.php(28): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/vhosts...', 28, Array)
#1 /var/www/vhosts/hosting100377.af9aa.netcup.net/httpdocs/anzahcraft.de/library/XenForo/FrontController.php(351): NixFifty_Discord_ControllerAdmin_Tools->actionTestDiscord()
#2 /var/www/vhosts/hosting100377.af9aa.netcup.net/httpdocs/anzahcraft.de/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /var/www/vhosts/hosting100377.af9aa.netcup.net/httpdocs/anzahcraft.de/admin.php(13): XenForo_FrontController->run()
#4 {main}

Request State
Array
(
    [url] => https://anzahcraft.de/admin.php?tools/test-discord&test=1
    [_GET] => Array
        (
            [tools/test-discord] => 
            [test] => 1
        )

    [_POST] => Array
        (
        )

)

Code:
Error Info
Undefined index: id - library/NixFifty/Discord/ControllerAdmin/Tools.php:28

Stack Trace
#0 /var/www/vhosts/hosting100377.af9aa.netcup.net/httpdocs/anzahcraft.de/library/NixFifty/Discord/ControllerAdmin/Tools.php(28): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/vhosts...', 28, Array)
#1 /var/www/vhosts/hosting100377.af9aa.netcup.net/httpdocs/anzahcraft.de/library/XenForo/FrontController.php(351): NixFifty_Discord_ControllerAdmin_Tools->actionTestDiscord()
#2 /var/www/vhosts/hosting100377.af9aa.netcup.net/httpdocs/anzahcraft.de/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /var/www/vhosts/hosting100377.af9aa.netcup.net/httpdocs/anzahcraft.de/admin.php(13): XenForo_FrontController->run()
#4 {main}

Request State
Array
(
    [url] => https://anzahcraft.de/admin.php?tools/test-discord&test=1
    [_GET] => Array
        (
            [tools/test-discord] => 
            [test] => 1
        )

    [_POST] => Array
        (
        )

)
 
Last edited:
Hey Nix, considering getting this but I haven't seen any updates regarding the Discord channel categories problems people mentioned
 
Top Bottom