Hides the Blizzard Raid Frames
The way this addon works it completely disables the Blizzard Raid Frames and Manager, so there will be no chance of taint
Slash Commands: /hr, /hideraid - - - toggles the Raid Frames
- This also disables the Raid Profiles options panel & Raid-Style Party Frames since they are part of the Blizzard Raid Frames addon
- If you delete this addon, the Raid Frames won't magically come back! Just use the below macro to toggle them back
This macro does almost the same thing, but then Normal Party Frames will also be disabled. The reason is that Blizzard sets the Party Frames position from the Raid Frames addon
/run local f = IsAddOnLoaded("Blizzard_CompactRaidFrames") and DisableAddOn or EnableAddOn for _, v in pairs({"Blizzard_CompactRaidFrames", "Blizzard_CUFProfiles"}) do f(v) end ReloadUI()
update for shadowlands?
In reply to icystar90:
done.
Is there a way to just only disable the raidframe manager? Any macro out there to do a /hide type behavior?
In reply to Oh_lawdie:
There is https://www.curseforge.com/wow/addons/hideraidmanager
In reply to Oh_lawdie:
Sweet Jesus
ok so i tried the macro and indeed hides all like the addon , EXEPT it also hides the normal Party frames what i don't want to happen .... ,
if you are not planing on updating the addon can somebody help with a new macro that still keeps the Party frame enabled ?
In reply to reaper66673563371:
In reply to Ketho:
well il try the macro but so far still using the addon and it does not seem to show all the HP / mana unless you mouse over it , any way to fix this ?
FYI, as of 7.2.5 this is still very much needed as if you hide raid frames with any addon you still run the risk of taint such as CompactRaidFrame:ClearAllPoints()
So if you have no iuse for the default raid fames or the raid frame manager then use this or the macro, it eliminates issues!
You know this is disabling when you can't see raid profiles in Interface > Game
This addon or this macro is a must if you use any addon that hides and replaces the default compact raid frames (grid, shadowed unit frames, elvui) as you WILL get taint from having the default blizzard addons enabled.
The drawback of disabling this addons is that the raid utility pull out that includes the ready check button and the world markers will be disabled. This means you need to find other means to use them (which is not hard to do).
i have the most current version of "Hideraidframes" and everytime i use it it does the job,but i then get a box in the middle of my screen telling me i need to reload my ui,and i can't remove the box at all,is this maybe an issue being caused by something else ? is anyone else having this issue ?
Another addon might conflict with it, does it also happen with all other addons disabled? Otherwise try removing this addon and using the macro in the description instead
Well, it seems the addon does something more than the macro, this failure suggests:
Happy new year. You don't have the latest version
great addon thanks
will this addon be updated for 7.1?
Не ставте это дерьмо!!! Потом надо сасать штоб вернуть все обратно!!!
Don't use if you have ElvUI installed. Destroyed my whole Interface...
ElvUI probably tries to do something with the raid frames. The raid frames are basically gone/removed when you use HideRaidFrame, while ElvUI still assumes they exist. You can enable the raid frames again with this script to fix the problem:
The way HideRaidFrame works is it simply disables the "Blizzard_CompactRaidFrames" addon (without any chance of taint). Addons or UI compilations need to check if these raid frames actually exist before doing anything with them, otherwise it will give errors.
There is nothing that can be done or fixed from my end. Other addons need to take into account that the Blizzard raid frames might be gone from the global namespace.
tl;dr ElvUI is trying to access something that doesn't exist (anymore).