Remove "Per page"

Hi, How can i remove the select box "Per page" from all pages

Where is the code for this page?

777.PNG · 18.5K · 209 views
Always remember that the future comes one day at a time.
Quote · 15 May 2017

I haven't tested but this should work

 

In inc/classes/BxDolPaginate.php

Find :

        $this->_bPerPageChanger = isset($aParams['per_page_changer']) && $aParams['per_page_changer'] === true;

Replace with :

        $this->_bPerPageChanger = false;

 
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 15 May 2017

I tried it, "Per page" still hanging there

Always remember that the future comes one day at a time.
Quote · 15 May 2017

anyone?

Always remember that the future comes one day at a time.
Quote · 19 May 2017

Where on the site is the "per page" showing that you need removed ?

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 24 May 2017

for example: in view photo page. in the comments section (next to sort by)..

Always remember that the future comes one day at a time.
Quote · 25 May 2017
 
 
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.