Member mismatch - There but missing, sometimes
Ning To Jamroom
@Brian -
I will do.
{if isset($_conf.nsTCLSkin1_top_discuss_active) && $_conf.nsTCLSkin1_top_discuss_active == 'on'}
{capture name="template3" assign="forum_tpl"}
{literal}
{if isset($_items)}
{jrCore_module_url module="jrForum" assign="furl"}
{foreach from=$_items item="item"}
<div class="container">
<div class="row">
<div class="col2" style="padding-bottom: 12px;">
<a href="{$jamroom_url}/{$item.profile_url}">{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$item._user_id size="large" crop="auto" alt=$item.user_name width=false height=false class="iloutline img_scale"}</a><br>
</div>
<div class="col10 last">
<div class="p5" style="padding-top: 0px;">
{* <h3><a href="{$jamroom_url}/{$item.forum_updated_profile_url}/{$furl}/{$item._item_id}/{$item.forum_cat_url}/{$item.forum_title_url}#last">{$item.forum_title|truncate:60}</a></h3> *}
<h3><a href="{$jamroom_url}/{$item.profile_url}/{$furl}/{$item._item_id}/{$item.forum_cat_url}/{$item.forum_title_url}#last">{$item.forum_title|truncate:60}</a></h3>
<div class="normal" style="line-height: 15px;">
<strong>{jrCore_lang skin=$_conf.jrCore_active_skin id="45" default="Posted"}:</strong> {$item.forum_updated|jrCore_date_format:"%A %B %e %Y, %l:%M %p"}<br>
<strong>{jrCore_lang skin=$_conf.jrCore_active_skin id="46" default="By"}:</strong> <a href="{$jamroom_url}/{$item.forum_updated_profile_url}">@{$item.forum_updated_user_name}</a><br>
<strong>In: <a href="{$jamroom_url}/{$item._profile_url}/{$furl}/{$item.forum_cat_url}">{$item.forum_cat}</a></strong><br><br>
{$item.forum_text|strip_tags|truncate:200:"..."}
</div>
</div>
</div>
</div>
</div>
{/foreach}
{else}
<div class="center p10">
<h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="26" default="No"} {jrCore_lang skin=$_conf.jrCore_active_skin id="19" default="Discussions"}!</h3>
</div>
{/if}
{/literal}
{/capture}
{/if}
{assign var="selected" value="home"}
{* Include Header File *}
{jrCore_include template="header.tpl"}
{* BEGIN Container *}
<div class="container">
{* BEGIN TEST CODE *}
<div class="row">
<strong>In: {debug}<a href="{$jamroom_url}/{$item._profile_url}/{$furl}/{$item.forum_cat_url}">{$item.forum_cat}</a></strong><br><br>
</div>
{* END TEST CODE *}
</div>
{* END Container *}
{* Include Footer File *}
{jrCore_include template="footer.tpl"}
<strong>In: <a href="{$jamroom_url}/{$item._profile_url}/{$furl}/{$item.forum_cat_url}">{$item.forum_cat}</a></strong><br><br>