Which is all cool and groovy, and works. So, obvious next step for UI consistency is to do the same with the subforums. Problem: how to get the equivalent of {{ forumrow.FORUM_ID }} for a subforum?
Nothing I try seems to work, and digging through functions_display.php gives me a nasty feeling that the variable I need for this is (you guessed it) not actually available in the template. I found things like this:
Code: Select all
foreach ($subforums[$forum_id] as $subforum_id => $subforum_row)
{{ forumrow.subforum.FORUM_ID }} turns up the ID of the parent forum, which makes sense but is not helpful.
These here subforums have ID's. I know this. I want one. How to get?
Kthnx.
ETA: I haz a suspicion I'm gonna have to get twiggy and haul the requisite ID out of U_SUBFORUM