how to remove display of reputation image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JennyKhoo
    New Member
    • Jan 2006
    • 25

    how to remove display of reputation image

    Hello,

    I want to remove the reputation image so it is not displayed.

    It is the little green square ' reputation_pos.gif ' which is displayed underneath the user's post count.

    Please tell me what file this is contained in so I can edit it out.

    Thanks.
  • zappsan
    Senior Member
    • Sep 2004
    • 1143
    • 3.8.x

    #2
    Edit the postbit or the postbit_legacy template.
    *Insert text here* :)

    Comment

    • Jake Bunce
      Senior Member
      • Dec 2000
      • 46598
      • 3.6.x

      #3
      Admin CP -> Styles & Templates -> Style Manager -> « » -> Postbit Templates -> postbit or postbit_legacy (depending on which layout you are using)

      Remove the red code:

      Code:
      			<div class="smallfont">
      				&nbsp;<br />
      				<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
      				<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
      				<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
      				<div>
      					$vbphrase[posts]: $post[posts]
      				</div>
      				<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
      				[color=red]<if condition="$show['reputation']"><div><if condition="$show['reppower']"><span id="reppower_$post[postid]_$post[userid]">$vbphrase[reppower]</span>: $post[reppower]</if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>[/color]
      				<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
      			</div>

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...