![]() |
[HELP] US server - UK users - posts per day
Hi, I have just taken over a forum and moved it from a UK server to a US server. All is fine apart from the arcade. The Post Per Day requirement is set at 5 and works great apart from it seems to be using server time to determine the number of posts per day. This forum is about a town in UK so its mainly used by UK people.
Is it possible to set the time zone offset for the arcade as you do with vBulletin its self? |
open /arcade/modules/mod_arcade.php
search for Code:
$posts_today_time = mktime(0,0,0,date("m"),date("d"),date("Y")); For example to add 6 hours use Code:
$posts_today_time = mktime(0,0,0,date("m"),date("d"),date("Y")) + (60*60*24*6); |
Brilliant, thanks very much I will do the edit soon.
Thanks. |
All times are GMT. The time now is 01:06 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|