Any way to link to the topic/first post on boardindex?
In boardindex.template
', $board['last_post']['link'], '
to something like:
', $board['first_post']['link'], '
Kinda like how it is in messageindex
What are you calling the first post? The first post in the board, the first post of the most recent topic of the board?
Whatever; the answer is basically no, because only the very last message's id is recorded in the board index and rewriting that has some serious consequences for the way the board index (and *all* child boards, which reuse the same code) works.