Jump to content

  •  

  • Tutorial info Visit support topic

    • Added on: Oct 25 2005 04:37 AM
    • Date Updated: May 30 2006 07:43 PM
    • Views: 916


    * * * * *
    1 Ratings

    ACP Groups Page links to Members Search

    Click on a group name to see an ACP search of members, not the Member List

    Posted by Michael on Oct 25 2005 04:37 AM
    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:
    $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}&amp;act=mem&amp;code=advancedsearch&amp;mgroup={$r['g_id']}' title='List Users'>".$r['prefix'].$r['g_title'].$r['suffix']."</a>";
    Save and upload.

    Enjoy! :)
    Powered by Tutorials 1.3.1 © 2012, by Michael McCune