That's easy enough. Just open up the plugin file and find the plugin hook helpfulanswers_dorate
You'll need to modify the first IF statement to skip the forum.
Something like this should work:
Code:
if ($vbulletin->options['reputationenable'] AND $vbulletin->options['helpans_rep_use'] AND $userid != $vbulletin->userinfo['userid'] AND $threadinfo['forumid] != XYZ'){