add topic date below title
-
Hi
How can i add topic published date in below title. Same as on our NodeBB community platform.
-
It is already there, the date under the title is topic publish date, the one in the right is the last post date.
-
Hi @baris ,
I am just showing ref image of nodeBB community. same thing i want to do in my Project.
-
You can use
{./timestampISO}
to get the topic publish date.
<span class="timeago" title="{./timestampISO}"></span>
-
Hi @baris ,
It shows me "4 days ago" . i want to change in to date 13 Jun 2023. Could you please help me ?
-
If you them to show the date change the setting in the ACP, its at /admin/settings/post#timestamp, set the
Date cut-off (in days)
to 0 -
thank you @baris
Copyright © 2025 NodeBB | Contributors