The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Users OnLine and Reputation Problems after Upgrade to 4.1.8
Dear All
I have a modified style on my VB Forum, and after upgrading to 4.1.8 I found the following 2 problems: Users OnLine don't show the comma between the online users names (pic attached) Reputation green dots disappeared and have now the word Array instead (pic attached) I did not have these problems before in the same style, and I don't have them now on the VB default style |
#2
|
||||
|
||||
Create a new style with no parent:
|
#3
|
|||
|
|||
I have the default VB style unmodified and a another style which is modified.
I do not have these problems with the unmodified default VB style, only with the modified style, but Iam using this modified style since 4.1.3 with no problems, the problems started only after upgrading to 4.1.8 in the modified style not the unmodified default style EDIT: Users OnLine don't show the comma between the online users names is solved by adding {vb:raw loggedin.comma} |
#4
|
||||
|
||||
The system for displaying them changed in 418, you will need to modify your custom template.
|
#5
|
|||
|
|||
Quote:
Then how to modify it? |
#6
|
||||
|
||||
Replace this
HTML Code:
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span> with this; HTML Code:
<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> |
#7
|
|||
|
|||
I did your modification on Postbit Template, and I did also my modification but the results are the same (pic attached)
I have now the reputation green dot under the user name as the unmodified style, while I used to have it according to my modification in the same place which now has the word array!! |
#8
|
||||
|
||||
Since it's a custom template, you will need to find the area where it was placed and modify it. It may have a different class needed to work in your template - that is up to you to figure out.
|
#9
|
|||
|
|||
I managed to put the reputation green dots where I want, but I can not figure out how to remove this Array Word!!
|
#10
|
||||
|
||||
Without you posting a few lines around that part of your template (NOT the full template! We only want to see that area) AND you posting a link to the site, we can't help you out either.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|