OK, yeah, that's a lot different. I don't see any way to do that through options or a template edit.
If you're interested in doing some php programming, it looks like the last post that's displayed is determined by function fetch_last_post_array() in includes/functions_forumlist.php. The only hook before that is forumhome_start, and at that point you don't even know the parent forumid yet, so it would be a bit difficult to do it by plug-ins (although it probably could be done). It might be easier if you're willing to edit the functions_forumlist.php file.
|