b4 i even get started, can you or sum1 plz clarify sumthing for me.
where do i do this part and how? see attached code:
PHP Code:
To do
Templates to add 2
Files to upload 1
First add this template
************************
template name ( adv_portal_new_cheats )
**********************************************
<tr>
<td class="alt1" align="center" colspan="2">Have you seen these new cheats?<br>
$newestcheats
</td>
</tr>
Second Template to add ( cmps_new_cheats )
*********************************************
<tr>
<td class="$class" align="center" colspan="2"><a href="javascript:NewWindow=window.open('http://www.michealmilton.com/forums/vbcheats.php?do=viewcheatidpopup&cheatid={$newcheat['cheatid']}','newWin','width=650,height=600,left=0,top=0,
toolbar=No,location=No,scrollbars=1,status=No,resizable=No,fullscreen=No');
NewWindow.focus(); void(0);">$newcheat[cheatname]</a><br>$newcheat[platforum]</td></tr><tr>
</tr>
*********************************************************
File to upload ( new_vbcheats )
*********************************************************
Now to add the module to your cmps
*********************************************************