Stewart told me I should file this as an official Feature Request, so here I am:
My users requested the Outline-Tree to be above the posts of the topic. It was that way in the forum we converted from.
After some futile attempts to get help concerning that problem, I finally figured out, how to do that on my own. Thereby I found out that it shouldn't be that much of a problem to include this as a feature into the skin by adding a template-bit that could look like this:
CODE
<div>{outline.originating.post}</div>
<div>{outline.following.posts}</div>
<div>{outline.tree}</div>
<div>{outline.following.posts}</div>
<div>{outline.tree}</div>
With this, one could simply choose where to display what.
Greetings,
Holger Segnitz.