New Artist
Using Jamroom
Where are trying to add this?
I put a debug in the profile_header.tpl and neither the $item.user_created nor $item.profile_created are available.
updated by @douglas: 08/18/14 07:13:06AM
<div id="review_{$item._item_id}" class="search_box" style="display:none;z-index:9999 !important;">
<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;">
<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">
{jrComment_form module="jrAudio" profile_id=$item._profile_id item_id=$item._item_id}
</div>
</div>
</div>
{if isset($item.audio_file_item_price) && $item.audio_file_item_price > 0}
{if jrCore_module_is_active('jrFoxyCart')}
{jrCore_module_function function="jrFoxyCart_add_to_cart" module="jrAudio" field="audio_file" item=$item}{elseif jrCore_module_is_active('jrPayPal')}
{jrPayPal_buy_now_button module="jrAudio" item=$item}
{/if}
{elseif $_conf.jrAudio_block_download != 'on'}
<div class="add_to_cart_section"><span class="add_to_cart_price">Free</span><a href="{$jamroom_url}/{$murl}/download/audio_file/{$item._item_id}">{jrCore_icon icon="download" size="18"}</a></div>
{else}
<div class="add_to_cart_section" title="Download Not Available"><span class="add_to_cart_price">N/A</span>{jrCore_icon icon="lock" size="18"}</div>
{/if}