[RSS Feed/News] Moderator link on admincp profile doesn't link to the user's moderator page

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom