Bug Moderator link on admincp profile doesn't link to the user's moderator page

  • Thread starter Thread starter Xon
  • Start date Start date
There is a bug in this version
X

Xon

Guest
In the admincp, when a user is an admin the "administrator" link goes to the administrator page for that user. While the "moderator" link goes to the moderator list. These two links are inconsistent in behavior.

user_edit template bits;
XML:

Code:
                <xf:if is="$user.is_admin">
                    <li><a href="{{ link('admins/edit', $user) }}">{{ $user.is_super_admin ?  phrase('super_administrator') : phrase('administrator') }}</a></li>
                </xf:if>...

Read more

Continue reading...