Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted June 13, 200519 yr 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?
June 16, 200519 yr 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.
June 22, 200519 yr This would help, and you could replace the "Edit" buttom with a "View Members" button, or similar. :thumbsup:
Archived
This topic is now archived and is closed to further replies.