Jump to content

dougteles

Newbie
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Language
    English
  • Software
    XenForo
  • Version
    2.2.1

Recent Profile Visitors

764 profile views

dougteles's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Not work, show a blank page This is my code: <li class='uip'> <span class='leftinfo'>Reputation:</span> <span class='rightinfo'><if test="cardRep:|:$this->settings['reputation_enabled'] && $this->settings['reputation_show_profile']"> <div class="reputation-bg" data-tooltip="{parse expression="$author['author_reputation']['text']"}"> <div class="fc reputation-bar <!-- GREY BAR --> <if test="$author['pp_reputation_points'] == 0">gray</if> <!-- /GREY BAR --> <!-- RED BARS --> <if test="$author['pp_reputation_points'] < 0">red</if> <!-- /RED BAR --> <!-- GREEN BARS --> <if test="$author['pp_reputation_points'] > 0">green</if> <!-- /GREEN BARS --> <!-- GOLD BARS --> <if test="$author['pp_reputation_points'] >= 500">green</if> <!-- /GOLD BARS --> "> {$author['pp_reputation_points']} </div> </div> </if> <!-- /REPUTATION BAR --> </div></span> </li> CSS: /* Reputation in post info */ .reputation-bg { } .reputation-bar { font: 12px; color: #fff; height: 12px; margin: 0px; text-align: center; } .reputation-bar.gray { background:#6a6a6a; border-radius: 3px; padding: 0 5px; } .reputation-bar.red { background:#b82929; border-radius: 3px; padding: 0 5px; } .reputation-bar.green { background:#8db13e; border-radius: 3px; padding: 0 5px; } Work's great but dont show reputation icon, how do I get it to appear? Thanks!
  2. How to change in userInfoPane to display raputations like webflake: Thanks!
×
×
  • Create New...