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
- 24,699
- Points
- 823
Reputation:
agison submitted a new resource:
Dark mode / Light Mode switcher button - Template modification to add Dark mode / Light Mode switcher button
Read more
Continue reading...
Dark mode / Light Mode switcher button - Template modification to add Dark mode / Light Mode switcher button
This Template modification will add a button to NavGroup (before Search Button) to allow users to switch between Light style and Dark style.
1. Create this Template modification:
Code:
- Template: PAGE_CONTAINER
- Find:
<a href="{{ link('whats-new') }}"
- Replace:
HTML:
<xf:if is="$xf.visitor.canChangeStyle()">...
Click to expand...
Read more
Continue reading...