Can you describe what you are looking for exactly, I am having a hard time envisioning it. So, for example, under your “Community” forum, in addition to the description of that forum, you want to say something like “Latest post: $whatever by $whoever at $time”? For all the different forums?
Precisely. I want to have a preview of what’s inside the forum, essentially, so that people can click on links from outside them. Kind of like what PunBB has by default. But right now, they way I set it up, it seems to copy the first one for all the forums… I don’t know how I’m supposed to set it up.
How did you make it do what it’s doing now?
I copy pasted the code it had in threads – <td class="num">"><?php topic_title(); ?> by <?php topic_last_poster(); ?></td>
I figured it would do teh same for the front page, but apparently not.
I really would like this problem to be solved – can anyone help me? x.x
I want to do something similar and am interested in how to do so.