MyBB Community Forums

Full Version: Time Zone
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!
I removed box of time zone from registration page. my default time zone is +3:30 but because I remove this part, when a user register in my forum his time zone is GMT.
is a way for fix it? (+3:30 even I remove the box) Undecided
OK. I find a way myself Big Grin

for others if they want and need:

first I add this code to global.css:
span.invisible {
	display: none;
}

and next, I add this code to member_register temlpate.
<span class="invisible">{$tzselect}</span>
(2013-09-02, 08:28 PM)M.Abbasi Wrote: [ -> ]OK. I find a way myself Big Grin

for others if they want and need:

first I add this code to global.css:
span.invisible {
	display: none;
}

and next, I add this code to member_register temlpate.
<span class="invisible">{$tzselect}</span>

what happens if someone logs in from a different time zone do they default to the boards time zone ?
(2013-09-02, 08:53 PM)JimR Wrote: [ -> ]what happens if someone logs in from a different time zone do they default to the boards time zone ?

My forum is in Persian and %100 of my users are from my country. I added some required field in registration page. for having a suitable appearance I had to remove a box and better box for removing is time zone because It is not necessary. Smile

* Sorry for bad English Toungue