The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
hi everybody.. i have a problem, that one of my staff has made... In the postbit_legacy i cant see the reputation, but i want to see the reputation in numbers, this is my postbit_legacy and postbit:
postbit_legacy: PHP Code:
please help me to correct this issue ![]() ![]() ![]() |
#2
|
|||
|
|||
![]()
and this is the postbit
postbit PHP Code:
|
#3
|
||||
|
||||
![]()
This topic comes up at least once a week it seems. And just above your thread, I see this - Rep Points to appear on Postbit_Legacy
|
#4
|
|||
|
|||
![]()
but i have the second problem which i can't see the reputation on postbit_legacy ;(
|
#5
|
||||
|
||||
![]()
Only in postbit_legacy? Did you add the code to that specific template?
|
#6
|
|||
|
|||
![]()
nope, just a custom postbit_legacy by eTiKeT
|
#7
|
||||
|
||||
![]()
So you aren't seeing anything like this in the postbits?
HTML Code:
<div class="eti_postbit"> <vb:if condition="$show['reputation']"> <span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">Reputazione: {vb:raw post.reputation}</span> </vb:if> </div> Can we get a link to see the posts? |
#8
|
|||
|
|||
![]() |
#9
|
||||
|
||||
![]()
It's there in the page source:
HTML Code:
<div class="eti_postbit"> <span class="postbit_reputation" id="repdisplay_8_11">Reputazione: 10</span> </div> HTML Code:
.postbit_reputation { clear: both; display: block; font-size: 0; padding-left: 2px;} |
Благодарность от: | ||
LifesGreatestGift |
#10
|
||||
|
||||
![]()
fix the css code or add this to additional.css
Code:
.postbit_reputation{text-align:left !important;font-size:11px !important;} |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|