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
- 27,623
- 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
Read more about this 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 templatelogin
move the block starts from
beforeHTML:<xf:if is="$providers is not empty">
and then moveCode:<div class="blocks">
right before the closingHTML:<div class="blocks-textJoiner"><span></span><em>{{ phrase('or_separator') }}</em><span></span></div>
xf:if
tag.
Read more about this resource...