Hi,
I installed advanced forum yesterday.
First of all a little note, this package is accessible without problems also for visual impaired and screen readers users, not all forum is so easy, so thank you.
I have only a little question, since I'm not a coder, I know only some html.
I'd like to modify my style in order to have headings between comments, in other words, the
<h2></h2>
tag. Normal drupal core put headings between comments, instead advanced forum doesn't.
I think this is quite easy but I'm not sure how to make it.
I'm using the first style and drupal6.
Thanks in advance.
Comments
Comment #1
michelleadvf-forum-post.tpl.php is the file you want to modify. At the top, it checks the $top_post variable and prints different stuff based on whether it's the top post / node / topic starter or reply / comment. If you put your H2 there in the "else" it will print at the top of each comment.
Michelle