mini masteries and etcg

A lot of our members use eTCG to manage their cards, so if you would like to display the mastery in the usual manner you will have to use a slightly different method. There are two that are quite simple, though we are currently working on a slight alteration to ETCG to separate your Mini Masteries from your regular ones.

PLEASE NOTE that these codes were initially created for Onstage, and some of the images still reflect that. This should go without saying, but THE IMAGES THAT SHOW ONSTAGE WILL OBVIOUSLY SAY IDOLISE FOR YOU and these images will eventually be changed out, but it is not currently a top priority.

Method One (Recommended)

  • First, open your FTP program and find the folder that contains your card images.

  • Visiting our main Mini Mastery game page, save the ten cards you've collected, renaming them according to the theme and in sequence. For examaple: bp-asifitsyourlastjennie01 will become mm-girls01, rv-icecreamcakewendy02 will become mm-girls02, etc.

  • Upload these newly saved cards to your card directory.

  • Ensure you remove the original cards from your categories in ETCG, or your card count will raise with the next step.

  • Create a new collecting deck titled whatever you've named your cards (in this case, mm-girls).

  • Manually enter your card numbers, making sure not to click "auto" or "grab from categories".

  • Click submit! You should now be able to master the deck like you normally would and upload your custom mastery image.
  • Method Two

  • First, open your FTP program and find the folder that contains your card images.


  • From here, rename each of the cards you're using to master. For example: bp-asifitsyourlastjennie01 will become mm-girls01, rv-icecreamcakewendy02 will become mm-girls02, etc.

  • Ensure you remove the original cards from your categories in ETCG, or your card count will raise with the next step. In the off chance you have doubles of these particular cards in other categories, you may notice a broken image on your page immediately after renaming the card in your directory. Simply clicking 'Update' for that category will refresh the image and reupload the original under the correct name, fixing any broken images.

  • Create a new collecting deck titled whatever you've named your cards (in this case "mm-girls")

  • Manually enter your card numbers, making sure not to click "auto" or "grab from categories".

  • Click submit! You should now be able to master the deck like you normally would and upload your custom mastery image.
  • DISPLAYING MASTERIES

    Although eTCG is a gift from Heaven, it lacks one thing: The ability to separate mastered decks of a different size from one another, without making a few small modifications. For those of you who are OCD like me, the idea of smaller badges mixing in with your full sized ones is stressful and it will make for an ugly page, which is why we've come up with this simple technique that allows some flexibility.

    I'm hoping these step-by-step instructions are incredibly clear, but if you have any questions at all, I recommended shooting us a tweet or DM, as the text limit has been lifted and it will make helping you a whole lot easier.

  • It's time to log into your FTP of choice! For me, this is FileZilla. Our first step requires you to open your func.php file, which can be found inside of your main directory. Right click the func.php file and open it up for editing, as seen above! Please, scroll down to the bottom of this code and you should see the following:
  • It's very simple! Add the following to the very end of the code, right before the closing tag ( which is ?>, by the way! ).
  • It'll look like this:

  • Save your func.php file and ensure your FTP program of choice successfully uploads it your site! Now, we're ready to move on.
  • Truthfully, mods.php does not currently ( I assume ) exist on your site, so we need to create it. By right clicking anywhere on the page, you can Create new file, naming it mods.php. Once you've completed that step, right click your new mods.php file and open it for editing. It should be a blank page to start. Add the following code in its entirety to this blank slate, followed by the usual save and upload, much like we did with our func.php file in the last step. PLEASE NOTE: You will need to add your own PHP opening and closing tags, at the beginning and end of the below code. See screencap for details.
  • IF YOU USE THE NEW VERSION OF ETCG:

    IF YOU USE THE OLD VERSION OF ETCG:

    IF YOU WANT TO BE ABLE TO CLICK YOUR MASTERY BADGE TO VIEW THE DECK:

    FIND

    REPLACE WITH

    It should look like this ( the opening and closing tags are highlighted ):

  • It's time to insert this mod into your mastery page. All of our pages should look pretty similiar and this step is incredibly simple, but don't hesitate to ask if you need help with this one.

    Personally, my idolise.php file is inside of a directory called /tcgs, so I start by enterting that.

    Next, open that file up for editing, like you have in our previous steps with mods.php and func.php, and find the page that stores your masteries. Mine looks like this ( I've high lighted the detail we're changing today, which you should have! Or, you should have something similiar! ):

  • We need to insert a new type of show_mastered function, one for our 30 card decks and our new 10 card decks, which are the mini masteries. The following code works by considering only the count you've given for each of your collecting decks. Again, please make sure you're including PHP opening and closing tags:
  • For your 20 card decks, include the following code ( replacing the show_mastered(idolise) code that currently exists ):

    For your 5 card Mini Mastery decks, include the following code ( this code is additional and can even be added to its own page, should you wish to keep your mini masteries ENTIRELY separated from your regular masteries ):

  • Because I like showing off my custom badges, my page turned out like this, with my Mini Mastery badges at the top of my page, instead of including them under my regular masteries! I've high lighted a few things, just to give you an idea.
  • And that's it! Now, your 5 card decks will automatically be sorted away from the 20 card decks!