ok this 1 is confusing
1st off i use sitebuilder
on www.dreadlockssite.com front page 1/2 way down theres the forums lists
random featured only shows the title and excerpt from 1st post..as it should be and as the latest forum post shows
random all forum posts shows some post titles and excerpts and some reply comment excepts!
front page codes
latest
{jrCore_list module="jrForum" order_by="forum_updated desc" search="forum_profile_id = 13827" limit="10" template="my_forum_list.tpl"}
{jrCore_list module="jrForum" order_by="forum_updated random" search1="forum_profile_id = 13827" search2="forum_featured = on" limit="10" template="my_forum_list.tpl"}
and random non featured
IMPORTANT NOTE - i cloned featured random and simply removed featured from title and featured search from code
{jrCore_list module="jrForum" order_by="forum_updated random" search1="forum_profile_id = 13827" limit="10" template="my_forum_list.tpl"}
and my custom template code
{jrCore_module_url module="jrForum" assign="murl"}
<div>
{foreach from=$_items item="item"}
<div class="frontpageforumpost" 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>
{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}
<br><span class="normal"><small>{$item._created|jrCore_format_time}, by <a href="{$jamroom_url}/dreadlocks-forums/forum/{$item.forum_cat_url}">{$item.forum_cat}</a> </small></span><br><div class="forummainpagelisttext">{$item.forum_text|jrCore_strip_html|truncate:300}<p><br><div class="forumreadmore"> <div class="item"><a href="{$jamroom_url}/dreadlocks-forums/forum/{$item.forum_cat_url}/{$item._item_id}/{$item.forum_title_url}">read more</a></div><div class="item"> Replies {$item.forum_post_count}</div></div> </div>
</div>
</div>
{/foreach}
</div>
so how can the 3rd call to the same template result in a diferent way of displaying the posts?
only thing diferent was the fact i cloned it, 1st time ever doing that
--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
updated by @soaringeagle: 05/11/19 12:40:18PM