Thread Tools Display Modes
10-14-20, 01:50 PM   #1
Lichbane
A Deviate Faerie Dragon
 
Lichbane's Avatar
Join Date: Aug 2006
Posts: 16
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?
  Reply With Quote
10-14-20, 02:05 PM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,877
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.
__________________
  Reply With Quote
10-14-20, 04:40 PM   #3
Vrul
A Scalebane Royal Guard
 
Vrul's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 404
I uploaded a new version of DockingStation about 20 minutes ago.
  Reply With Quote
10-14-20, 05:45 PM   #4
Lichbane
A Deviate Faerie Dragon
 
Lichbane's Avatar
Join Date: Aug 2006
Posts: 16
Originally Posted by Vrul View Post
I uploaded a new version of DockingStation about 20 minutes ago.
Awesome. Trying it out now.
  Reply With Quote
10-14-20, 05:55 PM   #5
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,237
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")
  Reply With Quote
10-14-20, 06:03 PM   #6
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
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.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Which Broker addon?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off