Move connected account providers at top in login

xF2 Template Modification Move connected account providers at top in login

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,121
Points
823

Reputation:

ENXF NET submitted a new resource:

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

Before:
View attachment 15882
After:
View attachment 15883
In template login move the block starts from
HTML:
<xf:if is="$providers is not empty">
before
Code:
<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...
 
Top