Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
<xen:if is="{$user.sportsbook_cash}">
<dl class="pairsJustified">
<dt>Sportsbook Cash:</dt>
<dd>{$xenOptions.sbCurrencySymbol} {xen:number $user.sportsbook_cash}</dd>
</dl>
</xen:if>
I don't use it, so I have no idea. Its a super simple template edit, so just try and see if it worksWill this still work on 2.2 beta, Bob?
I'm completely exhausted right now, running on three brain cells but there's no longer a message_user_info template.I don't use it, so I have no idea. Its a super simple template edit, so just try and see if it works![]()
I DID!can you tell me what template that goes in.
Looks like they moved the 'message_user_info' template into a macro template 'message_macros'
<xf:if is="{$user.xa_sb_cash}">
<dl class="pairsJustified">
<dt>SB Cash:</dt>
<dd>{$xf.options.xaSbCurrencySymbol} {$user.xa_sb_cash|currency}</dd>
</dl>
</xf:if>