Erica
Customer
Was wondering if it's possible if anyone here knows what i should change here in my portal vBadvanced CMPS v4.1.2 is showing and array instead of reputation icons since i upgraded it to vbulletin 4.1.8 it shows the array for that in portal i already post in there site to see if they got a solution but maybe someone here might know what i need to change in 4.1.7 postbit legacy this
was changed to this on 4.1.8 postbitlegacy
and this is the code it has for the vBadvanced
if anyone might know what i need to change would please let me know if not i guess i'll have to wait if they got a solution on there site thanks. here's a picture of what i am talking about in left corner with red arrow.

Code:
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span>
</vb:if>
was changed to this on 4.1.8 postbitlegacy
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>
and this is the code it has for the vBadvanced
Code:
<vb:if condition="$bbuserinfo['reputationdisplay'] OR ($bbuserinfo['rank'] AND $mod_options['portal_welcome_rank'])">
<div style="float:{vb:stylevar right}">
<vb:if condition="$bbuserinfo['reputationdisplay']">
{vb:rawphrase rep_power}: {vb:raw reppower}
<div align="{vb:stylevar right}" style="padding-bottom:{vb:stylevar cellpadding}px">{vb:raw bbuserinfo.reputationdisplay}</div>
