In the template thread_view find:
HTML:<xen:foreach loop="$posts" value="$post">
After that, you can place any HTML you want, want to get the post date, use the following:
HTML:<a href="{xen:link threads/post-permalink, $thread, 'post={$post}'}" title="{xen:phrase permalink}" class="datePermalink"><xen:datetime time="$post.post_date" /></a>
In addition to moving the posts timestamp etc I'd also like to have the current time displayed on every page at the bottom. How can I do that?
You will need an add-on.
For the post date, the current date, or both?
An add-on isn't the answer to everything. Place it into any template you want:
Code:{xen:datetime $serverTime, 'absolute'}
Why do you need the time displayed at the bottom of each page by default?
We use essential cookies to make this site work, and optional cookies to enhance your experience.