The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl
eAuction 1.6.1.x >> Discussion of Functions >> Future Start Date
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1136092967

Message started by annetappe on 01/01/06 at 06:22:47

Title: Future Start Date
Post by annetappe on 01/01/06 at 06:22:47

Ref: Future Start Date

I can not see what code action/event activates the 'Future Start Date'.

Could someone explain what event or action activates the item that has a 'Future Start Date'?

Thanks.

Title: Re: Future Start Date
Post by mars on 01/01/06 at 14:36:53


Quote:
what event or action activates the item that has a 'Future Start Date'?


The best way is to go to POST AN ITEM and then plug in your future starting date into:
Start-up: (max. Days = 30)         Days (from now) 

You will have to use this page (POST AN ITEM ) to enter new items no matter what else you do. I think this would be quicker and less prone to producing problems then if you began to search for all instances of $start_time to begin rewrting the start time code or substituting a value for the $start_time variable.

In case you do not understand how the Time settings are used (and I did not at first until I posted a question on this forum), here is a snippet from my Help section --->

Quote:
Next will need to set a Start-up and Deadline date. The Start-up date should remain at zero if you want the auction to start immediatly. If you would like it to start sometime in the future, enter the number of days from now that you would like the auction to start, with the start-up maximum being 30 days from now. The Deadline date should be set accordingly. If you set the auction to start immediatly(startup=0), and you want to run the auction the maximum of 30 days, then just set Deadline = 30 days. A second example would be if you wanted the auction to start in 20 days from now and run for 30 days, you just enter Start-up = 20 and Deadline =50. You can adjust the the Server-Time settings or leave them as they are. I usually make sure that the server settings are all the same for all items becausewe use a single user posting format like you propose to do. Anyway, the server setting boxes from left to right represent the hour-minute-second .


I hope my reply has addressed your question.

Regards,
mars

Title: Re: Future Start Date
Post by annetappe on 01/01/06 at 16:16:54

Ref: Future Starting Date

Thanks very much.  I had gotten to that point but I could not see/understand what action/event within the code itself that was checking to see when the 'future starting date' would be activated and made available to the auction list.

For instance, if I put a 'future starting date' of March 1, 2006 for an auction item I enter today Jan 1, 2006 - how/where does the code ?check each min/hr/day/?event/?action to see if the certain auction item with 'future starting date' is available for auction and list it?

Concern:  If it takes a 3rd party visitor event such as 'viewing' and no one ever viewed would it ever be listed at the certain 'future starting date'.


Title: Re: Future Start Date
Post by Dieter Werner on 01/01/06 at 17:57:08


annetappe wrote:
Concern:  If it takes a 3rd party visitor event such as 'viewing' and no one ever viewed would it ever be listed at the certain 'future starting date'.


You are right ...
as long as nobody visites your auction-site so long nobody will see your items  ;)

Back to your question ...
search the script for sub disp_list
search the sub. for

Code:
$start_time > time && next;

and you will understand how it works :)

Title: Re: Future Start Date
Post by annetappe on 01/01/06 at 22:25:10

I understand!

Thank you very much.

Have a happy and sucessful new year.


The eAuction Support Forums » Powered by YaBB 2.2!
YaBB © 2000-2007. All Rights Reserved.