ET 7
02-13-2011, 08:19 AM
Ok, I am trying to move my reputation green bar down to below the "thanked xx post"
is this the right place for the code and if so what do I change?
<li class="floatcontainer blockrow summaryinfo {vb:raw posneg}" id="reputationbit_{vb:raw reputation.postid}_{vb:raw reputation.userid}">
<div class="userinfo">
<div class="datetime">{vb:raw reputation.dateline} <span class="time">{vb:raw reputation.timeline}</span></div>
<vb:if condition="$vboptions['showuserraters']">
<div class="user">
<vb:if condition="$reputation['username']">
<a href="{vb:link member, {vb:raw reputation}, null, 'whoadded', 'username'}">{vb:raw reputation.username}</a>
<vb:else />
{vb:rawphrase n_a}
</vb:if>
</div>
</vb:if>
</div>
<div class="iteminfo">
<div class="title">
<span class="shade">{vb:rawphrase thread}:</span>
<vb:if condition="$reputation['title']">
<a class="smallfont" href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo}}#post{vb:raw reputation.postid}">{vb:raw reputation.title}</a>
<vb:else />
{vb:rawphrase n_a}
</vb:if>
</div>
<p class="comment">{vb:raw reputation.reason}</p>
</div>
</li>
i got that code from "usercp_reputationbits"
is this the right place for the code and if so what do I change?
<li class="floatcontainer blockrow summaryinfo {vb:raw posneg}" id="reputationbit_{vb:raw reputation.postid}_{vb:raw reputation.userid}">
<div class="userinfo">
<div class="datetime">{vb:raw reputation.dateline} <span class="time">{vb:raw reputation.timeline}</span></div>
<vb:if condition="$vboptions['showuserraters']">
<div class="user">
<vb:if condition="$reputation['username']">
<a href="{vb:link member, {vb:raw reputation}, null, 'whoadded', 'username'}">{vb:raw reputation.username}</a>
<vb:else />
{vb:rawphrase n_a}
</vb:if>
</div>
</vb:if>
</div>
<div class="iteminfo">
<div class="title">
<span class="shade">{vb:rawphrase thread}:</span>
<vb:if condition="$reputation['title']">
<a class="smallfont" href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo}}#post{vb:raw reputation.postid}">{vb:raw reputation.title}</a>
<vb:else />
{vb:rawphrase n_a}
</vb:if>
</div>
<p class="comment">{vb:raw reputation.reason}</p>
</div>
</li>
i got that code from "usercp_reputationbits"