Mar 27, 2022 4:22 pm
I'm using the "simplified" theme for my forums. However, I noticed that for whatever reason, there's not an option to include two basic pieces of info: the user's registered date and their post count. These two items are included automatically in the extended and threaded themes, but not for the simplified theme?
How do you add this?
2 Replies
Mar 28, 2022 10:45 am
@noved
read this post > https://wpforo.com/community/postid/59602/
the code for reg date
<div class="wpf-author-joined"><i class="fas fa-calendar-alt"></i> <?php wpforo_phrase('Joined') ?>: <?php wpforo_date($member['user_registered']); ?></div>