Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> CNB Your Account
Author Message
sitkasoftball
New Member
New Member



Joined: Jan 26, 2005
Posts: 1

PostPosted: Wed Jan 26, 2005 1:44 am Reply with quote

I would like to make a default time of GMT -9 can you help?
must have something to do with this code in the new_user3.php

Code:
 echo "<tr><td bgcolor='$bgcolor2'>"._FORUMSTIME."</td><td bgcolor='$bgcolor1'><select name='user_timezone'>";

    $utz = date("Z");
    $utz = round($utz/3600);
    for ($i=-12; $i<13; $i++) {
        if ($i == 0) {
            $dummy = "GMT";
        } else {
            if (!ereg("-", $i)) { $i = "+$i"; }
            $dummy = "GMT $i "._HOURS."";
        }
        if ($utz == $i) {
            echo "<option name=\"user_timezone\" value=\"$i\" selected>$dummy</option>";
        } else {
            echo "<option name=\"user_timezone\" value=\"$i\">$dummy</option>";
        }
    }
 
View user's profile Send private message
sixonetonoffun
Spouse Contemplates Divorce



Joined: Jan 02, 2003
Posts: 2496

PostPosted: Thu Jan 27, 2005 7:22 am Reply with quote

Just comment out this code:
$utz = date("Z");
$utz = round($utz/3600);

and add
$utz=-9;

In the upcoming 450 release this is all changed and will attempt to detect the users time zone based on the cookie. If it can't find one it will default to the bbconfig setting.

_________________
[b][size=5]openSUSE 11.4-x86 | Linux 2.6.37.1-1.2desktop i686 | KDE: 4.6.41>=4.7 | XFCE 4.8 | AMD Athlon(tm) XP 3000+ | MSI K7N2 Delta-L | 3GB Black Diamond DDR
| GeForce 6200@433Mhz 512MB | Xorg 1.9.3 | NVIDIA 270.30[/size:2b8 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> CNB Your Account

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©