Closed (works as designed)
Project:
ProfilePlus
Version:
5.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 Apr 2008 at 19:07 UTC
Updated:
28 Apr 2008 at 04:19 UTC
Is it possible to change how many results appear per page on the profile search, let me know if this is a different module setting.
Comments
Comment #1
davemybes commentedThis is not something this module does by itself. It's most likely part of search.module. You can customize the pager using your own theme_pager_list function. Take a look at http://drupal.org/node/201969 for an idea of an override. The original function is in includes/pager.inc (see http://api/api/function/theme_pager_list/DRUPAL-5). By changing $limit, you change the number of results per page.