Jon Posted May 21, 2011 Report Share Posted May 21, 2011 Hello, I am wondering if there is a cron job I can setup to remove bids every 24 hours or a separate script? I have searched the forum and found nothing so I presume it's never been wanted before, Help Appreciated Jon Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted May 21, 2011 Moderators Report Share Posted May 21, 2011 i belive there is something in the config for that or in one off the bid.tpl not sure where it is but its there Quote Link to comment Share on other sites More sharing options...
Jon Posted May 21, 2011 Author Report Share Posted May 21, 2011 Hi joeri, I've looked all around there but can't find anything. I wonder if could use the admin panel Remove bid function to help me do it? Jon Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted May 21, 2011 Moderators Report Share Posted May 21, 2011 you gota look better just looked for 1 min in the app config just enter this in your local config # Whether to close any bids after a certain amount of time Config::Set('CLOSE_BIDS_AFTER_EXPIRE', false); Config::Set('BID_EXPIRE_TIME', '48'); # How many hours to hold bids for set it to true and edite the time gr joeri Quote Link to comment Share on other sites More sharing options...
Jon Posted May 21, 2011 Author Report Share Posted May 21, 2011 Cheers Joeri, My mistake, Jon Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted July 8, 2011 Moderators Report Share Posted July 8, 2011 Cheers Joeri, My mistake, Jon I,ve enabled that in config.php but it doesn't work! Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted July 10, 2011 Report Share Posted July 10, 2011 I thought it was only me. Mine is not deleting bids after 48 hours neither. I'll go back to my site in a minute and post my VMS version so we can compare results. Quote Link to comment Share on other sites More sharing options...
FlyingMachine Posted April 30, 2015 Report Share Posted April 30, 2015 nothing deleted, i set everything correct 12h but nothing Quote Link to comment Share on other sites More sharing options...
mseiwald Posted April 30, 2015 Report Share Posted April 30, 2015 The dateadded column in the phpvms_bids table is just a date type and not datetime. It therefore doesnt store the time when the bid was made but only the date. Thats probably a bug. Quote Link to comment Share on other sites More sharing options...
FlyingMachine Posted April 30, 2015 Report Share Posted April 30, 2015 Mmmmm that's mean even we try to change the time in app config nothing gonna delete Quote Link to comment Share on other sites More sharing options...
FlyingMachine Posted May 1, 2015 Report Share Posted May 1, 2015 i hope to change the title of topic Unsolved Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.