When you activate the plugin it just works removing the "nofollow" attribute from your comments authors link, but if you would like have the image band at the top of your pages too, you MUST put the php function into your template file just below the attribute like this:
<body>
<?php if (function_exists(noff())) noff(); ?>
...
Remember to set the plugin option by clicking wp-admin -> options -> NOFF
You could find every informations here and much more at http://www.michelem.org/wordpress-plugin-nofollow-free/




