09-19-2019, 04:13 AM
(This post was last modified: 09-19-2019, 04:25 AM by 37thchamber.)
(09-19-2019, 12:52 AM)Daybe Wrote:on a side note @[adwyer] is there any way to disable IP addresses being viewable to people with mod perms?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.
I impersonate a programmer for a living
Father of the League Wiki • Friendly Neighbourhood Angry Black Guy™ • NOT British
Super capitalists are parasites. Fite me.
Alternatively, if you agree, you can support a grassroots movement dedicated to educating and organising the working class by buying a digital newspaper subscription. Your support would be greatly appreciated.