I was attempting to load up a new wordpress install combining iq2 and photoq, with my favorite antispam plugin: WP-reCAPTCHA. The comment forms however would not display the plugin, nor any other comment-modifying plugin. After some investigation, I discovered a very tiny error in iq2's comments.php:
do_action('commentForm', $post->ID);
As soon as that was changed to 'comment_form' the missing plugins appeared.
Just a heads-up, it's worth a try if you're having difficulties with commentbox plugins not appearing properly with this theme.
Great work on the theme and photoq! They make an excellent team.
resolved