View Single Post
08/25/15, 02:10 PM   #38
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Originally Posted by circonian View Post
I think your ON/OFF are backwards, but yes that is the problem I was referring to When both settings are ON disableGuildStoreSellFilters & disableSearchBoxes
That's kind of a naming confusion -- AGS["disable custom selltab filter"] is inverse to libCIF["disableGuildStoreSellFilters"] because AGS talks about its custom filters, libCIF talks about the default UI filters

Originally Posted by circonian View Post
The code I posted was an idea to fix that problem by moving the search box for AGS when the trading house is enabled and the disableGuildStoreSellFilters is ON (because that means AGS is going to handle the trading house filters).

Then restore the original search box position when the trading house becomes disabled and the disableGuildStoreSellFilters is ON (because that means we previously moved the search box for AGS when the trading house became enabled).

That way the search box would be in the correct position at all times for everyone.
I see, seems to be the best way to fix it without touching AGS itself.
  Reply With Quote