Ten (
adurotum) wrote in
colors_trade2015-03-02 01:42 pm
Entry tags:
Codes and Trades and More
Hello Colors!
It's been a while since I've posted, and a lot's changed on my site. There's been a slight change in my layout, but primarily I've updated my mass deck page to include two more mass decks as well as utilize some new code I've written for mass decks. You can take a look at live here. All of that is managed within just four lines of code (I am still amazed that I managed to get it to work like that)!
If you're interested in using the code, I've written up instructions on how to implement it here. It's fairly quick to set up, and if you run into any troubles along the way, I'd be more than happy to help (along with any customizations you'd like to make to the code). I also have all my other code for easytcg tweaks saved here, and if you have any suggestions or interest in getting your cards to display a certain way, I'd love to get ideas for what kind of code to work on next.
Lastly, since I just slid in two new mass decks and should be completing/starting a new one this month, I'm more than open to any/all trades, random or otherwise, no limit, no bar, etc etc. I'd especially love cards from Digital Devil Saga, Persona Q, and Working!! if you happen to have any.
That's all for now, happy trading (and coding)!

It's been a while since I've posted, and a lot's changed on my site. There's been a slight change in my layout, but primarily I've updated my mass deck page to include two more mass decks as well as utilize some new code I've written for mass decks. You can take a look at live here. All of that is managed within just four lines of code (I am still amazed that I managed to get it to work like that)!
If you're interested in using the code, I've written up instructions on how to implement it here. It's fairly quick to set up, and if you run into any troubles along the way, I'd be more than happy to help (along with any customizations you'd like to make to the code). I also have all my other code for easytcg tweaks saved here, and if you have any suggestions or interest in getting your cards to display a certain way, I'd love to get ideas for what kind of code to work on next.
Lastly, since I just slid in two new mass decks and should be completing/starting a new one this month, I'm more than open to any/all trades, random or otherwise, no limit, no bar, etc etc. I'd especially love cards from Digital Devil Saga, Persona Q, and Working!! if you happen to have any.
That's all for now, happy trading (and coding)!


no subject
before I forget to get these LOLno subject
no subject
no subject
no subject
no subject
A. MASS. DECK. CODE.
I THINK I'M GOING TO CRY
no subject
no subject
no subject
Happy Valentines Day!
no subject
no subject
edit: i was looking through all your codes and i was wondering if it would be too imposing to ask for some help? i was able to follow your tut to make my masteries display alphabetically, but tbh since i mastered lots of decks before i installed etcg i don't know the dates for some. do you know a way i would be able to remove the dates? i also think it's very neat how you have links to pages actually showing the cards from the decks, another reason i just hand coded my mastery page was because i wanted to display cards as well. do you mind telling me how you achieved that? ;w;
is there anything you'd like for maschera01, unpleasant09, seele19? i'm below precious tier, so you can mark me down for that pog task c:
no subject
It's not imposing at all! I'd love to help!
Let's see, do you mean the date on the alt text or the date on the second page, for example like this?
For your second question, if you're referring to this page, there are actually existing functions that do this (or at least there were in the easy tcg I had installed). In the php code for the tcg you want this code for, you want to make sure you have this bit of code in there:
It should automatically generate the individual deck mastery pages for you when used in conjunction with show_mastered.
Finally, as for the trade, how about ponytail20, selfdefense09, yamakami19? Also I don't have an unpleasant09, but a 19 and a 03. Could I ask which one you'd like?
no subject
ah, wow! are you using the latest version? i think there's an official version and then a beta version with some more features, maybe that's the difference? unless i'm just totally blind i'm not seeing any way to generate individual pages in my panel? i'm assuming it would be on the masteries page? i'm sorry, i'm... not exactly sure which php code you mean? i admit i'm just kinda doggy paddling with all my php pages and i'm not totally versed in specifics :,)
oh, sorry about that, i meant 19!
no subject
Replace that line with this:
That should get rid of the alt text entirely.
Hmm, I'm not certain, my version is a few years old, at least, and I've been adding my own custom functions for a while now, but I'm fairly sure that piece of code should already exist.
For the php code, I've noticed people tend to name them differently, so I didn't want to name any specifics, but usually it's the name of the tcg. In my case, the file I have that piece of code in is called colors.php. It should be the place where you have pieces of code that look like:
It's cool, let me know if you need more specifics! I'm admittedly not the best at explaining things at time, but I'd really like to help if I can.
no subject
I have a couple questions regarding them, though. For displaying the mass decks, is there a way to format the code so it displays the decks more like the way I've set them up, rather than one deck with a break of 10 per row? Also, what would I add to the code such that I could display background pictures for each mass deck, like this?
It's alright if you're not sure or don't want to put in the time to puzzle it out. Any hints would help me!
But wow I should sure go study some phpOne more question, and a hopefully easy one. Is there a way to count the number of cards in each individual deck in collecting?
no subject
I think so, the way the code is displayed is all hardcoded into the function, so you just need to manipulate it around. I can try writing a custom function for you to display them the way they are on that page, if you'd like.
I'm not sure about the background image, but I could certainly try playing around with it.
I don't think there's an individual function to do that, but that one shouldn't be too hard to write up.
I'd actually love to give all of these a shot, though it may be slow going since I don't have too much time to put into it. I can, at least, give you parts of the code as I figure them out so you're not waiting for all of it at once. Just let me know if you'd like me to take a crack at it!
no subject