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> |
#2
|
|||
|
|||
You're better off turning off your reputations through the AdminCP then to be removing code.
|
#3
|
|||
|
|||
oh no, i'm not trying o turn it off, i am trying to move it from below the username to all the way at the bottom.
|
#4
|
|||
|
|||
Quote:
Doing this may require you to apply this template modification every time you update your copy of vBulletin. With this said... You may want to look for the code in postbit_legacy or postbit (depending on which layout you are using) |
#5
|
|||
|
|||
whats the diff btw legacy and just postbit?
thats the thing, not sure what i do with the code when/if i find it |
#6
|
|||
|
|||
Best way I could describe it....
If the user avatar and basic user data is on the left of every post, you're using postbit_legacy (majority seem to use this) If the user avatar and basic user data is above the post, then you're using postbit Quote:
IMPORTANT: Backup your database, before making any changes on your live site. I advise you to try this out on your test site 1st, but still backup even if it works on your test site. |
#7
|
|||
|
|||
oh ok, than legacy it is.
how would i move it tho? like how much of the code do i copy and move? |
#8
|
|||
|
|||
anyone get a chacne to hlep me?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|