WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   RealUI (https://www.wowinterface.com/forums/forumdisplay.php?f=163)
-   -   Bazooka addon - info bar disappears (https://www.wowinterface.com/forums/showthread.php?t=54870)

Marthisdil 11-29-16 06:25 PM

Bazooka addon - info bar disappears
 
Installed Bazooka to wrangle some Data Broker addons and stuff. Bottom bar is completely gone with the exception of the stance button (which is still present)

No error popped in Bugger showing any conflicts.

Any thoughts?

If I disable Bazooka and reload the UI, it comes right back

Marthisdil 11-29-16 06:29 PM

Additional info - the initial bazooka bar is not anchored to top.
I've also resized it not to be the full width of the screen.

Reloaded the UI

Bottom bar still gone.

Gethe 11-29-16 06:29 PM

The InfoLine is automatically disabled if an LDB display is detected.

Marthisdil 11-29-16 06:32 PM

Quote:

Originally Posted by Gethe (Post 321102)
The InfoLine is automatically disabled if an LDB display is detected.

Hmm - ok - is there an option or a .lua file line I could edit to keep it in place?

I like the info bar as it is, but wanted to have a data broker display to handle some minimap icons and a few other things addons put out there :)

If there's not, no biggie - I'll figure something out :)

zenaku 01-22-17 11:53 PM

*bump*

I also really like the look of the InfoLine, especially the icons, that the LDB displays just don't have. Where can we disable the disabler? =)

Mindlezzx 01-27-17 10:05 AM

Find the Infoline.lua in NibRealUI->Modules
all the way down the buttom of the text u will find a section looking like this
Quote:

local hasLDBDisplay = false
do
local ldbDisplays = {
"Bazooka",
"ChocolateBar",
"DockingStation",
"Titan",
}
for i, display in next, ldbDisplays do
local _, _, _, loadable = _G.GetAddOnInfo(display)
if loadable then
hasLDBDisplay = true <- change this to false
break
i think its the only thing i've done to get it working

zenaku 01-31-17 01:33 AM

Thank you! This is exactly what I was after!


All times are GMT -6. The time now is 11:13 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI