Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: $users_per_page  (Read 3792 times)

0 Members and 1 Guest are viewing this topic.

giorgio79

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 114
$users_per_page
« on: February 13, 2007, 11:01:02 pm »

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);
« Last Edit: February 14, 2007, 08:13:29 am by GauGau »
Logged

giorgio79

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 114
Re: $users_per_page
« Reply #1 on: February 13, 2007, 11:12:55 pm »

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
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.