Golks, please note that there is a bug in the instructions, for the includes/functions_showthread.php file, which caused your user to see the notes. A darn ; in the wrong place was causing all this. Please open that file and fnd:
Code:
if ($post['warn_notes']==1 AND ($useradmin==1 OR $usersmod==1 OR $usermod==1));
Remove that ; from the end of the line, and everything should work as expected.
Sorry, my bad!