$users_per_page $users_per_page
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

$users_per_page

Started by giorgio79, February 13, 2007, 11:01:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

giorgio79

Hello Stramm and Guys,

Hope you are doing well.

For members who have more buddies than 25 I do not seem to be able to find the link for the pages where the rest of the buddies are displayed.

I checked buddy_manage.php, and I found this related to the display, but this does not seem to handle if buddies are more than 25

      
Quote$users_per_page = 25;
          $page = isset($_GET['page']) ? (int)$_GET['page'] : 1;
          $lower_limit = ($page-1) * $users_per_page;
          $total_pages = ceil($tot_view[$view] / $users_per_page);

giorgio79

ah got it, it is at the very bottom...I modded the css so ti was a bit tought for me.

sorry guys to bother