Download
(217Kb)
Download
Updated: 10-06-16 12:42 AM
Pictures
File Info
Updated:10-06-16 12:42 AM
Created:02-04-16 04:38 AM
Downloads:2,065
Favorites:2
MD5:

MiniMainBar

Version: 1.1
by: asilva [More]

*** THIS ADDON WILL NO LONGER BE UPDATED, PLEASE USE THE GREAT URZUI ***

MiniMainBar takes the default Blizzard MainBar and cuts out the extra items (micromenu, bag bar, pet bar, and stance bar) and puts them in their own draggable, lockable, and hideable frames. This project started out as a fix to SimpleBar, by Shamahan, so all credit to the original goes to him.

You can use /minimainbar or /mmb to open up the options dialog.

Hold the right mouse button down on the dialog border of the cut out bars to drag them for placement. Locking the bars prevents their movement and hides the frame that the buttons are in, while leaving the buttons visible. Selecting show on mouse over does just exactly that; when a bar is hidden and you mouse over a bar and its buttons they will be visible until the cursor leaves the frame.

If at any point you get stuck without a main bar after leaving a vehicle run a /console reloadui. This usually occurs because some other mod has caused tainting (for me it was a buff mod I was using).

Change Log:

1.0 - TOC update, Bug Fixes (there are still a few bugs), initial commit to wowinterface.

* Bug fixes and LEGION update (Still contains bugs but its working)
* TOC update.
* LIBS update.
Post A Reply Comment Options
Unread 10-08-16, 12:36 AM  
thealternate
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
I run into this problem when trying to run this addon. I have no other addons running aside from this one. Any help would be great.

Report comment to moderator  
Reply With Quote
Unread 10-07-16, 03:15 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Mini screenshot too. Amazing!
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 10-06-16, 02:55 AM  
EKE
An Aku'mai Servant
 
EKE's Avatar
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 548
Uploads: 13
screenshot is too small...O.O
Report comment to moderator  
Reply With Quote
Unread 10-06-16, 12:43 AM  
asilva
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 8
Uploads: 5
Originally Posted by Hoastess
So far this is working great but the Collections button on the micro bar is always showing and isn't affected by scale, I have tried it with all other addons disabled and it isn't producing any Lua errors.
Thanks for the input, i made the changes.
Report comment to moderator  
Reply With Quote
Unread 02-08-16, 11:08 PM  
Hoastess
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Fix for microbuttons

Originally Posted by Hoastess
So far this is working great but the Collections button on the micro bar is always showing and isn't affected by scale, I have tried it with all other addons disabled and it isn't producing any Lua errors.
I have found a fix for this, in micromenu.lua replace this,

Lua Code:
  1. local MicroMenuButtons = {
  2.     CharacterMicroButton,
  3.     SpellbookMicroButton,
  4.     TalentMicroButton,
  5.     AchievementMicroButton,
  6.     QuestLogMicroButton,
  7.     GuildMicroButton,
  8.     PVPMicroButton,
  9.     LFDMicroButton,
  10.     CompanionsMicroButton,
  11.     EJMicroButton,
  12.     StoreMicroButton,
  13.     MainMenuMicroButton,
  14.     HelpMicroButton
  15. }

With this

Lua Code:
  1. local MicroMenuButtons = {
  2.     CharacterMicroButton,
  3.     SpellbookMicroButton,
  4.     TalentMicroButton,
  5.     AchievementMicroButton,
  6.     QuestLogMicroButton,
  7.     GuildMicroButton,
  8.     LFDMicroButton,
  9.     CollectionsMicroButton,
  10.     EJMicroButton,
  11.     StoreMicroButton,
  12.     MainMenuMicroButton
  13. }

I used MoveAnything and enabled the Framestack Tooltip to get the frame names and arranged them accordingly.

Also, depending on what order you put them in you can rearrange them as long you put the commas in the right spot.
Last edited by Hoastess : 02-08-16 at 11:11 PM.
Report comment to moderator  
Reply With Quote
Unread 02-05-16, 05:51 AM  
Hoastess
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
So far this is working great but the Collections button on the micro bar is always showing and isn't affected by scale, I have tried it with all other addons disabled and it isn't producing any Lua errors.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: