54 comments found.
Hello, using your plugin, I can integrate Discord on the web by collecting the membership fee from the members. Their roles may end when the registrations are completed, is it true?
Hello! By default, the plugin only syncs roles. Extra coding is required to meet your requirements. Please contact me at support@mykolapetrovych.com.
Great plugin though I cant change the login button to look like the original that would be nice…i tried with css but with no luck. If you could provide it or add it would be great
Hello) You can turn off custom styles of the button, and then your website’s styles will apply. Feel free to email me if you need more help.
Hello, really great Plugin, is it possible to add the Discord Connection, etc as real button, not only “text link”? Would be great because looks maybe better.
Hello, thank you! Do you mean HTML tag <button>?
Hello, I tried to email you but the email address is no longer active: 554 5.7.1 <support@nicolaypetrovich.com>: Relay access denied
Is there another email I can contact you with?
I have a question about displaying the username and avatar, it appears that my code here does not work, even when we are sure the user has connected accounts:
<?php
$user_id = get_current_user_id();
$discord_username = get_user_meta($user_id, '_ets_ultimatemember_discord_username', true);
$discord_user_id = get_user_meta($user_id, '_ets_ultimatemember_discord_user_id', true);
$discord_avatar = get_user_meta($user_id, '_ets_ultimatemember_discord_avatar', true);
if (metadata_exists('user', $user_id, '_ets_ultimatemember_discord_username') && !empty($discord_username)) {
if (metadata_exists('user', $user_id, '_ets_ultimatemember_discord_avatar') && !empty($discord_avatar)) {
echo '<img class="discord-avatar" src="https://cdn.discordapp.com/avatars/' . $discord_user_id . '/' . $discord_avatar . '.png?size=64" alt="Discord avatar" />';
}
echo '<span class="discord-username">' . $discord_username . '</span>';
} else {
echo "Not Connected";
}
?>
Thank you
Hello! Can you please contact me at support@mykolapetrovych.com then we can schedule a call and figure it out.
I’m using it with buddyboss plugin and when I activate the login with discord, button to login via discord is above the button to access without the discord app.
Check the image below: https://imgur.com/Ehsx4SjIdeally, the login via discord app should be bellow this access button, followed by a “or” over the login via discord button, to give the understanding to the users that they have one or another option.
Can you tell me how to achieve it? Maybe with a snippet? Of if you can custom the plugin to fit it, it would be very nice.
Hello, Sergio! Sorry for the late response, it is insanity here in Ukraine. Just sent you an Email.
Hey man,
I hope all is good. Emailed you about some issue. I think I’m setting up the plugin/bot correctly, but it’s not syncing Wordpress roles with Discord roles. Thanks!
Hi, I guess you are Israel Luna. Sorry for the delay! Just answered by email.
Can I use with PMPro plugin?
And how to user connect with discord ?
Contact me at support@mykolapetrovych.com and we will test PMPro plugin. The user connects with Discord via authorization API, for example with this authorization button https://mykolapetrovych.gitbook.io/argus-or-discord-wordpress-plugin/elementor-widgets/authorization-button-widget
Hey Nico!
I need to get the user Discord avatar, it could be possible? Maybe a shortcode would be great! Thanks!
Hello! I responded to your email
I am managing a site for a client and have some problems.
Is it normal you make user click 3 buttons to auth, join and sync discord. Is it possible to Authorize > Connect profile and syncronise with 1 click ?
Should be single button to do everything at once.
Should be single button.. Example: User click “Connect to discord” User gets added to discord channel User profile is connected Role is synced
All with single click.
Currently… User must click authorize complete discord login, then he clicks connect complete another discord login, then click sync to get role.
Must he click all 3 buttons seperate ?
-Errors found
If we enable Login Press custom password feilds at registration, when user tried register with discord, plugin responds ERROR PLEASE ENTER PASSWORD TWICE
With Loginpress need to enter confirmation password, the plugin tried to add only 1 password and ignores confirmation feild
Is there an option to join user directly to server through bot join servers funtion when he connects or logs in with discord
You can not do authorization in one click, this is how Discord API works. After user authorization, his roles are authorized automatically. Auto join of the user to the guild is currently on the list of considering functionality, but all new developments are paused because of the situation in Ukraine. Regarding the Login Press I will have to take a look, please contact me by email.
I was reading through the description and it says there are no more further updates due to the situation in Ukraine. Are you ok? Are you back to providing support?
I’m in need of a plugin that syncs WordPress and Discord Roles. Yours appears to be one of the few that achieves this… Just concerned with buying a plugin that will not have any support or updates as the community would strongly rely on it.
Hello) I am good thank you. It is my mother, she is in the occupied territories, it is quite a trouble but physically she is safe. There will be no updates with new functionality for a long time, only bug fixes and technical updates that will keep new functionality working. But I am providing full support, maybe with some delay in communication. Anyway, I am always approving refounds without arguing, so you are safe. Sorry for the inconvenience!
Hey Nicolay, I’ve trying to use the button “Connect Discord Profile Button” for elementor, but the lable that shows is the same for connect and disconnect. It seems the text of the shortcode is not bringing the right text for that.
Can you check it out?
By the way, the plugin is awesome!
Hello, Sergio. Thank you
Let’s take a look. Please contact me at support@nicolaypetrovich.com
HI , can I schedule/send automated prompts to bot ?
There is no such functionality in the plugin
Hello)
Hi, I have some questions before I buy. I have a website that is a database of gaming guilds, so each guild has their own page and data. Would it be possible to have each guild display their own discord feed (by specific channel) in their pages?
Also I am using Toolset to build my site, does this plugin support this in any way? Thanks.
Hello, Jammy! Plugin able to interact only with one guild. Also there is no support for Toolset.
Ok, thanks for letting me know.
Needing assistance in changing the Roles data cron to 15 per day. Can you assist with this?
I tried to email you, but your email is not working.
Thank you in advance.
Sorry for the long response, I lost access to my Envato account because of a technical issue. Please wright me on support email support@nicolaypetrovich.com or personal email nicolaypetrovich@icloud.com
I use a plugin called Youzify for my buddypress website for the groups and membership pages. Would this plugin work in tandom with that?
Let’s check. Email me at support@nicolaypetrovitch.com
1. Is there a way to only allow people to link their Discord once they completed an order on WooCommerce? I saw you can choose to only allow certain roles for using the Connect with Discord link but is there also a way I could only provide the “Connect to Discord” to customers that have at least 1 succesful completed order?. I have watched through the full documentation but couldn’t find it.
2. Is it possible to hide the “Link Discord” on a page as soon a user linked his Discord already? For example I link my Discord account with my WP site, then only show my linked discord details and not longer show the ‘connect discord’ link as it’s already connected.
1. Connect to Discord button is the WordPress shortcode. Your developer can program a website to show the button after the purchase.
2. I can give your developer an if statement in PHP that will be checking if the Discord profile is attached. You can wrap the shortcode in it.
Hi before i buy, i have some questions is this plugin can add button to a page or widget for discord signin? also will this login button can be added to wordpress login using ajax automatically when activated?
Hi also at the moment i have a temporary domain if iregister this plugin first time in my test domain i can transfer it after to my final domain name? thanks
Hello
You can add an authorization button to your website. This button is available as WP shortcode, Gutenberg block, and Elementor widget. You can add it to any custom form that can extend functionality with these tools, also your developer might be able to do it with code if your form has hooks. The authorization process does not support AJAX, during authorization user will be redirected to the Discord API portal to approve access to personal data and then he will return to the website. You can change the domain as much as you need.
I got the plugin to work yesterday but today, after a user logs in and authorizes, nothing happens. The page resets with the login button still present.
Hello, wright me at support@nicolaypetrovich.com let`s debug it
Dear Support.
I have the WordPress Website and my user on my site is VIP Member.
I want to sync all users from wordpress to VIP Member role on Discord but it seems not working.
Hello, wright me at support@nicolaypetrovich.com let`s set it up
Quick Question, if I post a message is there a delay before it shows up or any type of wait?
Right now no, the notification in the channel shows right away