Change Log:
--------------------
v0.8
On second thought, make "Hard Disable" an arbitrary option
v0.7
Full rewrite of the code
Now requires a /reload on options changes
Note: In case other AddOns start giving this error: "attempt to index global 'CompactRaidFrameContainer' (a nil value)" then please report it to the respective authors so they can add a sanity check to their AddOns
v0.6
Updated Locales and options
Optimized code
v0.5
Updated for 4.3
Updated Ace3 to r1041
Fixed a combat lockdown bug
v0.51: Attempt to fix more combat lockdown bugs
v0.4
Added option to show while Solo
Fixed changing profiles
v0.41: Added zhCN locale by wowuicn
v0.3
Initial Git project
Rewrote code
Added Localization and LibDataBroker support
v0.22
The options menu now shows when it's waiting for the player to leave combat, when toggled during combat
The Raid Frames, when enabled, should now only show when actually in a group
v0.21
Added options for separately hiding the "Raid Manager" and "Raid Fr...
Description:
--------------------
Hides the Blizzard Raid Frames
The Raid Manager and Raid Container can be toggled individually
Slash Commands: /hr, /hideraid
http://i.imgur.com/kffSo.png
Localization, Tickets (Bugs / Errors / Feature Requests)
FAQ
I stopped using HideRaidFrame, but the Raid Frames aren't coming back anymore!
If you were using the "Hard Disable" option, then you can use this script to enable the Raid Frames again:
/run for _, v in ipairs({"Blizzard_CompactRaidFrames", "Blizzard_CUFProfiles"}) do EnableAddOn(v) end
--------------------
v0.8
On second thought, make "Hard Disable" an arbitrary option
v0.7
Full rewrite of the code
Now requires a /reload on options changes
Note: In case other AddOns start giving this error: "attempt to index global 'CompactRaidFrameContainer' (a nil value)" then please report it to the respective authors so they can add a sanity check to their AddOns
v0.6
Updated Locales and options
Optimized code
v0.5
Updated for 4.3
Updated Ace3 to r1041
Fixed a combat lockdown bug
v0.51: Attempt to fix more combat lockdown bugs
v0.4
Added option to show while Solo
Fixed changing profiles
v0.41: Added zhCN locale by wowuicn
v0.3
Initial Git project
Rewrote code
Added Localization and LibDataBroker support
v0.22
The options menu now shows when it's waiting for the player to leave combat, when toggled during combat
The Raid Frames, when enabled, should now only show when actually in a group
v0.21
Added options for separately hiding the "Raid Manager" and "Raid Fr...
Description:
--------------------
Hides the Blizzard Raid Frames
The Raid Manager and Raid Container can be toggled individually
Slash Commands: /hr, /hideraid
http://i.imgur.com/kffSo.png
Localization, Tickets (Bugs / Errors / Feature Requests)
FAQ
I stopped using HideRaidFrame, but the Raid Frames aren't coming back anymore!
If you were using the "Hard Disable" option, then you can use this script to enable the Raid Frames again:
/run for _, v in ipairs({"Blizzard_CompactRaidFrames", "Blizzard_CUFProfiles"}) do EnableAddOn(v) end