MediaPost Social Network

Up:if-is-app-user

Displays the enclosed content only if the specified user has accepted the terms of service of the application. Use to determine whether the user has added the application to their account.

Attributes

  • Optional
    • int uid - The user id to check. (default value is loggedinuser)

Sample code

<up:iif-is-app-user uid="12345">
  This user has put this app into his account.
  <up:else>That user hasn't put this app into his account.</up:else>

Notes

  • Can be used in conjunction with up:else