Audio Download on or off
Installation and Configuration
Hi
@michael sorry i am not able to set see images
to me changes notting the templates to edit i have found item_detail.tpl and item_index.tpl
{jrCore_module_url module="jrAudio" assign="murl"}
{jrCore_item_index_buttons module="jrAudio" profile_id=$_profile_id}
{if isset($_post._1) && strlen($_post._1) >0}{$_post._1}{else}{jrCore_lang module="jrAudio" id="41" default="Audio"}{/if}
{$profile_name} ยป {jrCore_lang module="jrAudio" id="41" default="Audio"}
{jrCore_list module="jrAudio" profile_id=$_profile_id order_by="audio_display_order numerical_asc" pagebreak="6" page=$_post.p pager=true}
{* allow downloads if we are not blocked *}
{if isset($_conf.jrAudio_audio_block_download) && $_conf.jrAudio_audio_block_download == 'off'}
{jrCore_icon icon="download"}
{/if}
{$ex_dl = ''}
{if isset($item.audio_download_checkbox) && $item.audio_download_checkbox == "off"}
{$ex_dl = 'jrAudio_item_download_button'}
{/if}
{jrCore_item_detail_buttons module="jrAudio" field="audio_file" item=$item exclude=$ex_dl}
example of item_index.tpl i have changed?