ninja template issue
Design and Skin Customization
the "latest group discussions' on the front page is mixed up, with both references to group discussions, and music
{* This is the embedded template that is shown for EACH latest song entry *}
{capture name="template6" assign="groupdiscuss_tpl"}
{literal}
{if isset($_items)}
{jrCore_module_url module="jrGroupDiscuss" assign="aurl"}
{foreach $_items as $item}
<div class="container">
<div class="row">
<div class="col2">
<div class="block_image" style="min-height:48px">
<a href="{$jamroom_url}/{$item._group_data.profile_url}/{$aurl}/{$item._item_id}/{$item.discuss_title_url}">{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$item._user_id size="large" crop="auto" class="img_scale" alt=$item.user_name width=false height=false _v=$item._updated}</a>
</div>
</div>
<div class="col10 last">
<div class="p5">
<h4><a href="{$jamroom_url}/{$item._group_data.profile_url}/{$aurl}/{$item._item_id}/{$item.discuss_title_url}">{$item.discuss_title|truncate:25}</a></h4>
</div>
</div>
</div>
</div>
{/foreach}
{else}
<div class="center p10">
<h3>{jrCore_lang skin="jrNinja" id="26" default="No"} {jrCore_lang skin="jrNinja" id="19" default="Music"} {jrCore_lang skin="jrNinja" id="41" default="Submitted"}!</h3>
</div>
{/if}
{/literal}
{/capture}
{* This is the END of the embedded template that is shown for EACH latest song entry *}
<div class="blog-index-text" style="margin: 10px 0 0 0;padding-bottom: 10px;{if !jrCore_is_mobile_device()}height:240px;{/if}overflow:hidden;">
{jrCore_list module="jrGroupDiscuss" order_by="_created desc" limit="5" template=$groupdiscuss_tpl}
</div>
updated by @soaringeagle: 12/23/19 08:45:24PM