How To List New Forum Topics On Another Page
Design and Skin Customization
try changing it to:
AM I IN THE RIGHT PLACE???? {debug}
{if isset($_items)}
{foreach from=$_items item="item"}
{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"}
{if $item.forum_pinned == 'on'}
{$item.forum_title}
{else}
{$item.forum_title}
{/if}
{$item._created|jrCore_format_time}, by {$item.user_name}
{/foreach}
{/if}
Then see if you get output.