Remove user count from browse.php with 7.3

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.

Quote · 12 May 2016

To remove count from browse.php you need to edit templates/base/scripts/BxBaseBrowse.php file, genBrowseLink function, near ~110 line:

        return '
            <div class="linkSection">
                <table>
                    <tr>
                        <td>
                            <img src="' . $sIcon . '" alt="' . $sName . '" />
                        </td>
                        <td>
                            <a href="' . $sLink . '">' . $sName . '</a>
                            ' . $sValue . '
                        </td>
                    </tr>
                </table>
            </div>
        ';

remove the line in red.

Rules → http://www.boonex.com/terms
Quote · 14 May 2016

Perfect. Thank you very much AlexT.

Can someone please also help with this problem? I want to remove or hide the big name/title (h1) below each photo. My users never give it a name so all photos are named like "33345345345_234234_234", its very disturbing. The best would be also hide it from the /photos/browse/ pages. There is also the name on each photo. But most important is the super big one below every single photo.

Thanks.

https://www.boonex.com/forums/topic/Hide-Photo-Title-in-Evo.htm

Quote · 16 May 2016

I want to remove or hide the big name/title (h1) below each photo. My users never give it a name so all photos are named like "33345345345_234234_234", its very disturbing. The best would be also hide it from the /photos/browse/ pages. There is also the name on each photo. But most important is the super big one below every single photo.

Thanks.

You could change the title (and uri) in the database table bx_photos_main

~~~~~~~~~~~~~~~~~~~~~~
MichelMeta-Travel.com
~~~~~~~~~~~~~~~~~~~~~~

TravelNotes.org - The Online Guide to Travel
Quote · 3 Jun 2016
 
 
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.