Download
(3Kb)
Download
Updated: 12-30-20 12:12 AM
Pictures
File Info
Compatibility:
Shadowlands patch (9.0.2)
Updated:12-30-20 12:12 AM
Created:07-06-11 01:05 PM
Downloads:22,178
Favorites:38
MD5:
Categories:Raid Mods, PvP, Arena, BattleGrounds, Unit Mods

HideRaidFrame  Popular! (More than 5000 hits)

Version: v2.0.1
by: Ketho [More]

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
Code:
/run local f = IsAddOnLoaded("Blizzard_CompactRaidFrames") and DisableAddOn or EnableAddOn for _, v in pairs({"Blizzard_CompactRaidFrames", "Blizzard_CUFProfiles"}) do f(v) end ReloadUI()

HideRaidFrame
v2.0.1 (2020-12-30)
Full Changelog Previous Releases
  • Update for 9.0.2
  • Bump TOC
  • Bump TOC
  • Bump TOC
  • Replaced custom /reload chat link with popup, since that's broken in 7.1
  • Updated for Legion
  • Now shows a notification when the Raid Frames have been successfully enabled/disabled
  • Updated for WoD; Removed GUI in favor of slash command toggling
  • Update to v1.3
  • Fixed party frames not being anchored, with Hard Disable toggled
  • Updated for Patch 5.3; Hard Disable is now enabled by default
  • Fixed startup taint (except while /reloading when in a raid); Included FixRaidTaint functionality; Improved in-combat check, which requires you to /reload while out of combat
  • Updated for MoP (5.0.4)
  • On second thought, make "Hard Disable" an arbitrary option
  • Full rewrite of the code; Now requires a /reload on options changes; 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
  • Updated Locales and options; Optimized Code
  • Attempt to fix more combat lockdown bugs
  • Updated for 4.3; Fixed a combat lockdown bug
  • Added zhCN locale
  • Added show while Solo option; Fixed changing profiles
  • Initial Git project, Rewrote code, Added Localization and LibDataBroker support
Optional Files (0)


Post A Reply Comment Options
Unread 09-04-15, 11:29 AM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Note to self: leaked global msgstate in v1.6 line 75
Report comment to moderator  
Reply With Quote
Unread 04-10-14, 01:58 AM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Re: Font

Originally Posted by Zetix
Hey, a quick question:
What font do you use for the name of your addon in the picture?

Thanks in advance, and keep up the good work!
Very late reply... I think it's Calibri

or this chinese one

Report comment to moderator  
Reply With Quote
Unread 02-24-14, 01:24 PM  
Zetix
A Kobold Labourer
 
Zetix's Avatar

Forum posts: 0
File comments: 30
Uploads: 1
Font

Hey, a quick question:
What font do you use for the name of your addon in the picture?

Thanks in advance, and keep up the good work!
Report comment to moderator  
Reply With Quote
Unread 06-09-13, 02:39 AM  
Estelyen
A Kobold Labourer

Forum posts: 0
File comments: 37
Uploads: 0
Thanks for the quick answer. I don't mind the code; while I am not skilled enough to write my own addons, reading it is not that much of a problem for me

Thanks for all those links, I guess I have to use multiple addons to replace one Blizzard Frame, kind of annoying... Maybe I should just do a crashcourse in WoW addon programming and combine all those into one myself
Last edited by Estelyen : 06-09-13 at 02:40 AM.
Report comment to moderator  
Reply With Quote
Unread 06-08-13, 05:45 PM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Originally Posted by Estelyen
[...]
My problem is that I really dislike giving up simple access to the raidleader functions the Blizzard RaidManager provides(setting raidicons both in the world an on units, performing role- and readychecks as well as giving everyone assist with a simple click). I think your addon has Broker Support, any chance you could provide those features in a dropdown menu from the broker frame or something in a future update?

Yes Estelyen, there's broker support. But I don't have the time or means to try and add those features in a dropdown menu or something like that .. Because I currently don't play WoW (but still trying to maintain from a starter edition account).

  1. A good addon that hides and still tries to retain the functionality is rRaidManager
    (Its source is updated for 5.3, but not yet uploaded to WoWInterface)


  2. An idea would be to just use separate addons for those features, like FlareUP, FlaresThatWork, TargetCharms, and MarkingBar.

    They might not work however if the "Hard Disable" option is checked, because they sometimes rely on "secure clicking" the Raid Manager to workaround "protected functions", and the Hard Disable prevents the Raid Frames and Raid Manager from loading.


  3. These slash commands or functions can maybe be useful
    Code:
    /wm 1
    /worldmarker 6
    /tm 1
    /targetmarker 8
    /readycheck
    Code:
    PlaceRaidMarker() (protected, requires the raid manager to be loaded)
    SetRaidTarget()
    DoReadyCheck()
    InitiateRolePoll()
    SetEveryoneIsAssistant()

Sorry for all the wow addon jargon
Last edited by Ketho : 06-08-13 at 09:39 PM.
Report comment to moderator  
Reply With Quote
Unread 06-08-13, 10:46 AM  
Estelyen
A Kobold Labourer

Forum posts: 0
File comments: 37
Uploads: 0
I really like your addon because those Blizzard Frames always get in the way of the custom UI I'm trying to create. I tried moving the RaidManager with FluidFrames and MoveAnything but that just won't work, so I'm probably forced to hide them with your addon instead.

My problem is that I really dislike giving up simple access to the raidleader functions the Blizzard RaidManager provides(setting raidicons both in the world an on units, performing role- and readychecks as well as giving everyone assist with a simple click). I think your addon has Broker Support, any chance you could provide those features in a dropdown menu from the broker frame or something in a future update?
Report comment to moderator  
Reply With Quote
Unread 05-24-13, 05:28 PM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
  • Since the v1.1 release, the Hard Disable option is now enabled by default

    This will remove any taint, but in turn there is a chance other addons that rely, modify, or also try to disable the Raid Frames will throw errors


  • Please use this script if you want to use the Raid Frames again, in case you removed HideRaidFrame:
    Code:
    /run for _, v in ipairs({"Blizzard_CompactRaidFrames", "Blizzard_CUFProfiles"}) do EnableAddOn(v) end ReloadUI()
Last edited by Ketho : 05-24-13 at 05:44 PM.
Report comment to moderator  
Reply With Quote
Unread 09-06-12, 04:15 PM  
bOOURNS
A Kobold Labourer
 
bOOURNS's Avatar

Forum posts: 0
File comments: 29
Uploads: 0
Yeah i can try it out tonight with it disabled.
I also ran into some info on the forums and that the "CompactRaidFrame1" (through to w/e other numbers) are caused from dropdowns "UIDropDownMenu" with 8 more more things (if i understood the posts right)

http://us.battle.net/wow/en/forum/to...24969?page=1#2
Report comment to moderator  
Reply With Quote
Unread 09-06-12, 06:37 AM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Originally Posted by bOOURNS
No worries i should have specified what version i was using that was my bad.

I still remain confused though!

most of today it's been saying it was "Ace3" but now just after doing a BH back to saying "HideRaidFrame"

9/5 20:11:40.707 An action was blocked in combat because of taint from HideRaidFrame - CompactRaidFrame12:Show()
9/5 20:11:40.707 Interface\FrameXML\CompactUnitFrame.lua:276 CompactUnitFrame_UpdateVisible()
9/5 20:11:40.707 Interface\FrameXML\CompactUnitFrame.lua:234 CompactUnitFrame_UpdateAll()
9/5 20:11:40.707 Interface\FrameXML\CompactUnitFrame.lua:96
  • Can you test playing with HideRaidFrame disabled, and see if there are still taint errors?

    It's kind of hard to find and debug taint, because random addons tend to be blamed for tainting ..

  • Otherwise, you can enable the "Hard Disable" option, which you can access through /hrf
    It might give errors with other addons that try to disable or modify the Blizzard Frames too though
Report comment to moderator  
Reply With Quote
Unread 09-05-12, 08:26 PM  
bOOURNS
A Kobold Labourer
 
bOOURNS's Avatar

Forum posts: 0
File comments: 29
Uploads: 0
Originally Posted by Ketho
Originally Posted by bOOURNS
Yeah I'm using version 0.9, but now i am confused because for the last few days (3-4) it's been saying addon "HideRaidFrame" but now today it's giving me the same error but now saying it's Ace3. So i do not know what to believe anymore lol >_<
I think the "active" embedded Ace3 libraries in HideRaidFrame might be tainted. If that's the case, then any addon that uses Ace3 and dropdown windows might be tainting the CompactRaidFrame. (I don't hope it's actually HideRaidFrame then ..)

Sorry for thinking you weren't using the latest version, bOOURNS
No worries i should have specified what version i was using that was my bad.

I still remain confused though!

most of today it's been saying it was "Ace3" but now just after doing a BH back to saying "HideRaidFrame"

9/5 20:11:40.707 An action was blocked in combat because of taint from HideRaidFrame - CompactRaidFrame12:Show()
9/5 20:11:40.707 Interface\FrameXML\CompactUnitFrame.lua:276 CompactUnitFrame_UpdateVisible()
9/5 20:11:40.707 Interface\FrameXML\CompactUnitFrame.lua:234 CompactUnitFrame_UpdateAll()
9/5 20:11:40.707 Interface\FrameXML\CompactUnitFrame.lua:96
Last edited by bOOURNS : 09-06-12 at 01:11 AM.
Report comment to moderator  
Reply With Quote
Unread 09-05-12, 06:00 PM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Originally Posted by bOOURNS
Yeah I'm using version 0.9, but now i am confused because for the last few days (3-4) it's been saying addon "HideRaidFrame" but now today it's giving me the same error but now saying it's Ace3. So i do not know what to believe anymore lol >_<
I think the "active" embedded Ace3 libraries in HideRaidFrame might be tainted. If that's the case, then any addon that uses Ace3 and dropdown windows might be tainting the CompactRaidFrame. (I don't hope it's actually HideRaidFrame then ..)

Sorry for thinking you weren't using the latest version, bOOURNS
Last edited by Ketho : 09-05-12 at 06:03 PM.
Report comment to moderator  
Reply With Quote
Unread 09-05-12, 04:31 PM  
bOOURNS
A Kobold Labourer
 
bOOURNS's Avatar

Forum posts: 0
File comments: 29
Uploads: 0
Yeah I'm using version 0.9, but now i am confused because for the last few days (3-4) it's been saying addon "HideRaidFrame" but now today it's giving me the same error but now saying it's Ace3. So i do not know what to believe anymore lol >_<
Report comment to moderator  
Reply With Quote
Unread 09-05-12, 08:51 AM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Originally Posted by bOOURNS
Hi, I'm getting some errors when in a raid or bg.

2x [ADDON_ACTION_BLOCKED] AddOn "HideRaidFrame" tried to call the protected function "CompactRaidFrame1:Show()".
!BugGrabber-r188\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587>
<in C code>
FrameXML\CompactUnitFrame.lua:276: in function "CompactUnitFrame_UpdateVisible"
FrameXML\CompactUnitFrame.lua:234: in function "CompactUnitFrame_UpdateAll"
FrameXML\CompactUnitFrame.lua:96: in function <FrameXML\CompactUnitFrame.lua:43>

Locals:
nil

I just linked code for one of them. I get 5 in total and all are "CompactRaidFrame1:Show()" through to "CompactRaidFrame5:Show()"
Uhmm are you using v0.51 (older) instead of v0.9 (newer) by chance?
Report comment to moderator  
Reply With Quote
Unread 09-04-12, 10:13 PM  
bOOURNS
A Kobold Labourer
 
bOOURNS's Avatar

Forum posts: 0
File comments: 29
Uploads: 0
Hi, I'm getting some errors when in a raid or bg.

2x [ADDON_ACTION_BLOCKED] AddOn "HideRaidFrame" tried to call the protected function "CompactRaidFrame1:Show()".
!BugGrabber-r188\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587>
<in C code>
FrameXML\CompactUnitFrame.lua:276: in function "CompactUnitFrame_UpdateVisible"
FrameXML\CompactUnitFrame.lua:234: in function "CompactUnitFrame_UpdateAll"
FrameXML\CompactUnitFrame.lua:96: in function <FrameXML\CompactUnitFrame.lua:43>

Locals:
nil

I just linked code for one of them. I get 5 in total and all are "CompactRaidFrame1:Show()" through to "CompactRaidFrame5:Show()"
Report comment to moderator  
Reply With Quote
Unread 07-11-11, 04:40 AM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Thank you so much! Now it only shows up whily in a group or Raid very nice
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: