SKevo
Yeah righto mate, no worries aye.
While I’m here, and because it seems entirely wasteful starting a whole new thread for this.
I discovered something earlier that I think you should be made aware of.
You know that little bit of footer branding text on FreeFlarum managed sites….🤭I ahhh, sorta figured out a way to remove it without coughing up a cent.
Now, to be absolutely clear. I have no intention of subverting the branding removal, and if you aren’t already aware I’ve been promoting FreeFlarum on my other sites even after paying for the respective sites branding removal. Whereas this is something I stumbled upon.
Basically I was experimenting with some codes earlier on a fresh test site which I haven’t yet gotten around to legitimately removing the branding from.
After starting a few tests I popped out the front to check the results, to find—low and behold— the FreeFlarum footer branding had completely vanished.
So I began removing codes until the branding reappeared and also played around with it to see what happens, then did a little digging and also used a crappy Android web dev app to inspect the footer branding itself, which is where I found the following snippet.
<p style="text-align: center; padding: 5px 0; line-height: 1.4rem;">
Powered by: <a href="https://freeflarum.com/">FreeFlarum</a>.<br>
(<a href="https://freeflarum.com/donate">remove this footer</a>)
</p>
<style id="STYLE_EI" type="text/css">
* {outline: 2px dashed #8AA9B8; outline-offset: -2px;}
</style>
😄So yeah nah, it turns out simply setting a { }
& p { }
to display: none;
= 💥POOF!💨 she gone bro.