Sep 02, 2024 7:59 pm
Is it possible to add to the stats at the bottom of the forums where it shows number online, latest member, etc. the most users we've had online ever?
10 Replies
Sep 03, 2024 1:29 am
I think @tutrix has a feature like this on his website, and a guide on how to do it too 🙂
tutrix.de (its in German so you may need to translate, but it is worth it. Its a great site)
Sep 04, 2024 6:30 am
You can use this Plugin >> https://wordpress.org/plugins/wp-useronline/
The code to display only the most users online
<div class="most_users_online"><?php if (function_exists('get_most_users_online')): ?> Your text before the user count <?php echo get_most_users_online(); ?> Your text before date/time <?php echo get_most_users_online_date(); ?> Your text after the date/time <?php endif; ?></div>
Sep 05, 2024 8:45 am
Insert the code where you want displayed.
For example, footer.php after
<div class="wpf-topic-icons">......</div>
Sep 05, 2024 12:40 pm
Thank you for sharing your knowledge and expertise. I assume that this go into wpforo's CSS section?
Page 1 / 2
Next