Also, ich habe jetzt diesen Code eingefügt:
Jetzt erhält der User, der 9 Beiträge hat, die Grafik 0ver 8000.gif angezeigt...PHP-Code:
<if condition="$post[posts] > 1.000 AND $post[posts] < 2.001"> <img src="/forum/images/medals/over1000.gif"></if>
<if condition="$post[posts] > 2.00 AND $post[posts] < 3.001"> <img src="/forum/images/medals/over2000.gif"></if>
<if condition="$post[posts] > 3.000 AND $post[posts] < 4.001"> <img src="/forum/images/medals/over3000.gif"></if>
<if condition="$post[posts] > 4.000 AND $post[posts] < 5.001"> <img src="/forum/images/medals/over4000.gif"></if>
<if condition="$post[posts] > 5.000 AND $post[posts] < 6.001"> <img src="/forum/images/medals/over5000.gif"></if>
<if condition="$post[posts] > 6.000 AND $post[posts] < 7.001"> <img src="/forum/images/medals/over6000.gif"></if>
<if condition="$post[posts] > 7.000 AND $post[posts] < 8.001"> <img src="/forum/images/medals/over7000.gif"></if>
<if condition="$post[posts] > 8.000 AND $post[posts] < 9.001"> <img src="/forum/images/medals/over8000.gif"></if>
<if condition="$post[posts] > 9.000 AND $post[posts] < 10.001"> <img src="/forum/images/medals/over9000.gif"></if>
<if condition="$post[posts] > 10.000 AND $post[posts] < 11.001"> <img src="/forum/images/medals/over10000.gif"></if>
<if condition="$post[posts] > 11.000 AND $post[posts] < 12.001"> <img src="/forum/images/medals/over11000.gif"></if>
<if condition="$post[posts] > 12.000 AND $post[posts] < 13.001"> <img src="/forum/images/medals/over12000.gif"></if>
Der User der 8 Beiträge hat, bekommt over7000.gif angezeigt....
Jetzt weiß ich auch nicht mehr weiter....![]()
![]()



Zitieren






Lesezeichen