The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl eAuction 1.6.1.x >> Discussion of Functions >> Post New Item (14 days max) https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1134346877 Message started by annetappe on 12/12/05 at 01:21:17 |
Title: Post New Item (14 days max) Post by annetappe on 12/12/05 at 01:21:17 Ref: eAuction.pl Subject: Post New Item / max 14 days I have searched the forum and can not find answer. Could someone please point me to the area of code to modify the 'max' to greater than 14 days? Thank you. |
Title: Re: Post New Item (14 days max) Post by mars on 12/12/05 at 03:03:41 The following may help you---> Example-to change from 14 days to 30 days In eAuction.pl -------------------- FIND: sub check_item_data CHANGE: oops($txt{'You must enter the number of days your auction should run, from 1 to 14'}) unless $form{'DAYS'} < 15; TO oops($txt{'You must enter the number of days your auction should run, from 1 to 30'}) unless $form{'DAYS'} <31; FIND: <td valign="middle"><b>$txt{'Deadline'}:<br></b> <font size="1">($txt{'max. Days = 14'})</b> CHANGE TO: <td valign="middle"><b>$txt{'Deadline'}:<br></b> <font size="1">($txt{'max. Days = 30'})</b> In eConfig161.pl ------------------------ In %txt { search for 'You must enter the number of days your auction should run, from 1 to 14' and change it to 'You must enter the number of days your auction should run, from 1 to 30' In %txt { search for 'max. Days = 14' => ['maximal 14 Tage', ], and change it to 'max. Days = 30' => ['maximal 30 Tage', ], mars |
Title: Re: Post New Item (14 days max) Post by annetappe on 12/12/05 at 03:19:57 I just followed instructions and it is working. Thank you. |
Title: Re: Post New Item (14 days max) Post by lets on 09/05/06 at 00:20:56 Will this work for version v1.6.1.64 also? |
Title: Re: Post New Item (14 days max) Post by Dieter Werner on 09/05/06 at 17:45:42 Yes ... simply try it |
The eAuction Support Forums » Powered by YaBB 2.2! YaBB © 2000-2007. All Rights Reserved. |