Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Could I Change The Time Between Clicks ? (http://www.mysidiaadoptables.com/forum/showthread.php?t=619)

gjac1 04-06-2009 05:20 AM

Could I Change The Time Between Clicks ?
 
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

RE: Could I Change The Time Between Clicks ?
 
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:

PHP Code:

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

RE: Could I Change The Time Between Clicks ?
 
Ah i see, thank you for you help :)


All times are GMT -5. The time now is 01:44 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.