Is there a way to modify friends and followers this data field for "New People" Block?

Is there a way to modify or remove friends and followers in this data field for "New People" Block?

Please see the attached photo...

  • 539
  • More
Replies (1)
    • 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.

      Login or Join to comment.