View Full Version : How to move icon
Liton khan
02-01-2014, 09:23 PM
how to move distinguished road icon check my web site
i need just same ohter site
plz help me
SPEEDKILLZ
02-02-2014, 06:30 AM
in postbit legacy template find
<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 move it down to where you would like
Liton khan
02-02-2014, 06:56 AM
Thank you slove my problem
SPEEDKILLZ
02-03-2014, 01:28 AM
NP glad to help :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.