Thread Tools Display Modes
12-23-12, 09:19 AM   #1
NicodemusAtNIMH
An Aku'mai Servant
 
NicodemusAtNIMH's Avatar
Join Date: Mar 2007
Posts: 30
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.
 
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/
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » Can I do it?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off