I have this:
<xen:if is="{$user.steam_auth_id} > 0">
I need it, to check on login of the user with this condition. How?
TL;DR How to make a conditional after someone logins, if the condition is true it logs him in as usual, otherwise it doesn't show him the forum but rather a popup or a page ( and he cannot view the forum, at all untill the conditional is set to true )
<xen:if is="{$user.steam_auth_id} > 0">
I need it, to check on login of the user with this condition. How?
TL;DR How to make a conditional after someone logins, if the condition is true it logs him in as usual, otherwise it doesn't show him the forum but rather a popup or a page ( and he cannot view the forum, at all untill the conditional is set to true )