View Single Post
12-24-20, 06:40 AM   #7
artenides
A Defias Bandit
Join Date: Dec 2020
Posts: 3
Originally Posted by gmarco View Post
Hi all,

very probably the thing you want to achieve is protected and so you have to take care about "Secure Execution" and "Tainting" or your code will triggers an error like:

"YOUR_ADDON has been blocked from an action only available to the Blizzard UI. You can disable this addon and reload the UI"

For more information you can check this:
https://wow.gamepedia.com/Secure_Execution_and_Tainting

Merry Xmas and Happy New year to everyone.

Kanegasi: Thanks!

gmarco: Initially I wanted to use the GuildPromote/GuildDemote functions to change a guild member's rank and that's when I got this "Your addon was blocked" message, hence my question regarding opening the guildmemberdetailframe programmatically. Are you saying that if I make my addon secure then I would be able to use GuildPromote (that would be preferable to be honest)?
  Reply With Quote