Stuart Elliott Posted June 13, 2005 Posted June 13, 2005 Currently in the User Group Management screen you see something like this: Which when you click on one of the member groups to show membership, gives you: Whereas in actuality, if you're trying to manage users and groups, you're be better off seeing: Is there anyway this could be changed to be the default action for selecting groups?
Stuart Elliott Posted June 16, 2005 Posted June 16, 2005 It does exactly the same as normal and has page links.
Michael Posted June 16, 2005 Posted June 16, 2005 Open sources/admin/ad_groups.php. Find:$total_linkage = "<a href='{$ibforums->vars['board_url']}/index.{$ibforums->vars['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='{$ibforums->adskin->base_url}&act=mem&code=searchresults&searchtype=normal&mgroup={$r['g_id']}' title='List Users'>".$r['prefix'].$r['g_title'].$r['suffix']."</a>"; Save and upload.
Why Two Kay Posted June 22, 2005 Posted June 22, 2005 This would help, and you could replace the "Edit" buttom with a "View Members" button, or similar. :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.