Here is a simpler way to do it than I did it.
1- in showthread.php (in hacks code), find:
PHP Code:
if (!$getperms['canviewothers'] and $thread['postuserid']!=$bbuserinfo['userid']) {
show_nopermission();
}
after that add:
PHP Code:
if ($bbuserinfo[emailnotification]!=0) {$emailchecked='yes';}
2- edit template showthread_replybox, find:
PHP Code:
<input type="hidden" name="email" value="">
Replace it AS:
PHP Code:
<input type="hidden" name="email" value="$emailchecked">
Quote:
Originally posted by Heineken77
Hey Boofo Think you could explain to me how to do that?
|