WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Technical Support (https://www.wowinterface.com/forums/forumdisplay.php?f=92)
-   -   Can I do it? (https://www.wowinterface.com/forums/showthread.php?t=45499)

NicodemusAtNIMH 12-23-12 09:19 AM

Can I do it?
 
I want to move the dungeon "eye" button into the bag. Not sure how to go about doing that, or if it can be done. Using Sexy Map for the Gathermate 2 HUD and really like it so, if I can get the info on how to put the "eye" in bag would greatly appreciate it.

spiel2001 12-26-12 09:51 AM

Yes... you can.

Use the command '/framestack' to enable the printing of frame names under the mouse and move your mouse over the "eye" so you can find out the name of the frame it is in. Then open [ Interface > AddOns > nUI > Plugins > nUI_BagBar.lua ] with any plain text editor (like notepad) and find the "Includes" section and add a line to it for the frame name that you want to move into the bag (see below). Save the file and reload nUI, it should move that frame into the button bag.

Code:


    -- buttons we want to force inclusion of
   
    Includes =
    {       
        ["WIM_IconFrame"] = true,
        ["CTMod2_MinimapButton"] = true,
        ["PoisonerMinimapButton"] = true,
        ["GameTimeFrame"] = true,
        ["MobMapMinimapButtonFrame"] = true,
        ["BaudGearMinimapButton"] = true,
        ["name of the frame you want to add"] = true,
    },



All times are GMT -6. The time now is 01:56 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI