Zetaboards Tooltips

This section illustrates the 2 minutes step by step procedure for adding Magic the Gathering or World of Warcraft card tooltips to your zetaboards forum.

Editing the board template

In the administration control panel, select Board Template in the left section Themes. Add the following javascript includes in the Javascript textarea:

<script src="https://deckbox.org/assets/external/tooltip.js"></script>
<script src="https://deckbox.org/assets/external/decks.js"></script>

Then, in the Below the Board section, paste the following script:
<script>Deckbox.utils.DeckParser.initializeZetaboards('mtg');</script>

If you are using this for World of Warcraft or Warhammer:Invasion tooltips, replace 'mtg' with 'wow' or 'whi' respectively.


Now click Edit Board template, and you're done! All posts containing [card] tags around card names, and [deck] tags around decklists will turn these into nice links that show tooltips when you hover over them, like in the following example:

[deck]
  1 Baneslayer Angel
  2 Naturalize
  4 Terminate
[/deck]

Maybe add an [card]Abyssal Persecutor[/card] too.
turns into 1 Baneslayer Angel
2 Naturalize
4 Terminate

Maybe add an Abyssal Persecutor too.