Edit 2: Solved with a tiny addon that you can make yourself, see this post by Gello:
Edit 1: Partially solved, thanks to the two fine people in this thread, Arkayenro and Elvenbane:
Use this
/run C_CVar.RegisterCVar("hideHelptips", 1)
in the chat box, then relog, and it will be hidden for all characters. To renable, change the “1” to “0”. This will work to hide the popup, but only until the game is restarted. You’ll need to use it again when the game is restarted.
Can anyone give me a console command or addon that will hide this?
I don’t need to see this every time I log in. There was an addon called HideTalentAlert that someone created when we all got tired of seeing that popup, but it doesn’t block this newest annoyance.
This is what it says in the lua file:
function MainMenuMicroButton_AreAlertsEnabled()
return false
end
Is there some other command that will do this same thing for the profession knowledge popup?