more details - Printable Version +- My Hobby Site (http://www.myhobbysite.net/forum) +-- Forum: Beta Testing (http://www.myhobbysite.net/forum/forumdisplay.php?fid=14) +--- Forum: Old Threads (http://www.myhobbysite.net/forum/forumdisplay.php?fid=18) +---- Forum: Old modifications (http://www.myhobbysite.net/forum/forumdisplay.php?fid=19) +---- Thread: more details (/showthread.php?tid=12) |
RE: more details - theclansmen - 06-09-2020 i've an issue, if there are no versions number, it adds '0' in the database, i'm trying to add null instead but the update request doesn't let me do it i succeed but i had to change a bit the update request. let me know if you want my code RE: more details - VisiGod - 06-09-2020 (06-09-2020, 12:24 PM)theclansmen Wrote: Sorry mate, can you remove what you've added for this version issue? will remove then (06-09-2020, 12:24 PM)theclansmen Wrote: i've done the updates on my current database : removing v. from all boots and leaving only INTEGER in the field (no more string) then i've altered the table to make this filed INT instead of VARCHAR.will look into it RE: more details - VisiGod - 07-09-2020 The version can be used with text and number. I can change the field to allow null if you prefer but some users are using the version field with full text versioning (i.e. clansmen version, visigod version, etc). So a default null type of field would allow you to not have a version (instead of a forced 0) if only one version exists. RE: more details - theclansmen - 08-09-2020 leave it like that mate, i didn't thought other users will add text there. in case i'll make the change myself when the new version will be out sorry for all the changes RE: more details - sjmike - 11-09-2020 I see you've implemented the Tradeable, Rare Trade, NFT drop down that is also visible on the main page. Is there a way to disable the use of this feature. I personally don't like the way it looks with the Tradeable image. I think you only need to show a status is its Rare Trade or NFT. I would also move the column to after the version field on the public side if you're going to use it. Also the feature isn't even working properly. I did a test to change a show from Tradeable to Rare Trade and it says a recording was successfully modified, but that changes don't take affect. RE: more details - theclansmen - 11-09-2020 Image should be changed as Visigod said RE: more details - VisiGod - 13-09-2020 Sorry guys, been away since friday. I'm going to take a look at all things that are pending RE: more details - VisiGod - 17-09-2020 (11-09-2020, 04:48 PM)sjmike Wrote: I see you've implemented the Tradeable, Rare Trade, NFT drop down that is also visible on the main page. Is there a way to disable the use of this feature. I personally don't like the way it looks with the Tradeable image. I think you only need to show a status is its Rare Trade or NFT. I would also move the column to after the version field on the public side if you're going to use it. I'm going to add it as option. I'll also change the column display. RE: more details - VisiGod - 19-09-2020 I've added the trade type as an option along with also being able to choose from text or image. Please test and report back. RE: more details - theclansmen - 20-09-2020 works fine! can you change the images btw? |