View Full Version : [Request] Member local time shown
Example:
DaKid
Senior Member
http://www.vbulletin.com/forum/images/icons/icon9.gif
Registered: Jan 2000
Location: Earth
Local Time: 10:10 pm
Posts: 999
tubedogg
13 Apr 2001, 21:22
don't use [request] in the title
I like your idea. Wouldn't be too hard to do, either.
ohh never thought of that.. that'd be gr8
Mike Sullivan
14 Apr 2001, 03:10
To get it to display like that would take a hack, but you should be able to stick "Timezone: $userinfo[timezoneoffset] GMT" in postbit.
It would display something like "Timezone: -5 GMT".
tubedogg
14 Apr 2001, 16:13
In showthread.php, find
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
and add right after it
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Then in postbit, do something like
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Untested but it should work.
Edit: I changed a bit that I realized wouldn't work. :o
Both went through and gave the results expected, only thing is this line:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
I had to chabge it to:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
So that I can get the correct time, this might be my server, but it worked!
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.