Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Possibly, I'm currently testing a few things, like :https://pixelexit.com/threads/merge-the-staff-block-with-the-members-block.5893/A related question is do you guys plan to release any widgets at all with the styles? I'd say there's a fair bit of scope there to do some cool things.
<xf:if is=" !$xf.visitor.user_id">
<div class="xb-welcome-notice">
<div class="xb-welcome-notice--inner">
<h3>Welcome</h3>
<h4>Blah</h4>
<xf:if is="$xf.options.registrationSetup.enabled">
<a href="{{ link('register') }}" class="button"><span class="button-text">Register</span></a>
</xf:if>
<a href="{{ link('login') }}" class="button--cta button" rel="nofollow" data-xf-click="overlay" data-menu-close="true">
<span class="button-text">{{ phrase('log_in') }}</span>
</a>
</div>
</div>
</xf:if>