Index Page Member's Block - Code Location?

Hello,

I would like to remove the number next to the "View more" link at the bottom of the member's block on the index page. I'm talking about the number that  indicates how many total members there are (Ex. .View All (2346)).

I've found the location for just about every block but I'm stumped on the member's block. What file contains the code for the index page members block?

Thank you!

Quote · 22 May 2010

help?

Quote · 22 May 2010

You will find 2 functions in templates\base\scripts\BxBaseIndex.php

function getBlockCode_Members() which handles the block. It calls this function located at about line



function getMembers ($sBlockName, $aParams = array(), $iLimit = 16, $sMode = 'last')


getMembers is the one you will want to look at.

https://www.deanbassett.com
Quote · 22 May 2010

Wonderful! Many thanks Deano. Smile

Quote · 23 May 2010
 
 
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.