The following code shows the stat number of how many buddies a user has on member profile
Plugin required - Template Conditionals
Add this in member_profile template
global.css
Plugin required - Template Conditionals
Add this in member_profile template
Code:
<span class="friendlistsinprofilenum"><if $memprofile['buddylist'] > 0 then><?=count(explode(',', $memprofile['buddylist']))?><else>0</if> <i class="fas fa-users"></i> Freinds</span>
global.css
Code:
.friendlistsinprofilenum{position: relative;top: -30px;background-color: #1786be;color: #fff;padding: 3px 10px;border-radius: 5px;}
Preview
Quote: