fm:IfUserIsOwner


The fm:IfUserIsOwner component allows you to check whether or not a user is the owner of a media item.

Example

<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>

Supported attributes

NameRequiredDefaultDescription
midRequiredN/AThe media ID which should be checked.

See also