I think the template I am looking for is:
modules/jrGroupDiscuss/templates/index.tpl
Line 11:
{jrCore_list module="jrGroupDiscuss" order_by="_item_id numerical_desc" pagebreak="10" page=$_post.p pager=true}
If I want to order the display by when discussions are updated (which includes adding comments) I need to replace the
order_by="_item_id numerical_desc ...
with
order_by="insert_the_right_variable_here desc ...
What's the value for " insert_the_right_variable_here "?
updated by @claygordon: 03/07/15 04:56:26PM