group_comment_count numerical_desc is the sort order now.
updated asc will get me what I want?
<div class="blog-index-text" style="{if !jrCore_is_mobile_device()}height:410px; font: 10px/12px; overflow-y:scroll; overflow-x:hidden;{/if}margin: 10px 10px 0 10px;padding-bottom: 10px;">
{if isset($_conf.nsTCLSkin1_top_group_ids) && strlen($_conf.nsTCLSkin1_top_group_ids) > 0}
{jrCore_list module="jrGroup" order_by="group_comment_count numerical_desc" limit=$group_pb search="_item_id in `$_conf.nsTCLSkin1_top_group_ids`" template=$group_tpl}
{else}
{jrCore_list module="jrGroup" order_by="group_comment_count numerical_desc" limit=$group_pb template=$group_tpl}
{/if}
I have the same issue on my profile page - though in this case it's the most recent group post that's been updated. I am guessing it's a similar change (which I thought I had made), but -- because it's on the profile page, is the template I am looking for in Profiles, Groups? item_list? item_detail?
updated by @claygordon: 03/13/15 09:21:08AM