MBB
The Addon HidingBar supersedes MBB on all aspects and is continually updated.
https://www.curseforge.com/wow/addons/hidingbar
MBB reduces minimap buttons and makes them accessible through a pop out menu. Click the MBB button to expand the menu and display the buttons. Each button that is collapsed into the menu can be reattached to the minimap with Ctrl + Right Click. The MBB button can also be detached from minimap with Ctrl + Right Click.
Hot Key
- Ctrl + Right Click - detach / reattach a minimap button
Slash Commands
- /mbb - shows the MBB commands
- /mbb buttons - shows a list of all rfames in the MBB bar
- /mbb reset position - resets the position of the MBB button
- /mbb reset all - resets the MBB settings
When using in conjunction with SexyMap, I *still* don't see the "minimap zone header" (dunno the exact code). The Sexymap programmer said it was something in MBB that caused the disapearence...
SexyMap elements are resolved. ElvUI Config element is also resolved.
I agree with Shywillow, why not let someone pick it up where you left off :)
It works with 5.0.4.
It *almost* work perfectly, except that the title of the zone on the minimap DISAPEARS! What an odd bug.
Pericles, I have sent you a PM. Please respond when you can. Thanks!
No guarantees. If it doesn't work in 5.0.x then the addon has died. I have no subscription to WoW haven't played for 2 years and will not be re-subscribing.
Sorry but if the addon needs fixed you will need to do it yourself.
why dont you release the rights of the addon Pericles and give it to someone who can change the coding and keep it going? its a bit of a waste to just say "i'm not subscribing too bad so sad"
we actually like the addon so release the rights and give the coding to someone who can keep it running smoothly
Great addon, hope it works in 5.0!
hey wierd little thing, when ever i join a party the button pops up in the middle ( i dont have it on my mini map ) is there a way to lock it?
Weird problem here: Does not work at all with 4.3.3 64-bit client (Mac version if that makes any difference). The weirdest part is that it doesn't even show up in the Addon menu at the character selector. Any insight anyone might have would be helpful.
Works fine for me.
Hi, MBB does not find all my buttons in version 1.20 and had the same problem as of version 1.12. It is because you removed the code which is in, MBB_NotSureIfThisIsNeeded(). Everything works okay if I go back to version 0.63 and just fix some code that cataclysm broke.
For example, MBB is not collecting the minimap buttons for outfitter, healbot, monkeybuddy, and more. Outfitter and monkey are considered minimap background buttons (local additional = {MinimapBackdrop:GetChildren()}). Healbot is considered a button inside a child (for _,subchild in ipairs({child:GetChildren()})). Some addons use mouse events instead of clicking (if( hasClick or hasMouseUp or hasMouseDown )).
To help, you can move what you had in MBB_NotSureIfThisIsNeeded() and put in OnUpdate() so it finds all buttons. I made some changes so it makes more sense for the OnUpdate() routine since different from being in the OnEvent() routine.
I have the same problem reported by Sylvania and Yahweh. MBB doesn't gather AtlasLoot Enhanced, Vend-o-matic, HealBot Continued add-ons.
Is there any chance for an update ? Thanks a lot.
Respekt & weiter so :)
@Sylvania
I had the same problem.
If you'd like to fix it, you can make the following changes:
MBB.xml line 92, change to:
local point,_,_,xpos,ypos = self:GetPoint();
Next line, add:
MBB_Options.ButtonPoint = point
Then in MBB.lua, line 52 add:
["ButtonPoint"] = "CENTER",
MBB.lua line 828 change line to:
MBB_MinimapButtonFrame:SetPoint(MBB_Options.ButtonPoint, UIParent, MBB_Options.ButtonPoint, MBB_Options.ButtonPos[1], MBB_Options.ButtonPos[2]);
Now it'll save the correct location for the button at all times. May not be the best way to fix it, but it works.
Any way to make it collect buttons? Some addons aren't automagically included (in this case, HealBot and Atlas).