Thread: Can I do it?
View Single Post
12-26-12, 09:51 AM   #2
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
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,
    },
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/