Jump to content

SoftwareFactory

Friends
  • Posts

    216
  • Joined

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by SoftwareFactory

  1. Detailed changelog of update 1.0.7:

    • You can now disable automatic nickname synchronization
    • OutOfRangeException is no longer thrown when a Discord server owner tries to link his Discord account
    • Fixed a bug with notifications about replies for Support Requests

    Mentioning members reporting bugs fixed in that update or suggesting features added in this update:

    @DChiuch @Kitty Davis @TheSkyLounge.tv @Morrigan @Cory Fuller @Bryan Parker @Tammy Wagner

    2 hours ago, Kitty Davis said:

    Nop, this was just a regular user.

    I hadn't saw that you had edited your post before I have written a reply for it - nickname synchronization can be disabled now, but unfortunately to prevent invalid application's behavior, bot needs the "Kick members" permission, because there is no option yet to disable kicking members after they unlink their Discord account with IPS account and after you delete their IPS account.

  2. 5 minutes ago, Kitty Davis said:

    Yes, top of the list, and it has the "manage roles" permission.

    Also, if that member is owner of the configured Discord server, it's impossible to synchronize him, because no one but him can manage his roles.

  3. 10 hours ago, Tammy Wagner said:

    Trying to setup notification for support ticket reply causes error whenever creating a support ticket.

    EDIT:
    Suggestion: Add the ability to mention specified roles / users when a notification is sent.

    We will take a look at this. Thank you for your suggestion and bug report. Sorry for inconvenience.

    4 hours ago, Kitty Davis said:

    A member did not get their roles updated when connecting discord to the forum, I tried to manually sync the member through the ACP, and I got this error

    
    OutOfRangeException:  (0)
    #0 /var/www/html/forum/applications/brilliantdiscord/sources/RateLimit/RateLimit.php(153): IPS\brilliantdiscord_hook_member->IPS\{closure}(Object(Closure))
    #1 /var/www/html/forum/init.php(588) : eval()'d code(167): IPS\brilliantdiscord\_RateLimit::limitHandle('guilds/{guild.i...', '145533722026967...', Object(Closure))
    #2 /var/www/html/forum/applications/brilliantdiscord/modules/admin/manage/memberManage.php(58): IPS\brilliantdiscord_hook_member->discordSync()
    #3 /var/www/html/forum/system/Dispatcher/Controller.php(85): IPS\brilliantdiscord\modules\admin\manage\_memberManage->synchronize()
    #4 /var/www/html/forum/applications/brilliantdiscord/modules/admin/manage/memberManage.php(41): IPS\Dispatcher\_Controller->execute()
    #5 /var/www/html/forum/system/Dispatcher/Dispatcher.php(152): IPS\brilliantdiscord\modules\admin\manage\_memberManage->execute()
    #6 /var/www/html/forum/admin/index.php(14): IPS\_Dispatcher->run()
    #7 {main}

     

    Have you moved the bot's role onto the very top of your role list? Here's how to do it:

    2019-03-17_14-04-54.gif.35f53c39f71bd953

  4. On 3/30/2019 at 3:58 PM, Fighting 13th said:

    Does it work both ways? Because in the change log, it says users on the discord server before they sign up on the website get automatically sync'ed on the website.

    No, that's not what's written in the changelog. Please read it carefully:

    Quote

    Members that joined your Discord server before they linked their Discord account with IPS account will be immediately synchronized [after they link their accounts], without waiting one hour for automatic synchronization anymore.


    21 hours ago, ufshane said:

    Just sent a PM with issues on magic invites... links are not working for some reason. https://www.urgentfury.com/invite/join/

    Issue has been resolved.

  5. Hi,

    It's not yet possible to change the widget color - it's an official Discord and we can't control how it's generated. In future updates, this widget will be probably a lot more customizable.

    For advanced users:
    You can try to create own Discord widget with Pages application and you can use method from our application to obtain data about your Discord server:

    // Guild data is cached for 5 minutes.
    $data = \IPS\brilliantdiscord\Util\Guild::guildData();
    
    // $data['name'] is your Discord server name
    // $data['avatar'] is your Discord server photo URL (as a string, or NULL if your server doesn't have a photo)
    // $data['letters'] is the acronym for your Discord server name (for example: for "Brilliant Discord Integration Testing" name it's "BDIT")
    // $data['online'] is the number of ONLINE members on your Discord server. May be cached by Discord API.
    // $data['overall'] is the number of ALL members on your Discord server. May be cached by Discord API.
    
    // $data['timestamp'] is the unix timestamp for time when that data was obtained from Discord API.

     

  6. 11 minutes ago, Morrigan said:

    @SoftwareFactory I just purchased and I was hoping it would at least have the role and username syncing. It appears to have role syncing but no nickname syncing? Is that a coming feature? It's sort of a deal breaker for me with a mod like this.

    Brilliant Discord Integration supports both - group synchronization and username synchronization. All members are synchronized every hour, and if you change single member's username or group on your site, he will be immediately synchronized with Discord.

  7. On 3/23/2019 at 4:34 PM, Brenden3 said:

    I just bought the app but I'm having trouble setting it up. I keep getting site is rate limited every time I try to configure. I wait the 8 minutes it wants me to, try again and it fails. Any advice?

    Rate limits in configuration are usually temporary. Please send me a private message if it still doesn't work for you.

    On 3/24/2019 at 9:35 AM, KMaster said:

    Does anyone know how to move the default "sign in with discord" underneath the traditional sign-up form rather than having it be side to side. I've been able to edit plugin xmls or going into the theme html for minor edits with other apps, but I cannot find where I would do that for this plugin on my own. If someone could point me in the right direction it would be much appreciated.

    Also thanks to the author for their hard work this plugin is great!

    EDIT: I am using the default ipb theme btw

    You would probably need to write a custom CSS code for that.

    On 3/24/2019 at 4:16 PM, Tammy Wagner said:

    Im unable to create new groups as brilliant discord throws an error.

    
    UPDATE `brilliantdiscord_groupdata` brilliantdiscord_groupdata  SET `discord_roles`=NULL,`bypass_approval`=NULL WHERE group_id=9 
    IPS\Db\Exception: Column 'bypass_approval' cannot be null (1048)
    #0 /usr/www/public/forums/system/Db/Db.php(1149): IPS\_Db->preparedQuery('/*IPS\\Member\\br...', Array)
    #1 /usr/www/public/forums/init.php(588) : eval()'d code(83): IPS\_Db->update('`brilliantdisco...', '`discord_roles`...', 'WHERE group_id=...')
    #2 /usr/www/public/forums/applications/brilliantdiscord/extensions/core/GroupForm/groupSettings.php(59): IPS\Member\brilliantdiscord_hook_group->setDiscordData(Array)
    #3 /usr/www/public/forums/applications/core/modules/admin/members/groups.php(219): IPS\brilliantdiscord\extensions\core\GroupForm\_groupSettings->save(Array, Object(IPS\Member\Group))
    #4 /usr/www/public/forums/system/Dispatcher/Controller.php(85): IPS\core\modules\admin\members\_groups->form()
    #5 /usr/www/public/forums/applications/core/modules/admin/members/groups.php(34): IPS\Dispatcher\_Controller->execute()
    #6 /usr/www/public/forums/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\admin\members\_groups->execute()
    #7 /usr/www/public/forums/admin/index.php(14): IPS\_Dispatcher->run()
    #8 {main}

     

    Thanks for your report. It'll be fixed in next update.

    On 3/24/2019 at 4:16 PM, Tammy Wagner said:

    Also not sure why this shows as black icon when not selected as its using the same image:
    spacer.png

    Sorry for inconvenience. That icon will be replaced soon.

    20 hours ago, mrbowers said:

    Does your app allow more then one server too connect to your website.

    Unfortunately it's not yet possible.

    18 hours ago, Cory Fuller said:

    Is it possible to include Club notifications?

    Notifications are being currently improved. We will consider adding notifications from Clubs.

  8. On 3/20/2019 at 6:37 PM, Natea said:

    Since the latest update I can't create new and edit notifications, It shows this error:

    41ea21c61c46fe75f6e3e16bc56dfc1b.png

     

    On 3/21/2019 at 6:44 AM, Sorus said:

    Also receiving the above the error.

    Please install the latest update. It fixes that bug. Sorry for inconvenience.

    19 hours ago, Tammy Wagner said:

    The widget does not work its just in an image on my forum and cant actually click it to go to the discord invite link.

    Have you selected the invite in your widget options?

     

    24 minutes ago, Makoto said:

    Another login handler bug when attempting to delete members before the application is configured,

    2b2ST53.png

    Call to a member function link() on null in the member.php hook.

    Thank you, It'll be fixed in next update.

  9. 4 hours ago, 403 - Forbideen said:

    Don't work. I moved to another position and don't work. You need to remove this ICON from the source. If be possible, use a font.

     

    On LoginHandler.php

    
     public function logoForUcp()
        {
            // SVG logo in 16px size renders wrongly on Windows
            return \IPS\Theme::i()->resource( 'discord_logo_white.png', 'brilliantdiscord', 'front' );
        }

    Try to fix it, We really need to use the facebook...

    Sorry for inconvenience. Actually it turned out that the issue is more complex than we supposed and we are currently working on it, the update will be available soon.

  10. 6 hours ago, Wolf said:

    @SoftwareFactory

    That was supposed to be a date 03/11/2019

    Thank you. It will be fixed in next version (1.0.4).

    6 hours ago, Wolf said:

    but sometimes there is a need to send private forum info to discord (ex. staff forum to staff discord channel)

    I think that the best solution for the whole problem is an option to inverse conditions.

    10 hours ago, a0x4b said:

    Any plans for re-sending notifications on Discord for events when it's nearing start? For instance being able to set a time interval would be helpful to alert people that the event is starting soon.

    Good idea, I'll take it into consideration.

  11. Thank you for all your suggestions above this post. If possible, they will be taken into consideration while working on future updates.

    4 hours ago, 403 - Forbideen said:

    Its right. Because if i disable to widget, don't show the 'icone' on facebook preview.

    I have replied to your private message. I'm not sure if it's related directly to the Brilliant Discord Integration app, because I can't reproduce that bug.

  12. 7 hours ago, Taylor M. said:

    how many servers are we allowed to connect to this ? community i manage has multiple discord servers

    You can connect one server.

    5 hours ago, ufshane said:

    Getting the same issue when logging out, pming you the log info

    Thank you. It's going to be fixed in next update.

    2 hours ago, Wolf said:

    Small breadcrumb style issue

    spacer.png

    I'll check this. Thanks.

    2 hours ago, Wolf said:

    Another visual oddity; icon doesn't line up with the rest

    spacer.png

    That's not a problem with the app, but probably with your theme.

    12 hours ago, Gilly said:

    Do you mind creating an FURL for the user settings page for the app?

    @Gilly good idea, I'll take it into consideration while working on next updates.

  13. 13 hours ago, fix3r said:

    Can i embed on pages app?

    You can embed the widget on Pages.

    12 hours ago, fix3r said:

    i bought and installed, the widgets dont work... https://www.mymilitia.com/chat/

     

    11 hours ago, Vianney Gantelmi said:

    Yeah same for me 🙂

    You need to enable server widget in Discord server settings:

    image.thumb.png.06012e45c6f823d09535de0128e9bea3.png

    @fix3r please send me a private message with detailed information about your problems. Also, it would be very helpful if you could try to reproduce the error with signing out of Discord and send me a screenshot of detailed log (Brilliant Discord tab > Logs >image.png.b548f3939ad96487d8ab5a1e8a142902.png button on the latest log). I just need a bit more details to help you 🙂

×
×
  • Create New...