Quote:
Originally Posted by wacnstac
I tried this and no workie. In fact it didn't seem to make any difference no matter what I did:
<if condition="$post[membergroupids] == 94">
<div class="smallfont"><a href="subscriptions.php?"><img src="forum/images/ranks/sponsor.gif" border="0" alt="Rank Type" /></a></div><br />
<else />
<if condition="$post[membergroupids] == 99">
<div class="smallfont"><a href="subscriptions.php?"><img src="forum/images/ranks/sponsor.gif" border="0" alt="Rank Type" /></a></div><br />
<else />
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if></if></if>
weird!
|
If you look carefully at what I wrote, and then at what you wrote, either you didn't try that, or you typoed in your last post.
I have:
PHP Code:
<if condition="$post[usergroupid] == XXX">
You have:
PHP Code:
<if condition="$post[membergroupids] == 94">
In case you can't see the difference, I am using a conditional that works for postbit_legacy, your one does not.
That might be the reason why your one doesn't work, and mine does.