This layout has two different coding styles for screen resolutions. Everyone can use the first skin -- a right-aligned vertical div layout completely under the banner, that stretches down.
If your screen is wide enough, there will be a big space to your left though, and you may want to use the second version -- a content-left scrolling div layout with the banner and the basic menu (TCGs/Trade/Home) on the right, and page-specific (Collecting, Keeping, etc.) at the top of the content area. This is the version I use!
I'm using the second version and have a screen res of 1280x800. I will occasionally check them in 1024x768 and/or 800x600. Using my graphics card menu, those are the only two available to me width-wise (the others are 1280x[somethingelse]).
I've recently fixed it so that the version 1 content area is wider. It was too small. Also, if you use 1024-wide res, you'll probably still want to use version 1. Based on the banner size and the size of the new v1 content area, the version 2 is probably better for anyone with a screen wider than 1100 pixels.
Just so anyone interested knows, I'm using
my edited version of
Marfisa's TCG Manager (a very 5"x7.5" specific version, using sections for the five card types), and
Easy TCG FM for my other posts.
I've created a couple of unofficial mods for it--following the Terms of Use.
- A "Set Badge" function for adding master badges, so you don't need to upload them. It's a second field and button where you can just fill the filename in. As long as the badge is in the folder with your cards, it'll work. If it's not, it'll bring up a broken image.
- Added two functions that you can use for the create-able sections. One can tell you what cards you need for each deck in that section. The second, being used in my Keeping sections, can show your keeping cards like your collecting cards, with a couple of customization options: setting a card requirement, and the option to show the cards that don't meet the requirement in a pile like they would normally be.
- The third isn't so much as a "mod". I use the additional fields as arrays for currencies as images. (ex: Role Play's crystals and gold).
Eventually, I'll make a page for each mod, and allow you to use them, but right now they aren't perfect and I'm noticing alternatives as I go alone [ex: To compare the cards you have to the full cards there are, I made a "default" array with the numbers based on the deck size, but I was having trouble with it merging a preset array (01-09, adding the zero), with a array based on the "range function". So, I just had to preset the arrays so unless you know how to edit it, giving it out as-is would only allow you to do it for a 15- or 20-card deck. But, then I realized I probably should have did it similar to how they did for the show_collecting.]
But, if anything interests you now, feel free to
email me and let me know. You can let me know you're interested in something and I can let you know when it's ready. Or, I can probably just make you a more personalized version of it. While the Set Badge mod is actually complete, as far as I'm concerned, it's the only one that NEEDS you to edit an EasyTCG FM page. The ones I'm still fixing are the show_needed/show_fillers mods, but while they can be put in the func.php, they'll still work if set on a separate page with an include, or on the page you put the function on, and can be quickly and easily removed.