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

davemybes’s picture

Assigned: Unassigned » davemybes
Status: Active » Closed (works as designed)

This 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.