Displays the enclosed content if the logged in user can see the specified what attribute of the specified user.
<up:if-can-see uid="12345" what="profile"> Check out how cool <up:name uid="12345" /> is. <up:else>Sorry, no dice.</up:else> </up:if-can-see> |