Meta Tags Not Responding To Variable
Design and Skin Customization
"its not working" isn't really a good explanation of whats happening.
{jrCore_list module="jrBlog" limit="10"}{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" search="_profile_id = `$_profile_id`" order_by="audio_display_order numerical_asc" limit=100 autoplay=false assign="some_var"}
{if $some_var|strstr:"no media found for player"}
Hey there, sorry, we didnt find any songs for this guy.
{else}
{$some_var}
{/if}
