Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Sergei Newcomer
@tihro · Joined 7 years ago · 2 posts · 2 topics · 0 reputation
Badges
✏️ First Post
💬 Conversation Starter
Recent posts
-
Grav.user.authorize for logged in users
· 7 years ago
I use this to show part of the page to users with 'some.rule' access: {% if grav.user.authorize('some.rule') %} My content {% endif %} The problem is: if the admin grants access while the user is alre
-
Login form via modal window
· 7 years ago
I’m a complete newbie to webdev, so thank you for your patience. Want my users to login with the pop-up modal window (using the default Login plugin) instead of detached page. Now I have such a win