Author |
Topic |
bobby131313
Senior Member
USA
1163 Posts |
Posted - 03 August 2010 : 13:05:17
|
I've got one more thing that I'm getting a lot of requests for and it makes sense to me too. Users would like to have a visual cue that they are currently the winning bid when looking at at item. Hopefully not too difficult? |
Switch the order of your title tags |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 03 August 2010 : 13:12:15
|
Just have to add the one line to the Sql section in each, right?
In Case 7, after the line saying
fType = replace(fType,"date","datetime") Add a line saying
fType = replace(fType,"double","float")
|
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 03 August 2010 : 13:17:23
|
quote: Originally posted by bobby131313
I've got one more thing that I'm getting a lot of requests for and it makes sense to me too. Users would like to have a visual cue that they are currently the winning bid when looking at at item. Hopefully not too difficult?
That's actually simple if a color change will suffice. Post a link to your "auction_mybids.asp" in .txt format and let me know what color cue you want to use. |
|
|
bobby131313
Senior Member
USA
1163 Posts |
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 03 August 2010 : 13:46:46
|
Sure, but in my own version I disabled the bid button if you're already the high bidder - that's enough of a cue for me. What color do you want to use as a cue? |
Edited by - Carefree on 03 August 2010 13:50:41 |
|
|
bobby131313
Senior Member
USA
1163 Posts |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 03 August 2010 : 13:55:25
|
quote: Originally posted by Carefree
Just have to add the one line to the Sql section in each, right?
In Case 7, after the line saying
fType = replace(fType,"date","datetime") Add a line saying
fType = replace(fType,"double","float")
That's just for the CreateTable sub. You'd need to change it when changing tables and also change the mod_dbsetup2 file, if this was to be a general change. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 03 August 2010 : 13:58:56
|
quote: Sure, but in my own version I disabled the bid button if you're already the high bidder - that's enough of a cue for me.
That would prevent people from increasing thier bid though, I'm quite sure I would get complaints about that. |
Switch the order of your title tags |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 03 August 2010 : 14:31:12
|
quote: Originally posted by ruirib
quote: Originally posted by Carefree
Just have to add the one line to the Sql section in each, right?
In Case 7, after the line saying
fType = replace(fType,"date","datetime") Add a line saying
fType = replace(fType,"double","float")
That's just for the CreateTable sub. You'd need to change it when changing tables and also change the mod_dbsetup2 file, if this was to be a general change.
The same line would be put in two places in each file, create & add/modify sections of Case 7 in both. That's it, unless I missed something. |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 03 August 2010 : 15:01:22
|
I'm afraid neither one works correctly Carefree. auction_my_bid is showing green even if I'm not winning and auction_item is showing 0.00 current bid on all items. |
Switch the order of your title tags |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 03 August 2010 : 16:47:16
|
Whoops, copied the wrong files over. Sorry. They should work now. |
|
|
bobby131313
Senior Member
USA
1163 Posts |
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 03 August 2010 : 20:20:28
|
Try again, Bobby, left wrong variable. |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 03 August 2010 : 20:58:49
|
OK, the correct current bid is showing but it's not changing color if you're winning. I looked at the source code and the syntax is ok, it's just still showing black...
<td width="80%"> <font size="2" color="black" face="Arial"><b>$307.01</b></font> </td>
I would think it must have to do with this part somehow?
if intBuyer = MemberID then
I played around with it a little and couldn't get it going right. |
Switch the order of your title tags |
|
|
Topic |
|