Thread Tools Display Modes
06-23-10, 05:10 PM   #1
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 331
Satrina Buff Frames - Fan Update?

Has anyone taken a crack at updating SBF?

I'd like to actually have a fully functional SBF again and I'm not sure how to start approaching its problems.

Anyone have any alternative addon suggestions?
  Reply With Quote
06-23-10, 05:11 PM   #2
xandora
A Chromatic Dragonspawn
 
xandora's Avatar
Join Date: Feb 2009
Posts: 188
What's not working about it? It seems to be working fine for me. :S
__________________
  Reply With Quote
06-23-10, 05:17 PM   #3
Soulofsin_007
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 125
I'm having 0 issues with it.
  Reply With Quote
06-23-10, 05:37 PM   #4
Starinnia
Ninja Code Monkey
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 84
The newest betas/alphas of ButtonFacade do not work with the latest release of SBF.

To get it working again, all you should have to do is change line 3 of SBFButtonFacade.lua from:
Code:
if IsAddOnLoaded("ButtonFacade") and (ButtonFacade ~= nil) then
to
Code:
if IsAddOnLoaded("ButtonFacade") then
Then again this fix is several alpha version of BF old, so something might have changed since then I am not aware of yet.
  Reply With Quote
06-23-10, 05:55 PM   #5
harrellj
A Flamescale Wyrmkin
Join Date: Jul 2009
Posts: 132
Yeah, I just applied that fix since the newest release of BF on curse is the one that breaks SBF, and that line completely broke SBF to not functioning at all (and a lua error when attempting to access the options).

*sigh* chat frames and sbf... guess those are at least small enough issues to deal with after a patch.


ETA: err, nm, the fix works. Stupid me deleted "then" as well, which does thoroughly break if statements :P
  Reply With Quote
06-23-10, 05:59 PM   #6
Ferous
Sheer Sense of Doom
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 863
Then why not revert ButtonFacade then? I haven't updated BF and BF works fine if you don't update it.

edit - Nevermind I seen your edit :P
  Reply With Quote
07-09-10, 04:03 AM   #7
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 331
bumping for anyone willing to take a dive into the coding...

I've simply downgraded my ButtonFacade to bring functionality back to SBF.

SBF v3.1.20 seems to be the latest release that I can find.

<3
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Satrina Buff Frames - Fan Update?


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