Featured discussions
Ning To Jamroom
Currently got this code which only works as the item_id is a post that belongs to the owner of the forum. If I put in any other item_id then nothing is returned.
{jrCore_list module="jrForum" search1="_item_id IN 15624" template="wafeatured_posts.tpl"}
template:-
{if isset($_items)}
{foreach $_items as $_itm}
{$_itm.forum_text|jrCore_format_string:$_itm.profile_quota_id}
{/foreach}
{else}
No records found
{/if}
Cheers
Dave