Fix for Profile Index Displayed Categories
Ning To Jamroom
It would be better if you did this instead.
{* Latest Music and Latest Videos Row *}
<div class="row">
{if $profile_jrAudio_item_count > 0}
<div class="{if $profile_jrVideo_item_count > 0}col6{else}col12 last{/if}">
<div class="block">
{jrCore_include template="profile_index_music.tpl"}
</div>
</div>
{/if}
{if $profile_jrVideo_item_count > 0}
<div class="{if $profile_jrAudio_item_count > 0}col6{else}col12 last{/if}">
<div class="block">
{jrCore_include template="profile_index_video.tpl"}
</div>
</div>
{/if}
</div>updated by @douglas: 12/29/14 09:23:54AM