The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
vb 4.1.8 reputation as number
Tell me please how to make a map of the reputation of the number in 4.1.8
example Reputation: 172 +/- |
#2
|
||||
|
||||
Pretty sure if you open postbit or postbit_legacy
(depending on your layout) and FIND Code:
{vb:raw post.reputationdisplay} Code:
{vb:raw post.reputation} |
#3
|
||||
|
||||
in 4.1.8 no {vb:raw post.reputationdisplay}
change variables in code PHP Code:
|
#4
|
||||
|
||||
can you try
FIND Code:
<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> Code:
{vb:raw post.reputation} |
#5
|
||||
|
||||
reputation does not appear
|
#6
|
||||
|
||||
im upgrading my vB to 4.1.8 (from 4.1.4) to look at the database/code changes. will get back to you if no one else does.
--------------- Added [DATE]1322765908[/DATE] at [TIME]1322765908[/TIME] --------------- i used the following code and it works just fine FIND 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> Code:
<vb:if condition="$show['reputation']"> <span> Reputation: {vb:raw post.reputation} </span> </vb:if> feel free to style it as needed. |
#7
|
||||
|
||||
TheWindows7Site thanks a lot! works great!
|
#8
|
|||
|
|||
edit: I did the above and found that not putting the <dt> tags in was causing it to fly out of the table
|
#9
|
||||
|
||||
Quote:
Quote:
|
#10
|
|||
|
|||
Any help for vbulletin 3.8 and second of all.
How can we have +/- thing next to the Reputation: 10 Reputation: 10 +/- |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|