Hi,
I was wondering if there is a way to remove the "View All (xxx)" option on the home page for profiles and photos?
Thanks.
Hi, I was wondering if there is a way to remove the "View All (xxx)" option on the home page for profiles and photos? Thanks. |
Yep. |
Yep. Great. How do you do it? |
You can remove the View All function in the BxDolPaginate.php file (inc/classes) You want line 324 and starts with this: 'bx_if:view_all' => array( However, that controls pagnate throughout the entire site, so if you remove the function you will remove the Remove All link in all modules. IF you want to just remove the remove all for the front page you will have to do some custom programming. |