The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
reputation bar moved
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? Code:
<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> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|