Remove the Footer

The_Dead_Fight

New Member
How to remove vBulletin footer thats written :


All times are GMT. The time now is 07:01 AM.
Design by: vBSkinworks

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.​

>.< please help me someone
 
Go to ur footer template:

and remove this:

Code:
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>

and

again
Code:
<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>

and

again:

Code:
$vboptions[copyrighttext]
 
Back
Top