Remove My Copyrights

Katmassive

New Member
Code:
 Powered by vBulletin® Version 3.7.0 Release Candidate 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
vB Ad Management by =RedTyger=
Copyright ? 2006 - 2007, AXAFam. All Rights Reserved.
Inactive Reminders By Mished.co.uk


Are the ones on my forum how do i get rid of the inactive reminders, ad, and w/e other one i can remove without gettin in trouble
 

Hoxxy

New Member
To remove:
Powered by vBulletin® Version 3.7.0 Release Candidate 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.


Option 1:
In footer template find and remove:
PHP:
	$vbphrase[powered_by_vbulletin]

Second option:
In footer template find and remove:
PHP:
<div align="center">
	<div class="smallfont" align="center">
	<!-- Do not remove this copyright notice -->
	$vbphrase[powered_by_vbulletin]
	<!-- Do not remove this copyright notice -->
	</div>

Then find:
PHP:
$vboptions[copyrighttext]
and remove:
PHP:
</div>
which is directly under it.

The second option removes all the relevent surroundinng code thats not needed once first option code is removed so helps keep your coding clean;)

As to the others i'm not sure as I don't use the mods, but wil try to find out for you.
 
Top