View Single Post
  #1 (permalink)  
Old 07-08-2006, 03:25 AM
gragland gragland is offline
Constant Pligger
 
Join Date: Feb 2006
Posts: 120
Thanks: 5
Thanked 1 Time in 1 Post
[bug fix] add pagination to user profile

just put this at the very bottom os user_center.tpl:

{php}
Global $page_size, $rows;
do_pages($rows, $page_size, getmyurl("user2", $user_login, $view));
{/php}
Reply With Quote