This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Quote from joetest » I was wondering if there was some manual way, or a mod, that can change the strata of the chat frame.
local g = _G for i = 1, 7 do g["ChatFrame"..i]:SetFrameStrata(<Strata you want here>) end
Either stick this in your own mod, or attach to an other mod (this should work although I'm not 100%).