Aparna Suggestions
Suggestions
Hey Guys
Just a couple of things that would be nice if they were added to a default aparna module.
Module search capability on pages.
Post later option (ie blog).
updated by @garymoncrieff: 08/18/15 06:05:21AM
{$show_featured}
"<link rel="stylesheet" property="styl..." shows if album is featured
{jrCore_media_player module="jrAudio" field="audio_file" search1="_profile_id = `$_profile_id`" search2="audio_featured = on" limit="21" type="jrAudio_blue_monday" assign="show_featured"}
{if isset($show_featured) && strlen($show_featured) > 0}
{$show_featured}
{else}
<div class="block">
{jrCore_include template="profile_index_image.tpl"}
</div>
{/if}