Hi, How can i remove the select box "Per page" from all pages
Where is the code for this page?
Hi, How can i remove the select box "Per page" from all pages Where is the code for this page? Always remember that the future comes one day at a time. |
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 |
I tried it, "Per page" still hanging there Always remember that the future comes one day at a time. |
anyone? Always remember that the future comes one day at a time. |
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 |
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. |