Add Post Time To Top

Dynamic

Well-known member
Hey everyone,

I am just wondering how I would go about adding the post time to the top of the users post. Right now it sits at the bottom of the message, but I would like to move (just the time it was posted) above the content of the message text, preferably in its own div. If that is not possible, is it possible to move the entire posted by, edit, etc div to the top of the message text?

Is there a way to do this easily?

Thanks.
 
Edit the post template and move this line of code as required:

Code:
<a href="{xen:link threads/post-permalink, $thread, 'post={$post}'}" title="{xen:phrase permalink}" class="datePermalink"><xen:datetime time="$post.post_date" /></a>
 
Top Bottom