Description
Only displays the content inside the tag if the viewer is the specified user.
Attributes
| required |
uid |
int |
The uid of the user that is allowed to see the content. |
Notes
- This does not appear to accept a comma-delimited list of user ids like rb:if-is-user does.
- Do not use this tag to display private or sensitive information. Content inside this tag is rendered to all users' browsers, including those who are not one of the specified users. For those who are not one of those users, the content is shown as white space on the page but it is still visible by viewing the page source.
- Content in this tag is also visible to the owner.