SUF disables Blizzard Party Frames #1883


Open
  • IamTHEBOOKIE created this issue Nov 30, 2022

    When using SUF I cannot get Blizzard party frames to show up.  When SUF is disabled blizzard party frames work again.

  • mcgogo_githui posted a comment Dec 1, 2022

    I have this same issue. is there any fix?

  • Snowpoint0125 posted a comment Dec 5, 2022

    In the main LUA file, just after line 700 is an if() section about hiding blizzard party frames.

    Upon deletion of this section, Blizzard Party frames and Raid Frames as Party Frames work

  • IamTHEBOOKIE posted a comment Dec 11, 2022

    confirmed this worked

  • mcgogo_githui posted a comment Dec 18, 2022

     Confirmed this worked too

  • moosejockey_ posted a comment Dec 20, 2022

    Which line after 700? The one I see that talks about party frames I delete but then it reverts my Character/target frame to the blizzard default as well which I dont want.

  • IamTHEBOOKIE posted a comment Jul 11, 2023

    You need to take out the entire section so that the first section after 

     

    local active_hiddens = {}
    function ShadowUF:HideBlizzardFrames()

     

    Is starting with this line:

     

    if( CompactRaidFrameManager ) then


To post a comment, please login or register a new account.