Hide member count, hide amount of members

Greetings,

My goal is to "hide" or remove the amount of members I have on my website.. There are a few places that it states how many members.

How do I remove it from the bottom of the People search page, and all other locations where the membership count is posted?

Is it possible to also hide it on the mobile app?

 

Quote · 18 Oct 2014

Hi, is this possible to hide the total member count on all areas of the website?

 

Quote · 10 Nov 2014

I would recommend do do the following:

- deny access to browse.php page and remove link to this page in menu builder

- change the following line in templates/base/paginate.html file (it is better to copy this file to your custom template and make changes there)

<div class="info bx-def-margin-left-auto">
    __from__-__to__  <span>__of__</span> __total__ 
</div>

to:

<div class="info bx-def-margin-left-auto">
    __from__-__to__ 
</div>

Rules → http://www.boonex.com/terms
Quote · 10 Nov 2014
 
 
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.