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.
-
View User Profile
-
Send Message
Posted Oct 30, 2016@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
-
View User Profile
-
Send Message
Posted Oct 29, 2016Curious, 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.
-
View User Profile
-
Send Message
Posted Oct 3, 2016hi is possible to get option to disable even voice line?
-
View User Profile
-
Send Message
Posted Oct 3, 2016Yes, 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)
-
View User Profile
-
Send Message
Posted Oct 3, 2016i 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.
-
View User Profile
-
Send Message
Posted Oct 3, 2016thanks
-
View User Profile
-
Send Message
Posted Aug 14, 2016HideTalkingHead 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
-
View User Profile
-
Send Message
Posted Aug 14, 2016@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)
-
View User Profile
-
Send Message
Posted Aug 13, 2016Found 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.
-
View User Profile
-
Send Message
Posted Aug 11, 2016If 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
-
View User Profile
-
Send Message
Posted Aug 12, 2016I 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")
-
View User Profile
-
Send Message
Posted Aug 14, 2016The v1.0.1 release will also work for ElvUI now :)
-
View User Profile
-
Send Message
Posted Aug 11, 2016Thanks! Worked great for me!
-
View User Profile
-
Send Message
Posted Jul 25, 2016Doesn't work for me either.
-
View User Profile
-
Send Message
Posted Jul 25, 2016Weird, 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)
-
View User Profile
-
Send Message
Posted Jul 25, 2016Have 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.
-
View User Profile
-
Send Message
Posted Aug 11, 2016Thanks for finding out the issue and sorry for the late reply
-
View User Profile
-
Send Message
Posted Jul 22, 2016So this doesn't actually remove the Talking Head popup? A little deceiving name
-
View User Profile
-
Send Message
Posted Jul 22, 2016The 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 :/
-
View User Profile
-
Send Message
Posted Jul 22, 2016