eAuction
  Not just another Perl script
Google
Welcome, Guest. Please Login or Register


If you use eAuction a lot and like it or if you make money from eAuction or from eAuction-related activities ...
then the project asks you for a donation in favor of the further development.



The forums are protected by
AccessControl
(written by Dieter Werner)
Click here if you want to check your IP against the most important RBLs of the net.
Click here in order to visite the AccessControl forums.


<< Visit the international e Auction Marketplace >>
Buy and sell PC and Consumer Electronic components






  HomeHelpSearchLoginRegister
 



Pages: 1 2 
Post New Item (14 days max) (Read 1415 times)
annetappe
eAuction User
**
Offline

I Love To Learn

Posts: 36
MidSouth
Gender: female
Post New Item (14 days max)
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.

Back to top
 
 


Advertising
View Profile   IP Logged
mars
eAuction Expert
Tester
***
Offline

I love Perl

Posts: 149

Re: Post New Item (14 days max)
Reply #1 - 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
Back to top
 
 


Advertising
View Profile   IP Logged
annetappe
eAuction User
**
Offline

I Love To Learn

Posts: 36
MidSouth
Gender: female
Re: Post New Item (14 days max)
Reply #2 - 12/12/05 at 03:19:57
 
I just followed instructions and it is working.

Thank you.

Back to top
 
 


Advertising
View Profile   IP Logged
Pages: 1 2 


If you like eAuction, please Rate it.
If you don't like eAuction, please Rate it too.


1 is being poor and 10 is being excellent


EveryScript

ip-location


AccessControl - Members Only