List of not read messages from Private Notes
Using Jamroom
I'm trying to find how i can get a list of only the notes that have not been read for the user. How can i do that?
updated by @nmaster88: 06/20/16 08:58:48PM
<ul id="modulechoice" class="nav nav-tabs nav-white">
{if isset($_items)}
{foreach from=$_items key="module" item="entry"}
{if $current_url=="`$jamroom_url`/`$_user.profile_url`/`$entry.module_url`"}
{if $current_url|@strstr:$entry.label ==true}
<li class="active" id="{$entry.label}" >
{else}
<li class="" id="{$entry.label}" >
{/if}
{elseif $current_url=="`$jamroom_url`/`$_user.profile_url`"}
{if $entry@first}
<li class="active" id="{$entry.label}" >
{else}
<li class="" id="{$entry.label}" >
{/if}
{/if}
<a href="#{$entry.label}" data-toggle="tab" style="text-transform: capitalize;">{$entry.label}</a>
</li>
{/foreach}
{/if}
</ul>
{elseif $current_url=="http://site.com/artist/"}
{jrCore_module_url module="jrProfile" assign="murl"}
...
{if $current_url==$jamroom_url+"/"+$murl+"/settings/profile_id="+$_user.profile_id}
...
{/if}
{if $current_url=="http://site.com/profile/settings/profile_id=121"}