Here is an "add-on" of sorts. After installing Triple Triad to the forum, many users were asking about the game, so I decided to add this to the Navbar links for Triple Triad:
In the
NAVBAR template locate the following code:
Code:
<tr><td class="vbmenu_option"><a href="triad_cards.php?$session[sessionurl]do=buycards" onclick="return check_buy()">Purchase Cards</a></td></tr>
and on a new line
AFTER add the following:
Code:
<tr><td class="vbmenu_option"><a href="#"onClick="MyWindow=window.open('http://en.wikipedia.org/wiki/Triple_Triad','MyWindow1','toolbar=yes,location=yes,directories=yes, status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=700,left=50,top=50'); return false;">About Triple Triad</a></td></tr>