(09-19-2019, 03:13 AM)37thchamber Wrote:its... possibly doable through the board wrappers. ill do some tests.
EDIT: ok that was easier than i expected.
inspecting the HTML elements, there is a span class "ip_address"
updating the style sheet to give that the property "display: none" should hide ip addresses from *everyone*
literally just add
Code:.ip_address {
display: none;
}
to all the style sheets in the admin cp
just tested this on my staging forum and it works.
you're welcome.
Hmm I wasn't able to find any admin CP specific style sheets (or to be more specific, I know they exist because I just changed mine to a dope green color, but I can't find how to edit them). Might be above my paygrade though. @ADwyer87 or maybe @iamslm22 do you guys know?
![[Image: reposte.png?width=1050&height=534]](https://media.discordapp.net/attachments/716823545174425650/741340235748868157/reposte.png?width=1050&height=534)
![[Image: 2gqV8ts.png]](https://i.imgur.com/2gqV8ts.png)