The fm:IfUserIsOwner component allows you to check whether or not a user is the owner of a media item.
<fm:IfUserIsOwner mid="123456" >
You can change the title of your media below.
<fm:Else>
Only the owner of this media may alter its title.
</fm:Else>
</fm:IfUserIsOwner>
Name | Required | Default | Description |
---|---|---|---|
mid | Required | N/A | The media ID which should be checked. |