Slingblade61
03-16-2006, 08:10 PM
I'll try to make this simple.
I have created 2 paid subscription user groups called premium member and sponsor.
I have a little badge to display for each group.
In postbit I have the following code;
<if condition="is_member_of($post, 12)">
<a href="http://www.shottalk.com/forum/payments.php"><img border="0" src="http://www.shottalk.com/forum/images/badges/member02.gif" width="150" height="35"></if>
user group 12 is the premium member subscription and the badge I have shows up fine, right where I want it. :)
The second group, sponsors, is giving me fits.
I placed the code right above the code shown above....
<if condition="is_member_of($post, 13)">
<a href="http://www.shottalk.com/forum/payments.php"><img border="0" src="http://www.shottalk.com/forum/images/badges/sponsor.png" width="150" height="35"></if>
But I cannot get the sponsors badge to show at all......I must be missing something but have no clue what it might be.
Suggestions?
Thanks.
I have created 2 paid subscription user groups called premium member and sponsor.
I have a little badge to display for each group.
In postbit I have the following code;
<if condition="is_member_of($post, 12)">
<a href="http://www.shottalk.com/forum/payments.php"><img border="0" src="http://www.shottalk.com/forum/images/badges/member02.gif" width="150" height="35"></if>
user group 12 is the premium member subscription and the badge I have shows up fine, right where I want it. :)
The second group, sponsors, is giving me fits.
I placed the code right above the code shown above....
<if condition="is_member_of($post, 13)">
<a href="http://www.shottalk.com/forum/payments.php"><img border="0" src="http://www.shottalk.com/forum/images/badges/sponsor.png" width="150" height="35"></if>
But I cannot get the sponsors badge to show at all......I must be missing something but have no clue what it might be.
Suggestions?
Thanks.