Tic Tac Toe for VB

Daz

New Member
Tic Tac Toe

Installation

Installation in two easy steps:

1. Upload all the files from the "files" directory in this zip into your forums directory.

2. Import product-tictactoe.xml as a product. (Via "Plugin System" > "Manage Products" > "Add/Import Product" in your Admin CP.)

Upload

tictactoe.php == forum/tictactoe.php
ex.gif == forum/images/ex.gif
oh.gif == forum/images/oh.gif
nothing.gif == forum/images/nothing.gif

Template Change

Template: navbar

now open your navbar template:
Admincp >> Styles & Templates >> Style Manager >> *template* >> navbar

Find this code

PHP:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>


Place under it


PHP:
<td class="vbmenu_control"><a href="tictactoe.php">TicTacToe</a></td>


resimx1.gif
 
Top