hi,
I've created for the first time a forum in Drupal. I've added some nodes (posts).
I would like to customize the order of the node components.
For example see this image: http://dl.dropbox.com/u/72686/forum-node.png
I would like to move the "Previous post - Next post" to the top, and move "Login to answer" on the bottom etc..
Is there any Drupal setting to do it, or I should work on the template ? Which is the template for forum nodes ?
Otherwise I can do with a module hook, I know how to change the forms components weight, but I dunno how to change the layout of the nodes.
Thanks