same templates used diferent results based on smarty calls (only diference was cloning)
Using Jamroom
when you create a forum list, you must specifically get the forum TOPICS - not all entries, since most are going to be follow up entries ON a topic. You need to add an extra search condition:
{jrCore_list module="jrForum" order_by="forum_updated desc" search1="forum_profile_id = 13827" search2="forum_post_count > 0" limit="10" template="my_forum_list.tpl"}
Only topic leader posts have a "forum_post_count".