Don't have a mac so I don't know really about the crashing part, maybe it was fixed in 7.1? I originally called this to prevent Blizzard_TalkingHeadUI from loading, now it idd just calls Hide
Curious, that doesn't crash game anymore? I remember calling Hide on talking frame instantly crashed out mac client, which is why i had to go with dirtier method to just unregister all events (thus no chat,no sounds) in my block I made couple months ago. Maybe they fixed that crash though and I can refactor mine to be less aggressive. or just remove mine and recommend this mod instead.
EDIT, went with full removal from DBM and pointing users here.
Found a way to hide the TalkingHeadFrame but let the voice line sounds active.
Maybe you can add this in your AddOn as an Option or just do a Standalone AddOn.
The video might not be really clear in bringing the message, but it does hide the Talking Head popup.
Had to create this video footage or Curse for some reason wouldn't accept this addon :/
Oh sorry I thought it was just an image and didn't click on it. Well in that case, I just downloaded it and am using it in Beta, but it doesn't actually hide the talking head frame popup. I'm not getting any LUA errors or anything so I'm not sure why it's not working.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
@mysticalos
Don't have a mac so I don't know really about the crashing part, maybe it was fixed in 7.1? I originally called this to prevent Blizzard_TalkingHeadUI from loading, now it idd just calls Hide
But thanks for pointing users here from DBM
Curious, that doesn't crash game anymore? I remember calling Hide on talking frame instantly crashed out mac client, which is why i had to go with dirtier method to just unregister all events (thus no chat,no sounds) in my block I made couple months ago. Maybe they fixed that crash though and I can refactor mine to be less aggressive. or just remove mine and recommend this mod instead.
EDIT, went with full removal from DBM and pointing users here.
hi is possible to get option to disable even voice line?
Yes, download the v1.0 release
https://www.wowace.com/addons/hidetalkinghead/files/1-v1-0/
(note that it won't work together with ElvUI if you're using that)
i recently published a modified version that disables the frame AND voice. please see mine - https://mods.curse.com/addons/wow/bequiet
kudos to this author and his source that provided the original code.
thanks
HideTalkingHead v1.0.1 now will keep the voice line sounds active, and also works for ElvUI
Thanks q3fuba! https://www.wowace.com/addons/hidetalkinghead/#c1
@q3fuba
Thanks q3fuba, I added this into HideTalkingHead. I didn't make it an option since users can still turn of all sound effects if they want
(I did use a slightly different version of your code)
Found a way to hide the TalkingHeadFrame but let the voice line sounds active.
Maybe you can add this in your AddOn as an Option or just do a Standalone AddOn.
If you use ElvUI, then this addon won't work. There is no option in ElvUI to hide it, only to scale and skin it
You would have to ask the ElvUI team to add an option for hiding/disabling the TalkingHeadFrame
I fixed it this way:
The Addon is using UIParent:UnregisterEvent("TALKINGHEAD_REQUESTED")
So I checked the ElvUI/modules/blizzard/TakingHeadFrame.lua of ElvUI and added: TalkingHeadFrame:UnregisterEvent("TALKINGHEAD_REQUESTED")
The v1.0.1 release will also work for ElvUI now :)
Thanks! Worked great for me!
Doesn't work for me either.
Weird, will try to take a look at it. Does it also happen with all other addons disabled?
(Provided you have Beta access you and create a new char)
Have beta. It appears to be an issue with other addons attempting to skin the TalkingHead frame. In my case, its ElvUI.
Disabled all addons except for HTH, created template 100, frame removed successfully.
Hope this helps.
Thanks for finding out the issue and sorry for the late reply
So this doesn't actually remove the Talking Head popup? A little deceiving name
The video might not be really clear in bringing the message, but it does hide the Talking Head popup.
Had to create this video footage or Curse for some reason wouldn't accept this addon :/