The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding Clock to Forum
Hello everyone,
I'm just wondering how I'd add a clock to my forum that displays a specific time-zone rather than the timezone the user who is viewing the forums is currently in. You can see my forum here and you'll notice I have a clock using military time in the header. The problem is that we want to use that to co-ordinate times with each other because we have a vast array of people from different time-zones. We can't do that when it only displays local time-zone instead of one static one per say. Any solutions to this problem? Thanks, Justin |
#2
|
||||
|
||||
Hi Justin,
You can set the "Default Timezone Offset", the default timezone for new users & guests, in AdminCP->Settings->Date and Time Options->Default Time Zone Offset. Warning: The following procedure will directly modify your database. BACK UP your DB before attempting. Very dangerous to do without a backup. You can change the timezone for all current users via AdminCp->Maintenance->Execute SQL Query. Enter the query: Code:
UPDATE [TABLE_PREFIX]user SET timezoneoffset = "[-12 through +12]" Code:
UPDATE user SET timezoneoffset = "-12" -Nick, SEOvB Developer |
#3
|
||||
|
||||
I don't see any clock at that link. What really jumps out at me - and other potential new users I'm sure - is gross lying concerning the stats. It says 38,000 posts, but fewer than a dozen are to be found anywhere. That's not going to fool anyone.
|
#4
|
|||
|
|||
We have a recycle bin where all old posts are moved to, as to keep the forum tidy. All posts are legitimate. Guests obviously can't see this area.
|
#5
|
|||
|
|||
Quote:
|
#6
|
|||
|
|||
Sorry, the clock was only on the "Oldschool" theme. I added it to the default theme now.
|
#7
|
|||
|
|||
you should change the footer clock to 24hr as well
|
#8
|
||||
|
||||
A web search shows a lot of "embeddable clocks". e.g. http://www.flash-clocks.com/
Maybe you could just paste the code in an ad location? WHat isn't real clear is what time zone the generic clocks are displaying. In that example they're all displaying my time, not UTC. |
#9
|
|||
|
|||
Quote:
|
#10
|
|||
|
|||
The clocks on that site can be customized (for a small cost) to show the timezone you want. There's also a section of "free clocks" that it looks like can be customized for free.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|