How to remove IPB 4.6.* copyright?

Belon

Active member
Registered
Joined
Jul 31, 2021
Messages
39
Points
18

Reputation:

anyone can teach me how to remove IPB 4.6 copyright?
 

one_finger_man

Well-known member
Registered
Joined
Jan 20, 2022
Messages
385
Points
53

Reputation:

add this to all your theme it will remove all copyrights
css
Code:
#elCopyright{

display:none !important;

}
 

one_finger_man

Well-known member
Registered
Joined
Jan 20, 2022
Messages
385
Points
53

Reputation:

you would have to remove it from a file on your server i for get witch one i will see if i can find it gain

found it go on your server to system/theme/Theme.php and look for it there after you change that go to admin and clear caches
 
Last edited:
Top