how can I remove it?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xjuliox
    Senior Member
    • Sep 2005
    • 1048
    • 3.7.x

    how can I remove it?

    How can I remove the reputation bar but not the points just the green bars?


    Thanks
    Arcade.gs Game Site!
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    In the postbit?

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

    In the postbit_legacy you would 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['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>[color=red]$post[reputationdisplay][/color]</div></if>
    				<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>
    			</div>
    In addition, this variable can be used to show reputation points:

    Code:
    $post[reputation]

    Comment

    • xjuliox
      Senior Member
      • Sep 2005
      • 1048
      • 3.7.x

      #3
      Thanks jake!

      I was wondering is that a feature of VB the sideways scroll bar so that it doesn't break the template or is that an addon?

      Thanks
      Arcade.gs Game Site!

      Comment

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

        #4
        It is part of the default CODE tag. It is not a hack.

        Comment

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