View Single Post
  #5 (permalink)  
Old 02-08-2006, 10:43 PM
fwebz fwebz is offline
Casual Pligger
 
Join Date: Jan 2006
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
thank you Ash, this fix category pagination but not pagination in users profile ,cus users use other file "user.php" so i add new function in /libs/html1.php "do_pages_users" for users profile only ! and change

<a href="?page='.$i.$query

to

<a href="/user/?page='.$i.$query

and in user.php i change

do_pages($rows, $page_size);

to

do_pages_users($rows, $page_size);
Reply With Quote