Notifications
Clear all

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.

 

wpForo 1.x.x [Closed] Forum Statistics: Our newest member

2 Posts
2 Users
2 Reactions
2,507 Views
Posts: 1
Topic starter
(@psibertek)
New Member
Joined: 8 years ago

Is there anyway to hide the Forum Statistic section "Our newest member" without hiding the entire Forum Statistic section ?

1 Reply
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi PsiberTek,

I'm sorry but there is no a stand-alone way to generate this information.

This is the PHP code for template files. If you're familiar with PHP and WP/wpForo Template files you can use this code:

<?php global $wpforo; $stat = $wpforo->statistic();  ?>
<p class="wpf-stat-other">
<span><i class="fa fa-user-plus"></i> <?php wpforo_phrase('Our newest member') ?>: <a href="<?php echo esc_url($stat['newest_member_profile_url']) ?>"><?php echo esc_html($stat['newest_member_dname']) ?></a></span>
</p>