Posted November 19, 2024Nov 19 Dear team, Why isn't this code working when I hook it to the offline page? Is there any solution? {{if member.isAdmin()}} <!-- Shows if the user is an administrator --> {{endif}} {{if member.inGroup('x')}} <!-- Shows if member is in group 'x' --> {{endif}}
November 20, 2024Nov 20 Author 47 minutes ago, Matt said: Where are you hooking it? Hi Matt, I have tried all versions of Hook type but had no luck.