invalid url: sitename//forum/550/new-one-with-yvonne-j-yours-truly
correct url: sitename/profile_name/forum/center-stage/550/new-one-with-yvonne-j-yours-truly
row template
{jrCore_module_url module="jrForum" assign="murl"}
<div class="container">
{foreach from=$_items item="item"}
<div style="overflow:hidden;margin-bottom:12px">
<div style="float:left;padding-right:12px;">
{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$item._user_id size="xsmall" alt=$item.user_name class="action_item_user_img iloutline"}
</div>
<div>
<h3><a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.forum_title_url}">{$item.forum_title}</a></h3>
<br><span class="normal"><small>{$item._created|jrCore_format_time}, by {$item.user_name}</small></span>
</div>
</div>
{/foreach}
</div>
updated by @dazed: 05/15/14 03:30:50AM