Tylko jest jeden problem, ja już mam początek tego kodu co mi podałeś na samym dole w class smallfont
Kod:
<if condition="$show['reputation']">
<div>
<if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span><br /></if>
<span id="repdisplay_$post[postid]_$post[userid]">$vbphrase[reputation]: <if condition="$post[showreputation]"><font color=<if condition="$post[reputation]>0">"green"<else /><if condition="$post[reputation]<0">"red"<else />"gray"</if></if> title="$post[username] $post[level]"><b>$post[reputation]</b></font><else />hidden</if><br />
$post[reputationdisplay]</span>
</div>
Pod "if condition="$show['reputation']" wkleiłem następujący kod
Kod:
<span class="postbit_reputation" id="repdisplay_{raw post.postid}_{raw post.userid}" title="{raw post.username} {raw post.level}">
<each from="reputationdisplay" value="row">
<img class="{raw row.class}" src="{stylevar imgdir_reputation}/reputation_{raw row.posneg}{raw row.imgext}" alt="" />{raw row.rowend}
</each>
</span>
</if>
I wyszło mi tak ze na samym dole w profilu mam "Reputacja HIDDEN" i to w wiekszej czcionce niż reszta pól w profilu.W czym problem?Doadm że chcem aby reputacja była na samym dole pod iloscią postów.
Pzdr