Quote:
Originally Posted by FastAttack
I did the simple way and used this conditional in the postbit:
PHP Code:
<if condition="$post[subscriptionid] == 4">Im a paying member</if>
thanks to funkie for pointing it out ..
btw this hack works if you don't want to have added features as a donator
|
@FastAttack did this work for you as I couldn't get it to work I put it in the postbit-legacy template but nothing shows up how did you get it to work m8 as I've had to setup aload of xtra usergroups and added this code to cover it
PHP Code:
<if condition="IS_MEMBER_OF($post, 20)">Donated: <img src="/forum/images/gold.gif" width="50" height="50"></if><if condition="IS_MEMBER_OF($post, 21)">Donated: <img src="/forum/images/bronze.gif" width="50" height="50"></if><if condition="IS_MEMBER_OF($post, 22)">Donated: <img src="/forum/images/silver.gif" width="50" height="50"></if><if condition="IS_MEMBER_OF($post, 23)">Donated: <img src="/forum/images/mon.gif" width="20" height="30"></if>