CallumJ
17-01-2009, 05:25 PM
Well i'm using Nova Awards, and i would like to show the awards in the User's Posts.
I've managed to do this, in Postbit_Legacy but for some reason it only shows awards on Admin users, when i would like all users to show the awards if you know what i mean.
I enetered the following code in Postbit_Legacy
<if condition="$post['awards'] != ''">
<div class="smallfont">
$post[awards]
</div>
</if>
Please Help.
Moved by Johno! (Forum Moderator) from "Designing & Development": Please post in the correct forum next time :)
I've managed to do this, in Postbit_Legacy but for some reason it only shows awards on Admin users, when i would like all users to show the awards if you know what i mean.
I enetered the following code in Postbit_Legacy
<if condition="$post['awards'] != ''">
<div class="smallfont">
$post[awards]
</div>
</if>
Please Help.
Moved by Johno! (Forum Moderator) from "Designing & Development": Please post in the correct forum next time :)