Anyone know where or how to change the number of members being displayed on the People - All Members page? I would like to change the count from 50 to 48. Thanks....
Anyone know where or how to change the number of members being displayed on the People - All Members page? I would like to change the count from 50 to 48. Thanks.... Michael |
Anyone with this? I know it is simple, I just can't find it lol. When I go to People/All Members, I want to change the number of members from 50 to 48. I have 3 columns and it shows and empty space with a count of 50. Thank in advance for your help. Michael |
I have the same question, want to reduce the limit...!!! |
edit your browse.php.
if ( $sInfoMode == 'extended' ) $iPerPage = 15; else $iPerPage = 70; } |
Thanks for the reply Foo, i guess there is no other way to do this. I have made so many mods that my list is getting crazy, between mods for my template and the main system, i was hoping that I did not have to do it again :P Do you know if this will affect other lists as well? Thanks again for your help. Michael |
no, it's just for the people browse lists. one for simple (15), one for extended (70) which are my settings. |
Sweet, thank you. Michael |
edit your browse.php.
if ( $sInfoMode == 'extended' ) $iPerPage = 15; else $iPerPage = 70; } Hello Foo, I tried this but nothing has happened...!!! |
edit your browse.php.
if ( $sInfoMode == 'extended' ) $iPerPage = 15; else $iPerPage = 70; } Hello Foo, I tried this but nothing has happened...!!! if ( isset($_GET['per_page']) ) { |
edit your browse.php.
if ( $sInfoMode == 'extended' ) $iPerPage = 15; else $iPerPage = 70; } Hello Foo, I tried this but nothing has happened...!!! if ( isset($_GET['per_page']) ) {
Can we do the change in drop down box, which says Per Page at the right on browse.php
|