[How To - VB4] Remove Time Zone fields from registration page
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. Download No files for download. |