Uploding files on IOS
Jamroom Developers
Have just tried on my iPad - yes, just photos and video.
Guess its an iOS limitation.
{jrCore_list module="jrAudio" order_by="audio_like_count NUMERICAL_DESC" template="null" assign="_likes" limit=$_conf.paMotaNova_default_pagebreak}
{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" items=$_likes autoplay=true}
{capture name="my_liked_songs" assign="my_liked_songs"}
{literal}
{if isset($_items)}
{foreach from=$_items item="item"}{$item.like_item_id},{/foreach}
{/if}
{/literal}
{/capture}
{jrCore_list module="jrLike" profile_id="181" search1="like_module = jrAudio" search2="like_action = like" order_by="_item_id NUMERICAL_DESC" template=$my_liked_songs assign="mls"}
{jrCore_list module="jrAudio" search="_item_id IN `$mls`" template="null" assign="_my_liked_songs"}
{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" items=$_my_liked_songs autoplay=true}