The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Example:
DaKid Senior Member Registered: Jan 2000 Location: Earth Local Time: 10:10 pm Posts: 999 |
#2
|
||||
|
||||
don't use [request] in the title
I like your idea. Wouldn't be too hard to do, either. |
#3
|
|||
|
|||
ohh never thought of that.. that'd be gr8
|
#4
|
|||
|
|||
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". |
#5
|
||||
|
||||
In showthread.php, find
Code:
$post[pmlink] = ""; } Code:
$gmtime = gmdate("U",time()); $localtime = $gmtime-($userinfo[timezoneoffset]*3600); $localtime = date($timeformat,$localtime); Code:
User's local time: $localtime Edit: I changed a bit that I realized wouldn't work. |
#6
|
||||
|
||||
Both went through and gave the results expected, only thing is this line:
Code:
$localtime = $gmtime-($userinfo[timezoneoffset]*3600); Code:
$localtime = $gmtime+14400+($userinfo[timezoneoffset]*3600); |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|