EmpireKicking Posted September 26, 2016 Posted September 26, 2016 Simple as TS3 intergration plugin but with Discord app Teamspeak is good however Discord seems to be taken over since there are more options and free. So why not a discord intergration
Gary N Posted September 26, 2016 Posted September 26, 2016 Discord integration is easy just create a custom box and fill the box with the html code from server settings widget. Add a widget here
Daddy Posted September 27, 2016 Posted September 27, 2016 I never got into discord.. Too bulky and way too many "unneeded" accessories.
EmpireKicking Posted September 27, 2016 Author Posted September 27, 2016 45 minutes ago, iDeath said: I never got into discord.. Too bulky and way too many "unneeded" accessories. give it a day try out, add bots like the nightbot
Flitterkill Posted September 27, 2016 Posted September 27, 2016 True integration will have to come from an IPS/Discord collaboration. Discord provides oAuth but only as a server, not a client. That means we could work up a login to your IPS forums with your Discord account thing but not take IPS accounts and use them to log into your Discord channel. This has been investigated for awhile now and nothing has changed. Sorry.
EmpireKicking Posted September 28, 2016 Author Posted September 28, 2016 15 hours ago, Flitterkill said: True integration will have to come from an IPS/Discord collaboration. Discord provides oAuth but only as a server, not a client. That means we could work up a login to your IPS forums with your Discord account thing but not take IPS accounts and use them to log into your Discord channel. This has been investigated for awhile now and nothing has changed. Sorry. Discord is always updating there system, and there will always be an future
Elena-Viorica Posted October 6, 2016 Posted October 6, 2016 On 9/26/2016 at 11:22 PM, Gary N said: Discord integration is easy just create a custom box How do you create a custom box in the sidebar?
SaltyBart Posted October 17, 2016 Posted October 17, 2016 On 6-10-2016 at 11:21 AM, Elena-Viorica said: How do you create a custom box in the sidebar? With the app pages from ips.
SteffM Posted November 1, 2016 Posted November 1, 2016 What we did is that we added a profile field where you can put in your discord tag Name#1234 Then when your write !syncPerms in discord, the bot will look at your id and look for a matching user record and update your discord groups accordingly If you need more info or help please let me know
Wonster Posted November 1, 2016 Posted November 1, 2016 example? can you show your site? 17 minutes ago, SteffM said: What we did
SteffM Posted November 1, 2016 Posted November 1, 2016 @amator or We just hardcoded the groups and linked them with IPB ID's for now
SteffM Posted November 2, 2016 Posted November 2, 2016 I completely missed the point what you were asking, sorry
EmpireKicking Posted November 2, 2016 Author Posted November 2, 2016 On 11/1/2016 at 3:34 PM, SteffM said: What we did is that we added a profile field where you can put in your discord tag Name#1234 Then when your write !syncPerms in discord, the bot will look at your id and look for a matching user record and update your discord groups accordingly If you need more info or help please let me know That sounds like an cool idea you added, so you coded the bot to be liked? and what else can be coded that she;; be linked to the site, It's status update! maybe? be good that you show as how you did it and the commands, be an good tutorial
SteffM Posted November 3, 2016 Posted November 3, 2016 16 hours ago, EmpireKickass said: That sounds like an cool idea you added, so you coded the bot to be liked? and what else can be coded that she;; be linked to the site, It's status update! maybe? be good that you show as how you did it and the commands, be an good tutorial Today I did some extra work on the bot I had, this was the result: I am thinking about writing a Plugin for IPB that can do this but am still unsure of some topics. If you guys have some suggestions I can implement them and hopefully release a tutorial/plugin: I now use a command to sync this, could it be done real-time with IPB Update Member Hooks? What happends if a group is removed/added to a member, when should I update discord(hooks)? A profile Field is now used to associate IPB Users with discord users, ideally I want to use a button on IPB that connects them to discord with a special invite link, which then I can associate the discord user that is connecting with that link with the IPB user Thoughts?
Wonster Posted November 3, 2016 Posted November 3, 2016 4 hours ago, SteffM said: I am thinking about writing a Plugin for IPB that can do this but am still unsure of some topics. Not sure what do you want to accomplish. Can you explain the whole process?
EmpireKicking Posted November 3, 2016 Author Posted November 3, 2016 5 hours ago, SteffM said: Today I did some extra work on the bot I had, this was the result: I am thinking about writing a Plugin for IPB that can do this but am still unsure of some topics. If you guys have some suggestions I can implement them and hopefully release a tutorial/plugin: I now use a command to sync this, could it be done real-time with IPB Update Member Hooks? What happends if a group is removed/added to a member, when should I update discord(hooks)? A profile Field is now used to associate IPB Users with discord users, ideally I want to use a button on IPB that connects them to discord with a special invite link, which then I can associate the discord user that is connecting with that link with the IPB user Thoughts? Great idea, And here are some more if an member gets banned, they get removed from the server when they find the server they can join the server but they need to join the website to able to get full permissions Yeah! if there is an announcement topic, it gets posted on the server and also you might want to check out if you can link it with RSS What bot are you using? is it hosted? can it be done with bots like Aethex or others that are already hosted.
SteffM Posted November 3, 2016 Posted November 3, 2016 1 hour ago, EmpireKickass said: Great idea, And here are some more if an member gets banned, they get removed from the server when they find the server they can join the server but they need to join the website to able to get full permissions Yeah! if there is an announcement topic, it gets posted on the server and also you might want to check out if you can link it with RSS What bot are you using? is it hosted? can it be done with bots like Aethex or others that are already hosted. I am currently using discord.js in combination with NodeJS and a self written bot that uses mysql to connect to IPB to search by User Field. Unfortunately the API doesn't allow searches on a specific table, therefore I had to query it directly... 1 and 2 is something I really would like to achieve with this. Just need to find a way to make this modular and usable for others, as you do need a discord bot and a connection to IPB 1 hour ago, amator said: Not sure what do you want to accomplish. Can you explain the whole process? I'd like to make available some piece of code that allows your forum users, to connect to discord and get their permissions based on the groups they have assigned in IPB. So if I have Admin in IPB, I want to have Admin on Discord. The reason for this is if your organisation gets bigger, in my case, > 500 unique visitors in one week on TeamSpeak, there is no way the admins can keep up with assigning all the groups. Therefore we already have an automatic system in place for TS, but because of all the dependencies(TS Whitelist required, server required etc.), it was impossible to explain how to set something like that up, but with discord, that should be easier
Wonster Posted November 3, 2016 Posted November 3, 2016 21 minutes ago, SteffM said: allows your forum users, to connect to discord Pretty nice. How this connection is made? I was more interested in a way to facilitate one on one chat between members. Member X wants to chat with member Y > member X clicks on the profile discord button.
Joy Rex Posted December 13, 2016 Posted December 13, 2016 Any updates on this? With IPS Chat going away, Discord would be a great alternate solution.
EmpireKicking Posted December 14, 2016 Author Posted December 14, 2016 I don't know any updates. still being worked on I think
Ahmad E. Posted December 14, 2016 Posted December 14, 2016 I'm actually considering making my own Discord integration app (would be like my TS app minus the admin stuff probably). Will probably need it for myself anyway, currently do not have much spare time though so would take me months, most likely. If there is much demand for it, I can try to prioritize it though.
EmpireKicking Posted December 14, 2016 Author Posted December 14, 2016 10 minutes ago, Ahmad E. said: I'm actually considering making my own Discord integration app (would be like my TS app minus the admin stuff probably). Will probably need it for myself anyway, currently do not have much spare time though so would take me months, most likely. If there is much demand for it, I can try to prioritize it though. Well lets see how demanding it is. U'm thumbs up and so are three other people.
Porthos1973 Posted December 14, 2016 Posted December 14, 2016 More and more groups in the gaming community are switching to Discord. We are shutting down our ts server tomorrow and will be strictly Discord. I see the demand going up.
EmpireKicking Posted December 15, 2016 Author Posted December 15, 2016 On 12/14/2016 at 11:13 PM, Porthos1973 said: More and more groups in the gaming community are switching to Discord. We are shutting down our ts server tomorrow and will be strictly Discord. I see the demand going up. Agree with you on that. My TS was shut down over an year ago and on Discord
Ahmad E. Posted December 16, 2016 Posted December 16, 2016 I'll try to work on it, on week-ends. But as I said, might take a few months as I do not a lot of spare time currently. I'll most likely dive into the discord api today to get started .
Recommended Posts
Archived
This topic is now archived and is closed to further replies.