bizzlesnaff / mwenhanced

Automatically exported from code.google.com/p/mwenhanced
0 stars 1 forks source link

How to Change Vote System Hours #194

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Vote System Hours Are 24 hr how to change it to 12 hours?

Original issue reported on code.google.com by surader1...@abv.bg on 22 Aug 2010 at 9:29

GoogleCodeExporter commented 9 years ago
Open /components/community/community.vote.php
Find this line:
$ip_voting_period = 60 * 60 * 24; // IP voting period (in seconds)
Replace with:
$ip_voting_period = 60 * 60 * 12; // IP voting period (in seconds)
I think 12 hours can better be the default in the repo...

Original comment by roelverheggen3006@gmail.com on 3 Sep 2010 at 12:48