Jump to content


Tutorial info Visit support topic

  • Added on: Jan 01 2009 09:26 PM
  • Views: 1249
 


* * * * *
1 Ratings

Group link in topics

Changes the group name in topics to a link to the member list page for that group

Posted by Michael on Jan 01 2009 09:26 PM
Please note that this tutorial was written using IP.Board 3.0.0 Beta 1, and thus could change in future betas/final release.

This changes the "Group: Members" text below the avatars in the topics to be a link to the Member List for that particular group.  Handy so you can see who all is in each particular group easier.

Edit admin/sources/base/core.php.  Find:
		$member['_group_formatted'] = $group_name;
Change to:
		$member['_group_formatted'] = "<a href='".ipsRegistry::$settings['base_url']."app=members&amp;section=view&amp;module=list&amp;filter={$member['member_group_id']}'>{$group_name}</a>";
Save and upload.

Powered by Tutorials 1.4.1 © 2012, by Michael McCune