I did some searching and I fear there is not an easy answer to this.. but here it goes...
I need to have multiple display groups for users that have donated to a couple different causes.
So far, I've been able to do one.
I have a moderator who has donated to the site.
So his setup up is:
primary group - moderator
display group - donator (image)
What I need is:
primary group - moderator
display group1 - donator1 (image1)
display group2 - donator2 (image2)
because he also donated to something else.
And so I need something like this in postbit_legacy:
Has anyone pulled this off? Jake? Anybody?
Thanks in advance...
I need to have multiple display groups for users that have donated to a couple different causes.
So far, I've been able to do one.
I have a moderator who has donated to the site.
So his setup up is:
primary group - moderator
display group - donator (image)
What I need is:
primary group - moderator
display group1 - donator1 (image1)
display group2 - donator2 (image2)
because he also donated to something else.
And so I need something like this in postbit_legacy:
Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> <if condition="$post['rank2']"><div class="smallfont">$post[rank2]</div></if>
Thanks in advance...
Comment