Comment to 'Is there a way to modify friends and followers this data field for "New People" Block?'
  • Hello Scotti  !

    It depends form the deep of the changes which you plan to do. But if you want to have these fields with different look than in other places then you'd better to modify this method:

    public function serviceBrowseRecentProfiles ($bDisplayEmptyMsg = false, $bAjaxPaginate = true)

        {

            return $this->_serviceBrowse ('recent', false, BX_DB_PADDING_DEF, $bDisplayEmptyMsg, $bAjaxPaginate);

        }

    in the modules\boonex\persons\classes\BxPersonsModule.php file.