Admin
03-06-2005 15:52:29
Okay, already added some features, adding some more now.
Please don't go batshit insane if your trades disappear for a while or anything. I promise not to break the DB.
Archon810
03-06-2005 15:58:44
heh, care to elaborate on the new features? D
Admin
03-06-2005 16:48:04
Okay, all done. Let me know if there are any problems.
Still open to suggestions here D
Peksim
03-06-2005 17:06:27
Great Ideas!! liwishes he would have waited before having hs trades deleted...
mr_black
03-06-2005 17:35:34
[quote98eda4eff7="cartrenroy"]Thanks for adding time[/quote98eda4eff7] he added time sometime earlier this week (my idea, lol) but the rest of the additions are great good job man keep it up.
Peinecone
03-06-2005 21:41:00
I think the hide feature is great. Finally don't have to look at all the trades where people are too lazt to delete.
dudeextrem2000
03-06-2005 22:24:41
[quoteabd8d35522="Peinecone"]I think the hide feature is great. Finally don't have to look at all the trades where people are too lazt to delete.[/quoteabd8d35522]
i disagree, but whatever
slease
03-06-2005 22:36:13
[quote8ac62e283c="dudeextrem2000"][quote8ac62e283c="Peinecone"]I think the hide feature is great. Finally don't have to look at all the trades where people are too lazt to delete.[/quote8ac62e283c]
i disagree, but whatever[/quote8ac62e283c]
why do you disagree? the hide feature isn't mandatory.
Admin
04-06-2005 01:18:34
Yeah, and on 99% of trades the little "Hide" link doesn't even make the table cell any larger. There is absolutely no downside to it at all. If you don't like it, don't use it.
Archon810
04-06-2005 02:20:25
mysql failed. PM admin.
Back
S
mofocrew
04-06-2005 11:57:51
ya, I've gotten the mysql failed message too.
btw, it seems the trade window is wider now, or is it just me?
Admin
05-06-2005 11:03:17
mofocrew the table automatically takes the smallest width that it can. It hasn't been adjusted by me, if that's what you mean.
I just fixed the mysql error. I was doing
DELETE li FROM phpbb_trades WHERE id = your_trade_id
when the proper syntax is
DELETE FROM phpbb_trades WHERE id = your_trade_id
Because you can't really delete any unit smaller than a row. Duh.