The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

Need support regarding LBS bidding directory

deluxdon

New Member
affiliate
Hi,

I have one bidding directory where i am using LinkBidScript where i need to change minium bid from $1 to $5 or $10. I can't find proper solution for that. I know that lots of members using LBS for their bidding directories.

I am using Old LBS version and as of now i don't have sufficient time to upgrade it to LBS latest version 1.2 (will upgrade later).

So if anybody help me to change minimum bid amount at my old version i am thankful to him.

Looking for quick response from members,

DON.
:helpsign:
 
Don, if I remember rightly I think you can change this in the "buy_link_form" for the version you are using!
 
Open the file buylink.php and find the below:

if (frm.bid.value.replace(/^\s*|\s*$/g,"") == 0) {

Now if you will like to set minimal bid valuet to 5, replace to the below:

if (frm.bid.value.replace(/^\s*|\s*$/g,"") < 10) {
 
Open the file buylink.php and find the below:

if (frm.bid.value.replace(/^\s*|\s*$/g,"") == 0) {

Now if you will like to set minimal bid valuet to 5, replace to the below:

if (frm.bid.value.replace(/^\s*|\s*$/g,"") < 10) {

Thanks a lot misi. I have dont this sucessfully. :)

Can you tell me where to change this for 'Change Bid' option ? I mean if current bidder want to change bid (minimum $10 require for them too).

DON.
 
MI
Back