MediaPost Social Network

Up:if-user-has-added-app

Displays the enclosed content only if the specified user has added the application to their account.

Attributes

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

Sample code

<up:if-user-has-added-app 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>
</up:if-user-has-added-app>

Notes

  • Can be used in conjunction with up:else