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 [DATE]1274441068[/DATE] at [TIME]1274441068[/TIME] ---------------
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:
Code:
<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&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}" /> --> </a></span>
</vb:if>
Thanks Lynne!!