Comments about AuctionFilterPlus http://wow.curseforge.com/addons/project-3259/ The latest comments about AuctionFilterPlus en-us Fri, 31 Oct 2008 13:31:29 +0000 CurseForge.com (http://www.curseforge.com) Comment #1 http://wow.curseforge.com/addons/project-3259/?comment=1 <p>I have managed to get AuctionFilterPlus working. Make the following changes: </p><p>On line 590, replace the line<br /> buyoutMoneyFrame = getglobal(buttonName.."BuyoutMoneyFrame"); </p><p>with the following two lines<br /> buyoutFrame = getglobal(buttonName.."BuyoutFrame");<br /> buyoutMoneyFrame = getglobal(buyoutFrame:GetName().."Money"); </p><p>On line 591 remove the line<br /> buyoutText = getglobal(buttonName.."BuyoutText"); </p><p>On line 638 remove the line<br /> buyoutText:Show(); </p><p>On line 643remove the line<br /> buyoutText:Hide(); </p><p>That should do the trick. With these changes AuctionFilterPlus works for me with and without Auctioneer (of course not with the CompactUI) </p> Fri, 31 Oct 2008 13:31:29 +0000 http://wow.curseforge.com/addons/project-3259/?comment=1 http://wow.curseforge.com/addons/project-3259/?comment=1 no-reply@curseforge.com (Urbin)