NS - Remove Copyright

Add-ons NS - Remove Copyright 1.0.1

Register & Get access to index

WinSys32

Xenforo Developer/Expert
Registered
AlexRuter submitted a new resource:

MF - Copyright Remover - Removes copyright

Hi All,

I recently started creating my own addons ! This will be my first release of an addon, so please let me know what you think from the addon and I'm always happy to receive feedback or ideas. Also let me know if you are going to use it ! :)

First Release:
Addon:
MF - Copyright Remover
Version: 1.0.0 Alpha
Removes:
  • Xenforo Copyright
If you wish to make any donation, please feel free to contact me.

Greetz,
Alex

Read more about this resource...
 

clive

Loyal Member
Or you could just use the following in your extra.less

span.u-concealed {
display: none;
}

.p-footer-copyright { display: none; }

It works for me on XF 2.1.12 and also worked on XF 2.2.3 and 2.2.4

(If i recall correct, just the bottom line works)

.p-footer-copyright { display: none; }

Just put in your extra.less for each style U use and save or save and exit
 
Back
Top Bottom