anthonyparsons
Customer
Were any of Core's templates changed due to XF 1.2.1?
Were any of Core's templates changed due to XF 1.2.1?
Cheers Russ... only really concerned about any templates directly affected. Thanks for that... the nofollow is easy to do manually without reloading.
<xen:if is="@xenBase_fontAwesome">
<link rel="stylesheet" href="{$requestPaths.fullBasePath}@xenBase_fontAwesomeLink">
</xen:if>
<xen:if is="{$canBanUsers}">
<xen:if is="{$user.is_banned}">
<a href="{xen:adminlink banning/users/lift, $user}">{xen:phrase lift_ban}</a>
<xen:else />
<a href="{xen:adminlink banning/users/add, $user}" target="_blank">{xen:phrase ban}</a></xen:if>
</xen:if>