IPS Copyright removal?

one_finger_man

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

Reputation:

this should work try this add to css
Code:
 #elCopyright{

display:none !important;

}
 

sgc123

New member
Registered
Joined
Nov 4, 2021
Messages
0
Points
1

Reputation:

Deleted

Levi Ackerman

Collaborate
Collaborate
Registered
Joined
Dec 26, 2021
Messages
106
Points
63

Reputation:

Temada PAGE_CONTAINER arayın
<p><a class="u-hidden" rel="dofollow" target="_blank " title="Forum yazılımı XenForo® © 2010-2020 XenForo Ltd."><span>Forum yazılımı XenForo® © 2010- 2020 XenForo Ltd. </span> </a></p>
silmek
sgc123
1644103050927.png
 

eLeonore

Active member
Registered
Joined
Oct 21, 2021
Messages
39
Points
28

Reputation:

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

FNC1

Member
Registered
Joined
Feb 2, 2022
Messages
9
Points
13

Reputation:

PHP:
<?php
require_once 'init.php';
\IPS\Settings::i()->changeValues( array( 'ipb_license_product_copyright' => 0 ) );
?>
Create a php file located in where init.php. Add the code, save, run the file by visiting it's link, delete file.
 

compex

Member
Registered
Joined
Apr 29, 2022
Messages
7
Points
13

Reputation:

PHP:
<?php
require_once 'init.php';
\IPS\Settings::i()->changeValues( array( 'ipb_license_product_copyright' => 0 ) );
?>
Create a php file located in where init.php. Add the code, save, run the file by visiting it's link, delete file.
FNC1not working for me bro,

Can you please guide me.

thanks
 
Top