Anyone know this?

Hi simple question really anyone know how to change the number of members on my browse page (SITENAME/browse.php) It's currently set at 64 and for the life of me I can't change this! I know this is simple...but having a memory block!!

 

Thanks..

Quote · 12 Mar 2011

Open the - browse.php

 

and exchange this code lines :

if ( isset($_GET['per_page']) ) {
$iPerPage = (int) $_GET['per_page'];
} else {
if ( $sInfoMode == 'extended' )
$iPerPage = 5;
else
$iPerPage = 64;
}

if ( $iPerPage    <= 0 ) {
$iPerPage = 64;
}
if ( $iPerPage > 100 ) {
100 + (100 % $iPerPage);
}

 

with your value!

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 13 Mar 2011

Hello and thanks for the heads up! Your a star...

 

Thanks Dane

Quote · 14 Mar 2011

 

Hello and thanks for the heads up! Your a star...

 

Thanks Dane

Your are  welcome!

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 14 Mar 2011

Another Question SashaE how about setting/changing the default number of previously rated videos it is currently set at 10 in my block.........need it to be 8. Had a look around the Admin cannot find this to change??

Am I missing something obvious please??

 

Thanks Dane......

Quote · 27 May 2011

Provide me with the site's url where you want to change per page value

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 27 May 2011

Hello Sashae the url is http://talentastic.co.uk/m/videos/rate just another question I would also like to change the /m/videos/browse/all video browse number of displayed videos per page any ideas not at my home pc at the moment but will take a look at the browse.php later too as per last question, so please forgive me for asking this question if in fact its on there as well.

Quote · 30 May 2011

Hmm... it's logically right that on your rate page you can see only one item and make vote for him!

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 30 May 2011
 
 
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.