Thanks, Paul. I think I figured it out. I hooked
Code:
// No Reputation Link //
$flist = explode(',',$vbulletin->options['noreplist']);
$show['ratablelink'] = (!in_array($threadinfo['forumid'],$flist)) ? true : false;
into showthread_getinfo.
Then I put
Code:
<if condition="$show['ratablelink']">
<if condition="$show['reputationlink']">
Rep Link
</if>
</if>
into the postbit template.