Total Members Link - Hpw to remove

Hello, forgive me if I miss something out as this is my first post using boonex forums...

I have searched the forum DB and cannot seem to find the answer on how to remove the link displaying the total number of members on the site? it is located at the bottom of the members block.

I did find a forum post about this however it was for dolphin 6.1 and I am using 7.1, it mentioned removing (or quoting out) this line in admin.inc.php;

<?= _t("_Total") ?>:&nbsp;<b><?= (int)$p_num ?>

 

 

This line of code is not present in my admin.inc.php file and I am assuming this is due to the updated version I am using?

 

 

thanks in advance to anyone and everyone who can help me with this :)

 

And a big thank you to all the people who constantly provide support & advice in these forums! I wouldn't have gotten anywhere without you guys :):):)

Quote · 29 Oct 2013

You can remove 'View All' link with the number in it in all members blocks on homepage by changing the following line in templates/base/scripts/BxBaseIndexPageView.php file:

$sPaginate = $oPaginate->getSimplePaginate(BX_DOL_URL_ROOT . 'browse.php');

to:

$sPaginate = $oPaginate->getSimplePaginate(BX_DOL_URL_ROOT . 'browse.php', -1, -1, false);

Rules → http://www.boonex.com/terms
Quote · 30 Oct 2013

Brilliant thank you very much :-)

Quote · 30 Oct 2013
 
 
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.