Author |
Topic |
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 04 August 2010 : 02:47:12
|
OK - replaced the file with the version I'm using, with a few changes to the language calls.
Replace the 400 section of the language file with this:
|
|
|
Sean Sounds
Starting Member
20 Posts |
Posted - 06 August 2010 : 13:44:01
|
Here are 3 things I think would be a nice addition for using this mod efficiently.
1.) On the My Auction page under the Items I'm Bidding On section, I would like to identify the status of each item I'm bidding on right from the list in this manner:
green = Items where I'm the high bidder. red = Items I've bid on but are no longer the high bidder
Since this is the page which holds a consolidated view of all items you've bid on(from all categories), this would be the most useful place to have these indicators for something as time critical as an auction.
Reason:
If I have 30 items I'm bidding on, I don't want to be forced to open each item to see if I'm the high bidder or not. Time may be of the essence for soon to end auctions.
2.) In the Items I'm Selling section, the amount should turn green for the Seller to let the Seller know a user has bid on his/her item (remain the default forum color if there are no bids). Currently, the simple amount change from the opening amount would tell the Seller that the item has a bid on it, but it would be nice to see the green amount when selling a lot of items.
3.) The color feature I've mentioned in number 1.) would also be relevant on the auction_category.asp page with one added color for clarity.
green = Items where I'm the high bidder. red = Items I've bid on but are no longer the high bidder default forum color = Items that have no bids at all.
Could these features be added? |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 06 August 2010 : 15:49:19
|
Sorry guys, got sidetracked for a fews. Carefree your file works great but it seems to have an issue with my auction_bidItem.asp. No matter what amount you place as a bid, it says "Your bid must be greater than (insert current bid amount here)"
I'm going to compare the files and see if I can get it working. |
Switch the order of your title tags |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 06 August 2010 : 22:58:30
|
Change line 95 to say:
newBid = cDbl(Request.form("curBid"))
I used a different variable to reflect a new bid. |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 07 August 2010 : 11:15:33
|
There are several other places that would need to be changed also.
I did something else instead, let me know if I shouldn't have please. I changed the form field name on your item page from newBid to curBid. It seems to be working fine.... |
Switch the order of your title tags |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 07 August 2010 : 12:41:25
|
That'll have the exact same effect, yes. |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 08 August 2010 : 11:38:31
|
Shoot... just found another bug.
The delete function doesn't work. You click the trash can, click yes to confirm, the message tells you the auction has been deleted.... but it's still there. |
Switch the order of your title tags |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 09 August 2010 : 04:42:11
|
In "auction_edititem.asp"
|
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 09 August 2010 : 11:13:46
|
Well, that didn't break it but it didn't fix it either. Still exactly the same behavior. Here's my original file just in case you want to look at it. Querystring being generated from clicking the trash can is formatted like this ?mode=delete&auctionid=25&seller=5480 |
Switch the order of your title tags |
Edited by - bobby131313 on 09 August 2010 11:34:31 |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 09 August 2010 : 12:48:00
|
The first problem arises because the QueryString variable (auctionid) is in small letters, but the original "auction_edititem.asp" file is trying to read it using mixed cap & small letters "AuctionID" and that won't work.
Secondly, the original "auction_edititem.asp" file checks the value of the variable "Seller" without ever defining it.
Finally, there are two checks for "Mode" which also need to be in small letters.
Try this:
|
|
|
bobby131313
Senior Member
USA
1163 Posts |
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 09 August 2010 : 14:18:49
|
You're welcome. |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 10 August 2010 : 11:58:18
|
Another bug.
Quotation marks are an issue in the title and the description.
They show up in the preview fine, but when you save the listing, they only post to the DB up to, but not including, the first quotation mark in the field. No error messages though.
auction_sellItemProcess.txt |
Switch the order of your title tags |
Edited by - bobby131313 on 10 August 2010 12:17:53 |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 10 August 2010 : 12:51:25
|
In "auction_save.asp",
|
|
|
bobby131313
Senior Member
USA
1163 Posts |
|
Topic |
|
|
|