vForums Support > Programming & Coding :: Code Requests & Support :: > Reputation

Reputation - Posted By Aiken (ionfortuna) on 11th Feb 10 at 3:09am
Rep -9 to 9 = 1 gray box

Rep 100 = 10 white boxes

Rep -100 = 10 black boxes

All rest is normal




I would like a code that can do that please

Re: Reputation - Posted By RuhRoe (mezorro) on 11th Feb 10 at 1:31pm
Code:
 
  1. Reputation: {reputation}
  2. <br />
  3.     {foreach:reputation}
  4.                     <div style="height: 8px; width: 8px; background-color: #FFFFFF; float: left; margin: 3px;"></div>
  5.     {/foreach:reputation}
  6.     {foreach:negative_reputation}
  7.                     <div style="height: 8px; width: 8px; background-color: #000000; float: left; margin: 3px;"></div>
  8.     {/foreach:negative_reputation}
  9.                     <br style="clear: both;">
  10.                 </div>
  11.             </td>
  12.             <td align="center"><font size="1">{reputation_give}</font></td>
  13.         </tr>
  14.             <tr>
  15.             <td align="center"><font size="1">{reputation_take}</font></td>
  16.         </tr>
 


In mini profile. I can't figure out how to do the Gray thing though {Sad}

Re: Reputation - Posted By Michael (wrighty) on 11th Feb 10 at 1:58pm
 
Code:
 
  1. Reputation: {reputation}
  2. <br />
  3.     {foreach:reputation}
  4.                     <div style="height: 8px; width: 8px; background-color: #FFFFFF; float: left; margin: 3px;"></div>
  5.     {/foreach:reputation}
  6.     {foreach:negative_reputation}
  7.                     <div style="height: 8px; width: 8px; background-color: #000000; float: left; margin: 3px;"></div>
  8.     {/foreach:negative_reputation}
  9.                     <br style="clear: both;">
  10.                 </div>
  11.             </td>
  12.             <td align="center"><font size="1">{reputation_give}</font></td>
  13.         </tr>
  14.             <tr>
  15.             <td align="center"><font size="1">{reputation_take}</font></td>
  16.         </tr>
 


In mini profile. I can't figure out how to do the Gray thing though {Sad}

He asked for the rest to be normal. {Smile} So I'm guessing red/green until it hits +/-100 {Smile}


Re: Reputation - Posted By Aiken (ionfortuna) on 11th Feb 10 at 5:13pm
Yeah, red/green till +/-100

Re: Reputation - Posted By RuhRoe (mezorro) on 11th Feb 10 at 9:44pm
Ohh. I don't know how to do that then =\