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.
XML:
Read more
Continue reading...
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...