View Full Version : Could I Change The Time Between Clicks ?
gjac1
04-06-2009, 05:20 AM
At the moment its 24 hours before a member can level up an adoptable again, is it possible to change it to 4 hours or something like that ??
Thanks :)
BMR777
04-06-2009, 05:59 PM
I suppose you can mess with the date system a bit. In levelup.php this code controls if a user is within the 24 hour mark or not:
if($checkdate == $todaydate){
//We've gone this far, this means that we found a match because a date was returned
//Cannot vote because we already voted today...
$article_title = "You already voted for me today!";
$article_date = date('Y-m-d');
$article_content = "You already voted for this adoptable today.
Please come back in 24 hours to level up this adoptable again.";
}
This code appears twice in the file. This is what you would edit to change the time restriction. It probably won't be easy though.
gjac1
04-07-2009, 04:46 AM
Ah i see, thank you for you help :)
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.