Hi.
I want to remove the user count from browse.php (and if possible from all other places too).
According to the following thread I did:
https://www.boonex.com/forums/topic/romove-member-count-.htm
2. Open the inc\classes\BxDolPaginate.php
3. find this code line :
'lnk_content' => $sViewAllCpt . ' (' . $this->_iCount . ')'
and replace with :
'lnk_content' => $sViewAllCpt
4. Clear all caches
But nothing happened. That way is not working in 7.3. has anyone here a new solution for this?
Thanks.