Category: Outdated Mods
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
0.412
Date:
02-22-2007 12:04 AM
Size:
11.55 Kb
Downloads:
9,055
Favorites:
96
MD5:
Pictures
Click to enlarge
MBB01
Click to enlarge
MBB02
MinimapButtonBag   Popular! (More than 5000 hits)
MinimapButtonBag cleans up your Minimap and relocates the buttons in a menu bar. You can still access them through a single minimap button.

If you want to reattach a button to the minimap just use Ctrl + Right click on it.

Use Ctrl + Right click again on the button to put it back into the bar.

Or hold the Ctrl key down and move the mouse cursor over the button. A button to add or remove will appear over that button.

Use Right click on the MinimapButtonBag button to open the options dialog.

This mod is inspired by AdvancedButtonHole . Thanks to Aaron Griffith for his great work.


Known Bugs with this version
  • unfortunately the button of CTMod2 ist nameless. You have to edit the CT_Core\CT_Core.lua file and change line 112 from:
    Code:
    minimapFrame = module:getFrame(minimapFrameSkeleton);
    to
    Code:
    minimapFrame = module:getFrame(minimapFrameSkeleton, nil, "CTMod2_MinimapButton");
    That's the only way.
  • The Gatherer button has the same problem as the CTMod2 button. Edit the Gatherer\GatherMiniIcon.lua file and change line 33 from:
    Code:
    local miniIcon = CreateFrame("Button", "", Minimap);
    to
    Code:
    local miniIcon = CreateFrame("Button", "GathererMinimapButton", Minimap);
  Comments - MinimapButtonBag
Post A Reply Comment Options
Old 05-26-2007, 11:17 PM  
quicksylver
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 26
Uploads: 3
Re: Fix For GFW TrackMenu

Quote:
Originally posted by turinsrevenge
In TrackMenu.Lua

Change line 22 from

local headerButton = CreateFrame("Button", nil, nil, "FTM_HeaderTemplate,SecureAnchorEnterTemplate");

to

local headerButton = CreateFrame("Button", "TrackMenuButton", nil, "FTM_HeaderTemplate,SecureAnchorEnterTemplate");
Actually, it's now on line 311...

Change

G.HeaderButton = CreateFrame("Button", nil, nil, "FTM_HeaderTemplate,SecureAnchorEnterTemplate");

to

G.HeaderButton = CreateFrame("Button", "TrackMenuButton", nil, nil, "FTM_HeaderTemplate,SecureAnchorEnterTemplate");

...no longer getting errors when I'm using GFW_TrackMenu after this change.

Last edited by quicksylver : 05-26-2007 at 11:21 PM.
quicksylver is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-25-2007, 08:10 AM  
Morphea
A Kobold Labourer
 
Morphea's Avatar

Forum posts: 1
File comments: 11
Uploads: 0
Will this mod be updated for the latest patch? I am getting a ton of errors now. I really liked this mod. Hope it can be fixed. Thanks.

Date: 2007-05-25 08:07:30
ID: 51
Error occured in: Global
Count: 1
Message: ..\AddOns\MBB\MBB.lua line 390:
stack overflow
Debug:
[C]: select()
MBB\MBB.lua:390: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
...
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:505: MBB_AddButton()
MBB\MBB.lua:292: MBB_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
Morphea is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-06-2007, 05:57 AM  
warwolf.667
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
A small fix

U might want to consider adding support for trinity ("TrinityBarsGlobalMenuAnchor" in MBB_Include).
And plz add "MetaMap_MiniNote" to MBB_Ignore so the groupnote dont appears in MBB :P
warwolf.667 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-20-2007, 01:58 AM  
SaiBork
A Kobold Labourer

Forum posts: 0
File comments: 24
Uploads: 0
Re: Re: Fix For GFW TrackMenu

Works perfectly for me and my friends
What error do you still get then?

Quote:
Originally posted by IceD
Doesn't work : \
SaiBork is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-13-2007, 06:22 AM  
IceD
A Cyclonian

Forum posts: 40
File comments: 14
Uploads: 0
Re: Fix For GFW TrackMenu

Quote:
Originally posted by turinsrevenge
In TrackMenu.Lua

Change line 22 from

local headerButton = CreateFrame("Button", nil, nil, "FTM_HeaderTemplate,SecureAnchorEnterTemplate");

to

local headerButton = CreateFrame("Button", "TrackMenuButton", nil, "FTM_HeaderTemplate,SecureAnchorEnterTemplate");
Doesn't work : \
IceD is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-10-2007, 04:58 AM  
turinsrevenge
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Fix For GFW TrackMenu

In TrackMenu.Lua

Change line 22 from

local headerButton = CreateFrame("Button", nil, nil, "FTM_HeaderTemplate,SecureAnchorEnterTemplate");

to

local headerButton = CreateFrame("Button", "TrackMenuButton", nil, "FTM_HeaderTemplate,SecureAnchorEnterTemplate");
turinsrevenge is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-04-2007, 12:54 PM  
preppygeek
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Great addon! However, it's not collapsing the buttons for some reason. I get the following error:

Date: 2007-03-04 09:51:56
ID: 51
Error occured in: Global
Count: 1
Message: ..\AddOns\MBB\MBB.lua line 358:
stack overflow
Debug:
[C]: select()
MBB\MBB.lua:358: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
...
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:503: MBB_AddButton()
MBB\MBB.lua:292: MBB_OnEvent()
[string "MBBFrame:OnEvent"]:2:
[string "MBBFrame:OnEvent"]:1

I just started using addons so totally new to this.

Last edited by preppygeek : 03-04-2007 at 12:55 PM.
preppygeek is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-26-2007, 12:11 PM  
SaiBork
A Kobold Labourer

Forum posts: 0
File comments: 24
Uploads: 0
Can you check Fizzwidget's Trackmenu? I would love for that to work without the error on this mod.

Mod:
http://www.wowinterface.com/download...TrackMenu.html

Error: attempt to concatenate local 'name' (a nil value)
File: Interface\AddOns\MBB\MBB.lua
Line: 903
Count: 2


I changed TrackMenu.lua:
local root = CreateFrame("Frame", nil, Minimap, "SecureStateHeaderTemplate");

To:
local root = CreateFrame("Frame", "TrackMenuButton", Minimap, "SecureStateHeaderTemplate");


But that makes the mod break down, so please have a look for me?

I dont want the tracker button to be hidden, but would like to hover over it without getting an error.

Last edited by SaiBork : 02-26-2007 at 12:42 PM.
SaiBork is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-22-2007, 07:25 PM  
Agoknee
A Kobold Labourer

Forum posts: 1
File comments: 5
Uploads: 0
well, previous versions would grab the map button. either way, the 02/22 version is now mostly working but it's no longer is showing the AtlasLoot button. It seems to be grabbing it as there's an empty spot in my MBB list, but I can't see the icon.

so is there any way i can get the world map button back in MBB and can you pretty please fix atlasloot?

The version from I *think* 02/14 shows the atlasloot button and has the world map button in it.

EDIT: guess there wasn't a 02/14 version. That's just the date on the files in my addon dir. Must be the 01/16 one.

Last edited by Agoknee : 02-22-2007 at 07:27 PM.
Agoknee is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-22-2007, 12:04 AM  
Tunhadil
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 16
Uploads: 2
Ok, some of the nil errors are strange.
If you had one or more of these errors in the previous version please try the slash command "/mbb errors" and post the output here.
This could help me to find a solution.

@Eljinar: I'm going to test GuildMap.

@Agoknee: The world map button is supposed to be ignored because it's part of the Blizzard's standard UI.

Thanks for your help.
Tunhadil is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-21-2007, 07:14 PM  
Agoknee
A Kobold Labourer

Forum posts: 1
File comments: 5
Uploads: 0
Both yesterday and todays version aren't working for me. Worked great before that. The addons I use that have buttons it swallows are: AtlasLoot, Deadly Boss Mods, Alphamap, SW Stats, and X-perl. The only other mod I use that's related to minimap buttons is Detached Minimap Buttons.

Since upgrading to yesterdays version, I get no errors when I log in, but the world map button is no longer swallowed. All the rest are (or at least not visible), but if I click the MBB button I get an error and it won't show the buttons. I'm not home right now so I can't check what the exact error is, but is anybody else having this problem? If I downgrade to a version before yesterdays (02/20) it works correctly again. I'll post the error message when I get home.
Agoknee is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-21-2007, 12:22 PM  
Eljinar
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Awesome addon =]

You might want to take a look at Guild Map also... MMB wants to add the guildmate indicators to its buttons... not a big issue, but some less savvy users might find it troublesome. Thanks for the hard work!
Eljinar is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-20-2007, 05:41 PM  
BlackZam
A Murloc Raider
Premium Member

Forum posts: 6
File comments: 52
Uploads: 0
Thanks for the latest update.
BlackZam is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-20-2007, 04:06 PM  
Tunhadil
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 16
Uploads: 2
Sorry for the long time of waiting but here is the next update. I had an eye on the following AddOns:

-AlphaMap (fixed: stretching effect)
-AtlasLoot Enhanced (version 2.02.03 seems to work)
-Cartographer (ignoring notes)
-CleanMinimap (fixed: hidden button)
-DagAssist (fixed: header handling)
-Gatherer (fixed: view the "known bugs" section above)
-ItemSync (fixed: hidden button)
-LootLink Enhanced (version 1.11 e15 seems to work)
-MapNotes (version 3.36.20003 seems to work)
-MobileMinimapButtons (@bmccord: sorry but I couldn't reconstruct the error that you have reported with Census)
-Poisoner (fixed: header handling)
-RecipeRadar (sorry but I couldn't reconstruct the error)
-ShardTracker (fixed: header handling)
-SimpleMinimap (sorry but I couldn't reconstruct the error)
-WIM (fixed: hidden button)

@Nacklebert: Unfortunately I just don't have the time yet to work on a FuBar support. Maybe in some weeks.
Tunhadil is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-05-2007, 03:34 PM  
Nacklebert
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
FuBar Support?

Any Chance that you would add Fubar support to your mod so that we can move your minibutton bar off into a fubar menu?
http://www.wowace.com/wiki/FuBarPlugin-2.0
Nacklebert is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.