In your Admin CP, on the Manage User Groups page, clicking on a group would open up a new window with your board's Member List search results for that group. With this change, this page will link to the Admin CP member search results for that group, which is a much handier use of this page.
Open sources/admin/ad_groups.php. Find:
Enjoy!
Open sources/admin/ad_groups.php. Find:
$total_linkage = "<a href='{$INFO['board_url']}/index.{$INFO['php_ext']}?act=Members&max_results=30&filter={$r['g_id']}&sort_order=asc&sort_key=name&st=0' target='_blank' title='List Users'>".$r['prefix'].$r['g_title'].$r['suffix']."</a>";
Change to:$total_linkage = "<a href='{$ADMIN->base_url}&act=mem&code=advancedsearch&mgroup={$r['g_id']}' title='List Users'>".$r['prefix'].$r['g_title'].$r['suffix']."</a>";
Save and upload.Enjoy!













