Thread Tools Display Modes
12-09-09, 12:34 AM   #1
tednik
An Aku'mai Servant
 
tednik's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 33
Dungeon finder minimap icon

was wondering if there are plans to be able to remove it form the button bag or if there already is a way i would like to have it back on the minimap
kinda like the calendar option
 
12-09-09, 12:58 AM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
For now you may have to manually change a setting in your files manually until it is setup as a toggle if that is what Scott ends up doing.

Any text editor will do but here goes :

1. Close down WoW
2. Go to your accounts WTF folder and open up the nUI.lua file

There will be something similar to this block in that file :
Code:
	["ButtonBag"] = {
		["FuBarPluginHeadCount v.1.6.0FrameMinimapButton"] = "autodetected and moved button",
		["GuildOrg_Toggle"] = "does not appear to be a button",
		["MinimapBackdrop"] = "skipped forced ignore button",
		["MiniMapRecordingButton"] = "does not appear to be a button",
		["RaidForge2_MinimapButton"] = "autodetected and moved button",
		["LibDBIcon10_Skada"] = "autodetected and moved button",
		["MinimapPing"] = "does not appear to be a button",
		["OutfitterMinimapButton"] = "autodetected and moved button",
		["MiniMapMeetingStoneFrame"] = "autodetected and moved button",
		["AtlasButtonFrame"] = "does not appear to be a button",
		["AtlasButton"] = "autodetected and moved button",
		["MiniMapVoiceChatFrame"] = "autodetected and moved button",
		["LibDBIcon10_BugSack"] = "autodetected and moved button",
		["FuBarPluginGridFrameMinimapButton"] = "autodetected and moved button",
		["FuBarPluginAtlasLootFuFrameMinimapButton"] = "autodetected and moved button",
		["MinimapZoomIn"] = "skipped forced ignore button",
		["MiniMapMailFrame"] = "skipped forced ignore button",
		["LibDBIcon10_Omen"] = "autodetected and moved button",
		["MiniMapTracking"] = "skipped forced ignore button",
		["MiniMapWorldMapButton"] = "skipped forced ignore button",
		["GameTimeFrame"] = "moved forced include button",
		["AltoholicMinimapButton"] = "autodetected and moved button",
		["GuildOrg_ToggleButton"] = "autodetected and moved button",
		["MinimapZoomOut"] = "skipped forced ignore button",
		["LibDBIcon10_Broker_BonusScanner"] = "autodetected and moved button",
		["MiniMapBattlefieldFrame"] = "skipped forced ignore button",
		["DBMMinimapButton"] = "autodetected and moved button",
		["HealBot_ButtonFrame"] = "does not appear to be a button",
		["HealBot_MMButton"] = "autodetected and moved button",
		["LibDBIcon10_SpellAlerter"] = "autodetected and moved button",
		["LibDBIcon10_Decursive"] = "autodetected and moved button",
	},
3. Locate what looks like the button you want, the descriptions as you can see are fairly clear.
4. Open up nUI_ButtonBag.lua in nUI/Plugins folder and you will find a block similar to this :
Code:
	Excludes = 
	{		
		["MiniMapMailFrame"] = true,
		["MiniMapBattlefieldFrame"] = true,
		["MinimapBackdrop"] = true,
		["MiniMapPing"] = true,
		["MiniMapCompassRing"] = true,
		["MinimapZoomIn"] = true,
		["MinimapZoomOut"] = true,
		["MiniMapTracking"] = true,
		["MiniMapWorldMapButton"] = true,
		["GatherMiniNoteUpdateFrame"] = true,
		["TimeManagerClockButton"] = true,
		["FishingBuddyMinimapMenuButton"] = true,
		["PoisonerMinimapButton"] = true,
		["GameTimeFrame"] = false,
	},
Simply adding your button into this list in a similar way will tell it to ignore management of the minimap button and thus show it on the minimap itself. As far as I can recall anyway. Once it is working the way you want remember what you did or post here as once the next nUI update comes out you will have to repeat the process as you are changing a source file temporarily.
__________________


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
 
12-09-09, 02:56 AM   #3
tednik
An Aku'mai Servant
 
tednik's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 33
thank you very much for that worked perfectly now i just have to figure out how to move it around the minimap
 
12-09-09, 07:26 AM   #4
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
That unfortunately may not be possible. Try right clicking and dragging the icon around or left clicking and trying similarly. I know some addons allowed icon dragging but most of the system default ones don't so until Scott adds the option to have it unmanaged and finds a nice spot for it on the map you might have to live with its current location.
__________________


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
 
12-09-09, 08:54 AM   #5
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I'll add this to the to-do list.
__________________

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/
 
12-09-09, 10:20 AM   #6
Jungleanimal
A Flamescale Wyrmkin
Join Date: Jul 2008
Posts: 104
Haha, I just reported the same thing in another thread and then subsequently saw this one.
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Suggestion Box » Dungeon finder minimap icon


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