I’m using a modified minimalist theme and have added the following code to my “Most Recent Topics item” template.
<tr>
<td class="recentPostInfo" valign="top"><a href="http://{path:view_thread}">{title}</a></td>
<td class="recentPostInfo" align="center" valign="top">{replies}</td>
<td class="recentPostInfo" valign="top"><a href="http://{path:member_profile}">{author}</a></td>
</tr>When I use {include:recent_posts} it returns the X most recent topics, but based on when they were created. Is there any way to return the X most recently active topics, so that the freshest topics bubble up to the top?