Jump to content


Tutorial info Visit support topic

  • Added on: Oct 27 2005 02:17 PM
  • Date Updated: May 30 2006 07:45 PM
  • Views: 868


* * * * *
0 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 Oct 27 2005 02:17 PM
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.

Open sources/Topics.php. Find:
		$member['member_group'] = $ibforums->lang['m_group'].' '.$member['g_title'];
Change to:
		$member['member_group'] = $ibforums->lang['m_group']." <a href='{$ibforums->vars['board_url']}/index.php?act=Members&filter={$member['mgroup']}'>{$member['g_title']}</a>";
Save and upload.

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