WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   Which Broker addon? (https://www.wowinterface.com/forums/showthread.php?t=58281)

Lichbane 10-14-20 01:50 PM

Which Broker addon?
 
I've got a ton of broker addons and nothing to display them. Docking Station and Chocolate bar don't work yet. What other broker addons can I use to display my broker info?

Xrystal 10-14-20 02:05 PM

Titan Panel is the other one I have used in the past but that hasn't been updated since August .. but might be worth a try in case that was via the beta.

Vrul 10-14-20 04:40 PM

I uploaded a new version of DockingStation about 20 minutes ago.

Lichbane 10-14-20 05:45 PM

Quote:

Originally Posted by Vrul (Post 337143)
I uploaded a new version of DockingStation about 20 minutes ago.

Awesome. Trying it out now. :)

myrroddin 10-14-20 05:55 PM

The fix for ChocolateBar is very simple:
Lua Code:
  1. -- Open up ChocolateBar\Bar.lua, go to line 30.  It should be the following:
  2.  
  3. local frame = CreateFrame("Frame",name,UIParent)
  4.  
  5. -- The correct fix is:
  6.  
  7. local frame = CreateFrame("Frame",name,UIParent, BackdropTemplateMixin and "BackdropTemplate")

gmarco 10-14-20 06:03 PM

So now all the broker display addons should works ...

I posted also a link to fixed version of Bazooka and NinjaPanel (if you want you can check them on WoWI addon discussion forum page).

Cheers.


All times are GMT -6. The time now is 02:26 AM.

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