That’s a great help, lebisol, thanks.
Ingmar, that KB article covers the globals, which is very useful. I was also hoping that there might be some documentation of the variables for the specific templates. For instance, I’m working on theme_topics.php right now, and I’m trying to set it up to display the time of the original post and the time of the most recent reply. I know that I have {last_reply} to work with, since it’s there in the template, but I’m not sure if there’s also a variable available for the time of the original post, like {first_reply} or {original_post}... something to that effect.
Is there any documentation for all of those variables, or is digging through the template file the only way to track them down? And should I assume that the variables I find in theme_topics.php in the Default or Developer themes are the only variables available for use in that template?
Thanks for the help.