Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: faliro on February 25, 2017, 08:28:38 AM

Title: How to remove the moderator from the link tree?
Post by: faliro on February 25, 2017, 08:28:38 AM
Just want the moderator removed from the linktree:

(https://i.snag.gy/1b6wke.jpg)
Title: Re: How to remove the moderator from the link tree?
Post by: Kindred on February 25, 2017, 08:35:30 AM
Code (Sources/MessageIndex.php) Select

$context['linktree'][count($context['linktree']) - 1]['extra_after'] = ' (' . (count($context['link_moderators']) == 1 ? $txt['moderator'] : $txt['moderators']) . ': ' . implode(', ', $context['link_moderators']) . ')';


untested....  but I think, commenting out that line should do the trick.