Hello,
I’m looking to figure out how to remove/hide the Social button in the bottom left of the screen. I’ve been Googling, and found references to Macro’s but can’t seem to get any of them to work.
Any help would be appreciated.
Thanks!
Hello,
I’m looking to figure out how to remove/hide the Social button in the bottom left of the screen. I’ve been Googling, and found references to Macro’s but can’t seem to get any of them to work.
Any help would be appreciated.
Thanks!
/run ChatFrameMenuButton:Hide()
That seems to have removed the chat icon (which thank you!), but not the social button.
That raises another question - is it possible to hide the microphone icon there on the lefthand as well? Basically I want to hide those three icons (Social, chat and microphone) to reduce clutter.
Thanks for your help
type /fstack
and hover the mouse over the button. The fstack dialog should give you the name of the button like ChatFrameChannelButton
or ChatFrameMenuButton
.
/run [name of frame]:Hide()
The frame name is case sensitive.
/ftsack to turn off again.
Prat will let you toggle the visibility of them all.
Prat was the all-in-one answer.
Thanks!
For the benefit of people arriving via Google (like myself):
It’s in the “Buttons” module. The “Frames” module will let you shift over the now-unoccupied space.