Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
How do I add a twitter icon like on Grav's menu?
· 11 years ago
That is a feature provided by themes, so if you extend that you're good to go. Otherwise that needs to be added to the theme. Antimatter is Grav's "go-to" theme, the one you should most probably start
-
How do I add a twitter icon like on Grav's menu?
· 11 years ago
With Antimatter it's easy: https://github.com/getgrav/grav-theme-antimatter#menu-text--icons
-
How do I add a twitter icon like on Grav's menu?
· 11 years ago
I want to add a Twitter Icon to my navigation menu, how do I do this?
-
Acl and access
· 11 years ago
No, must be set per-page currently.
-
Acl and access
· 11 years ago
ok, now I will try. Is it possible to set this on a folder level, or root level?
-
Acl and access
· 11 years ago
First, don't set a custom URL. It will create a login page automatically 'on the current' page by default. So remove that custom login path. Learn2 does not have a form.html.twig, you would have t
-
Acl and access
· 11 years ago
thank you @rhukster. I am trying to implement a "private" site using the Learn2 theme. I just want to enable access to the site only to authenticated users. I just don't understand how I shall do it.
-
Acl and access
· 11 years ago
The login plugin simply runs through any access rules on a page, and checks if the current logged in user has any rules that match, if the user does, access is granted, else a login prompt is displaye
-
Acl and access
· 11 years ago
BTW, all the access stuff is totally arbitrary. You can put whatever you want. You can specifically deny access to any particular string, or allow. Just those strings (site.log, admin.login, foo.bar
-
Acl and access
· 11 years ago
Let me know how you get on based on twitter back and forth :)