I need some help with a bit of code. I need to know the variables to do the following.
I have member A and B on the forum.
Member A is
not currently logged into the forum, but is a member who has posted in the past. ( currently viewing forum as a guest)
Member B
is logged into the forum. (member)
PART 1: Member B looks at Member A's Postbit data and sees a link called
X-LINK.
PART 2: Member B looks as HIS own postbit data and sees a link called
Y-LINK.
PART 3: Member A (who is a guest and not logged into the forum right now but is viewing the same thread as Member B) doesn't see either links because he is a guest/visitor.
Summary: So - all logged in members see in each other's postbit: X-Link
But in his or her own postbit, he or she sees only Y-Link. Guest see no links in the postbit.
What are the variables I need to call do this?
Part 3 variable I know. It is
Code:
<if condition="$show['member']">
What are the variables needed in Part 1 and Part 2? Thanks for your help!
Regards,
Kether