It must be a tricky one. I'm not the sharpest tool in the shed either but I figured there was a simple way to fix it and that someone would have explained it to us by now.
If I get it figured out or get help with it from somewhere else, I'll post it here and maybe send you a PM telling you what the fix is Martyh.
I got us a fix Martyh.
In the memberlist_resultsbit template find this:
<if condition="$show['reputationcol'] AND exec_switch_bg()"><td class="$bgclass">$userinfo[reputationdisplay]</td></if>
and replace it with this:
<if condition="$show['reputationcol'] AND exec_switch_bg()"><td class="$bgclass">$userinfo[reputation]</td></if>
Then go to the MEMBERINFO template and find this:
<if condition="$userinfo['reputationdisplay']"><div align="center">$userinfo[reputationdisplay]</div></if>
and replace it with this:
<if condition="$userinfo['reputationdisplay']"><div align="center">$userinfo[reputation]</div></if>
Thanks to all those who took the time to help.