Back to vBulletin 4.x Template Modifications

[How To - VB4] Remove Time Zone fields from registration page
Mod Version: 1.00, by emath

vB Version: 4.x.x Rating: (1 vote - 5.00 average) Installs: 15
Released: 29 Dec 2013 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code Translations  

I know many were looking for this to simplify their registration form, so here it is :

1) go to your admin panel

2) click on style & languages -> style manager .

3) choose to edit the 'register' template an look for :

Code:
{vb:raw timezoneoptions}
and replace it with the following code :

Code:
<vb:comment>
			{vb:raw timezoneoptions}
</vb:comment>
<!-- this is replacing the timezone fields and replace it by default -->
<input type="hidden" name="timezoneoffset" value="2" />  
<input type="hidden" name="dst" value="2" />
this will take the default properties which defined in admin cp .

also, notice that this modification is not good for forums which have users from all over the world.

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024