Quote:
Originally Posted by sticky
^ That works, thanks so much!!!
However, the number appears under "Rep Level" instead of on the same line. How do I change that?
|
well i cant help you coz i cant see where did you place it? you have to place it somewhere maybe just play around where the best place is...
here is the code where i had this... so you can figure out where to place the code
Code:
<vb:if condition="$show['infraction'] OR $show['reppower']">
<vb:if condition="$show['reputation']">
<vb:if condition="$show['reppower']">
<dt>{vb:rawphrase 'replevel'}</dt> <dd>{vb:raw post.reputation}</dd>
<dt>{vb:rawphrase 'reppower'}</dt><dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd>
</vb:if></vb:if>
goodluck and best regards