same templates used diferent results based on smarty calls (only diference was cloning)
Using Jamroom
yea, every last 1 of those is replies
im thinking its a bug in the call or the cloning process, or who knows
this part of the template
{if $item.forum_pinned == 'on'}
<h2><a href="{$jamroom_url}/dreadlocks-forums/forum/{$item.forum_cat_url}/{$item._item_id}/{$item.forum_title_url}">{$item.forum_title}</a></h2>
{else}
<h2><a href="{$jamroom_url}/dreadlocks-forums/forum/{$item.forum_cat_url}/{$item._item_id}/{$item.forum_title_url}">{$item.forum_title}</a></h2>
{/if}
seems entirely poinless as the if and else both do the same