flyingmarkus
Hi
Do not post the login in public, it is visible for all members, only use Edit fields
Kindly check the profile page now
/components/com_community/templates/jomsocial/layouts/profile/focus.php
I remove this code from line 408
<li class="full"><a href="<?php echo CRoute::_('index.php?option=com_community&view=friends&userid='.$profile->id); ?>">
<?php echo ($profile->_friends == 1) ? JText::_('COM_COMMUNITY_FRIENDS_COUNT') . ' <span class="joms-text--light">' . $profile->_friends . '</span>' : JText::_('COM_COMMUNITY_FRIENDS_COUNT_MANY') . ' <span class="joms-text--light">' . $profile->_friends . '</span>' ?> </a></li>
http://prntscr.com/1wgcbqm
You can see the event and more code in same file below line 408 as well.
Regards