If i want an item ONLY to show up on a specific user quota's items. Would it be something like this?
{foreach from=$_items item="item"}
{if user.quota=examplequota}
{jrCore_include template="example.tpl"}
{else hidden}
{/if}
{/foreach}
I feel like i need to reference $user.item or something somewhere as this would be visible to all users but only show up on a users items if they are in the quota. I know i'm close but if im missing something can you let me know?
updated by @tunefeed: 05/19/18 06:55:25PM