XenForo Move connected account providers at top in login

GuDron

Super Moderator
Staff member
Super Moderator
Jan 28, 2020
836
7
272
Language
English
GuDron submitted a new resource:

Move connected account providers at top in login - Xenforo 2 Move connected account providers at top in login

Before:
View attachment 171

After:
View attachment 172


In template login move the block starts from
HTML:
<xf:if is="$providers is not empty">

before:
HTML:
<div class="blocks">

and then move:
HTML:
<div class="blocks-textJoiner"><span></span><em>{{ phrase('or_separator') }}</em><span></span></div>

right before the closing xf:if tag.

Read more about this resource...