great job neo...
i added your fix to the file. except the variable define. you dont need it. thanks.
replace your old template with this one:
Code:
<script language="JavaScript">
function confirmdelete(postid) {
messagebox=confirm('You have chosen to delete Post '+postid+'.\r\rClick OK to delete it, or Cancel to hide this prompt.');
if (messagebox==true) { window.location='editpost.php?s=$session[sessionhash]&action=deletethispost&postid='+postid; }
else { }
}
</script>
<a href="javascript:confirmdelete($post[postid])"><img src="{ imagesfolder}/delete.gif" border="0" alt="Delete Message"></a>
dont forget to remove the space in front of 'imagesfolder}' and also the one between 'java' and 'script'.