Jon Posted May 21, 2011 Report 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
Moderators joeri Posted May 21, 2011 Moderators Report 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
Jon Posted May 21, 2011 Author Report 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
Moderators joeri Posted May 21, 2011 Moderators Report 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
Moderators Parkho Posted July 8, 2011 Moderators Report Posted July 8, 2011 Cheers Joeri, My mistake, Jon I,ve enabled that in config.php but it doesn't work! Quote
TAV1702 Posted July 10, 2011 Report 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
FlyingMachine Posted April 30, 2015 Report Posted April 30, 2015 nothing deleted, i set everything correct 12h but nothing Quote
mseiwald Posted April 30, 2015 Report 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
FlyingMachine Posted April 30, 2015 Report Posted April 30, 2015 Mmmmm that's mean even we try to change the time in app config nothing gonna delete Quote
FlyingMachine Posted May 1, 2015 Report Posted May 1, 2015 i hope to change the title of topic Unsolved Quote
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.