View Single Post
09-08-12, 10:40 AM   #14
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,935
Gotcha, yeah that the way the button bag works. It only displays the button inside the bag unless you tell nUI to not put it in there.

Try this:

Edit the buttonbag.lua file in nUI and add carbonite's button to this block of code in there:

Excludes =
{
["MiniMapMailFrame"] = true,

-- 5.0.1 Change Start - Frame name changes
--["MiniMapBattlefieldFrame"] = true,
--["MiniMapLFGFrame"] = true,
["QueueStatusMinimapButton"] = true,
-- 5.0.1 change End

["MinimapBackdrop"] = true,
["MiniMapPing"] = true,
["MiniMapCompassRing"] = true,
["MinimapZoomIn"] = true,
["MinimapZoomOut"] = true,
["MiniMapTracking"] = true,
["MiniMapWorldMapButton"] = true,
["GatherMiniNoteUpdateFrame"] = true,
["TimeManagerClockButton"] = true,
["FishingBuddyMinimapMenuButton"] = true,
["PoisonerMinimapButton"] = true,
["GameTimeFrame"] = false,
},

That should stop it from going in the button bag and keep it on the minimap, as long as you set the value to true to exclude it from the buttonbag. Let us know if it works and Im sure Scott will be fine with it being set up into the main nUI code.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818