Projam Bug?
Using Jamroom
we went in this morning unchecked the download boxes and saved and then added them back and saved. This seems to have resolved the issue. If we see it on other profiles I will post it.
{math equation="x - (30 * 86400)" x=$smarty.now assign="dlimit"}
{if $item.user_created >= $dlimit}
do this!!
{/if}
{math equation="x - (30 * 86400)" x=$smarty.now assign="dlimit"}
{if $item.profile_created >= $dlimit}
{/if}
{math equation="x - (30 * 86400)" x=$smarty.now assign="dlimit"}
{if $_created >= $dlimit}
do something
{/if}
<a onclick="$('#review_{$item._item_id}').modal();" title="Reviews For {$item.audio_title}">{jrCore_icon icon="pen"}</a>
<div id="review_{$item._item_id}" class="search_box" style="display:none;z-index:9999 !important;">
<div class="block">
<div class="block_title">
<h2>Reviews For {$item.audio_title}</h2>
</div>
<div class="block_config">
<input type="button" class="simplemodal-close form_button" value="x">
</div>
<div class="clear"></div>
<br><br>
<div class="block_content">
<div class="row">
<div class="col9">
<div class="p5">
{jrComment_form module="jrAudio" profile_id=$item._profile_id item_id=$item._item_id}
</div>
</div>
</div>
</div>
</div>
</div>