where is the function that create the Members block in index page

Hi,

Is someone knows where is the function that create the Members block in index page

 

In templates/base/scripts/BxBaseIndexPageView.php

there is

// ----- non-block functions ----- //
function getMembers ($sBlockName, $aParams = array(), $iLimit = 16, $sMode = 'last')

 

But where is the function that generates the html code for the Members block in index page ?

Quote · 3 Feb 2011

Hi Found it.

 

It's in the same file

In templates/base/scripts/BxBaseIndexPageView.php

At the end of the function getMembers :

return array($sCode, $aDBTopMenu, $sPaginate);

Quote · 3 Feb 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.