Log in

View Full Version : Hide the Reputation Icon But Keep Reputation Running


wesooby
05-20-2010, 01:46 PM
Hello,

I want to take the link to the Reputation Pop Up out of the threads. So that, Reputation Pips are still running, but there is no pop up that shows:

"I Agree With This Post / I Disagree With This Post + Comments"

I've looked all over, but just can't seem to find where in the code the Reputation Popup Menu icon is. I want to hide it.

Many thanks!

--------------- Added 1274441068 at 1274441068 ---------------

Here's how:

If you want to remove that code (I'm assuming you are using vB4), go to the template postbit or postbit_legacy, whichever you are using, and find this line and remove it:
<vb:if condition="$show['reputationlink']">
<span class="reputationpopupmenu popupmenu popupcustom" title="{vb:raw post.postid}"><a class="popupctrl reputation" title="{vb:rawphrase reputation}" href="reputation.php?{vb:raw session.sessionurl}do=addreputation&amp;p={vb:raw post.postid}" rel="nofollow" id="reputation_{vb:raw post.postid}"><!--<img src="{vb:stylevar imgdir_button}/reputation-40b.png" alt="{vb:rawphrase reputation}" /> -->&nbsp;</a></span>
</vb:if>

Thanks Lynne!!