Quote:
Originally posted by NuclioN
I've tested this but i can not find the right code to make a message for a member that can not be read by unregistered/not loggedin users. 
How does the code looks if we want to let only the sender and reciever and the admin can view those messages?
What difference does the $ in this code means??
[if($bbusername=="MEMBER")]test1[/if]
[if(bbusername=="MEMBER")]test2[/if]
|
Theres no different between them, i added a way so it works even if you dont add a $. And I tried:
[if($bbusername=="Admin")]test1[/if] and it worked, but ill look into it for you and see what I can do, also if you want text to show for just guests you can use:
[if($bbuserid==0)]test1[/if]
and just for members:
[if($bbuserid>0)]test1[/if]