Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
Yes It is as 6.4 so far was only released in an international version and who said anything about an INCLUDE anywhere in this?? Me thinks its coffee time.

Here is the code your searching for in addpost.php

// -------------------------------------------------
// If there is a poll in this post we need to add it
if ($addpoll && $questions) {
$starttime = "0";
if ($ampm == "PM") { $hour = $hour + 12; }
$starttime = mktime($hour,$min,0,$month,$day,$year);
$starttime = $starttime - ($config['adjusttime'] * 86400);
$validstart = checkdate($month,$day,$year);

and you replace it with this

// -------------------------------------------------
// If there is a poll in this post we need to add it
if ($addpoll && $questions) {
$starttime = "0";
if ($ampm == "PM") { $hour = $hour + 12; }
if (!$enablestart) {
$starttime = mktime(0,0,0,$month,$day,$year);
}
else {
$starttime = mktime($hour,$min,0,$month,$day,$year);
}
$validstart = checkdate($month,$day,$year);

Sponsored Links
Entire Thread
Subject Posted By Posted
6.4 Polls Not Working Correctly Sonic 12/06/2003 8:12 AM
Re: 6.4 Polls Not Working Correctly Rick 12/06/2003 6:28 PM
Re: 6.4 Polls Not Working Correctly Sonic 12/06/2003 9:16 PM
Re: 6.4 Polls Not Working Correctly Rick 12/07/2003 1:05 AM
Re: 6.4 Polls Not Working Correctly Sonic 12/07/2003 5:34 AM
Re: 6.4 Polls Not Working Correctly Rick 12/07/2003 6:41 PM
Re: 6.4 Polls Not Working Correctly scroungr 12/08/2003 1:44 AM
Re: 6.4 Polls Not Working Correctly omegatron 12/08/2003 2:58 AM
Re: 6.4 Polls Not Working Correctly scroungr 12/08/2003 5:24 AM
Re: 6.4 Polls Not Working Correctly scroungr 12/08/2003 5:29 AM
Re: 6.4 Polls Not Working Correctly omegatron 12/08/2003 3:04 PM
Re: 6.4 Polls Not Working Correctly scroungr 12/08/2003 4:12 PM
Re: 6.4 Polls Not Working Correctly scroungr 12/09/2003 7:58 AM
Re: 6.4 Polls Not Working Correctly omegatron 12/09/2003 3:51 PM
Re: 6.4 Polls Not Working Correctly scroungr 12/09/2003 5:04 PM
Re: 6.4 Polls Not Working Correctly Zarzal 12/13/2003 1:55 AM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
hatter
hatter
USA
Posts: 69
Joined: January 2001
Forum Statistics
Forums63
Topics37,575
Posts293,932
Members13,824
Most Online6,139
Sep 21st, 2024
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,835
Greg Hard 4,625
Top Posters(30 Days)
Gizmo 1
Top Likes Received
isaac 82
Gizmo 20
Brett 7
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)