The Arcive of vBulletin Modifications Site. |
|
[How To - VB4] Remove Time Zone fields from registration page Details »»
|
|||||||||||||||||||||||||||
|
[How To - VB4] Remove Time Zone fields from registration page
Developer Last Online: Jul 2022
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}
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" />
also, notice that this modification is not good for forums which have users from all over the world. Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Thank you. Installed.
|
|
#3
|
|||
|
|||
|
Thank you
Works perfectly. Installed.
|
![]() |
|
|