Find:
HTML Code:
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>
Replace With:
HTML Code:
<if condition="$show['reputation']"><div><if condition="$show['reputation']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><strong>$vbphrase[reputation]</strong></a>: </if>$post[reputationdisplay]</div></if>