Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hello,
Is it possible to display the date of the last post? Instead of "1 year ago" we would like the date to be there. Is that possible?
best regards
you have to edit the forum.php of your used layout
the best way to do this > Theme Customization
open the forum.php
and search for
<?php wpforo_date($forum['last_post_date']) ?>
and replace with
<?php wpforo_date($forum['last_post_date'], 'd/m/Y g:i a') ?>
Thanks! Now it worked 🙂
Can i also the time zone? would like to have it with 24h 🙂
Hello,
I have already set the time format correctly (H: i) but it still shows me the pm and am format in the forum
The language of the site is set to German - in the admin area I only set it in English for myself