The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to make rep bar displayed like this?
<a href="https://forum.bodybuilding.com/showthread.php?t=138967383&page=1" target="_blank">http://forum.bodybuilding.com/showth...8967383&page=1</a>
the rep bar is below the rep power and is a better color. |
#2
|
|||
|
|||
I can't see the rep bar. You sure it's visible even to those who aren't logged in?
|
#3
|
||||
|
||||
Well as i thought you have to upload the reputation pic to your Forum > Images > button then delete old rep images then upload your rep images. I think so :P i hope it help ya ^^.
|
#4
|
|||
|
|||
Thanks i changed it. However can somebody tell me step by step how i can get the rep bar listed underneath the rep power instead of being below the username.
|
#5
|
|||
|
|||
Edit the postbit_legacy template. This is the code that displays the reputation bar:
Code:
<vb:if condition="$show['reputation']"> <span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}" title="{vb:raw post.username} {vb:raw post.level}"> <vb:each from="reputationdisplay" value="row"> <img class="{vb:raw row.class}" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw row.posneg}{vb:raw row.imgext}" alt="" />{vb:raw row.rowend} </vb:each> </span> </vb:if> and this is the code that displays the power: Code:
<vb:if condition="$show['reputation']"> <vb:if condition="$show['reppower']"> <dt>{vb:rawphrase reppower}</dt> <dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd> </vb:if> </vb:if> So all you have to do is move the bar display code to be under the power code. |
#6
|
|||
|
|||
Woot. I figured it out. All is good Ty.
--------------- Added [DATE]1324613560[/DATE] at [TIME]1324613560[/TIME] --------------- -Edit Ok i got one more question. The rep bar has a tiny bit of space between each rep bar, how do i include the space between each little rep? At the moment they are all jammed in together without any spaces. If you look at the bb.com forum example you'll see there is some space between each rep. |
#7
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|