Quote:
Originally Posted by TazeredBlackMan
First of all, I love this hack and thank you very much for it.
I just have a question. I'm trying to make a link on the casino page to vbookie. I know I have to edit the XML for it, how would I got about adding that link? I want the link to replace the already existing betting pool with vbookie.php.
Thanks for your time and for this product.
|
in the casino_index_main template find
Below it add:
Code:
<tr>
<td class='alt$i'>
<a href='vbookie.php'>VBookie</a>
</td>
<td class='alt$i'>
Description here
</td>
</tr>
Dissable the sportspool in the admincp.
Usually better to not alter xml files, but to edit the templates after installing.