Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
nix Member
@nix · Joined 8 years ago · 38 posts · 13 topics · 9 reputation
Badges
Recent posts
-
Twitter image access problem
· 6 years ago
Hello all, I have a problem with my twitter image metadata that happens often to me with grav. I have defined my metadata like this: <meta name="twitter:image" property="twitter:image" content="htt
-
Is it possible to login in admin and frontend at the same time?
· 8 years ago
I configured it using the admin interface, switching it from "yes" to "no" in the configuration -> system tab.
-
Is it possible to login in admin and frontend at the same time?
· 8 years ago
I found it. It is a site global system configuration: session.split = false wonderful!
-
Is it possible to login in admin and frontend at the same time?
· 8 years ago
Another solution would be to detect in the frontend if people are connected to the admin, is this possible?
-
Is it possible to login in admin and frontend at the same time?
· 8 years ago
Hello, I would like my users to have access to the admin panel to create and edit pages easily, and to have a few more options in the menu than regular visitors. If I understand correctly, to do that
-
{% if config.plugins.login.enabled and grav.user.username %} not working
· 8 years ago
In my case it was a difference between login in the admin and login in the frontend... I closed the issue as it is working now as expected, you have to login to site frontend to use the grav.user.user
-
{% if config.plugins.login.enabled and grav.user.username %} not working
· 8 years ago
It seems I have the same problem, I submitted an issue here: https://github.com/getgrav/grav-theme-quark/issues/52
-
Redirect in new browser window
· 8 years ago
I have something working: <ul class="pure-menu-list"> {% for page in taxonomy.findTaxonomy({'category':'performance'}).order('default')|reverse %} {% set current_page = (page.active
-
Redirect in new browser window
· 8 years ago
I've tried with the external_links plugin doing: <ul class="pure-menu-list"> {% for page in taxonomy.findTaxonomy({'category':'performance'}).order('default')|reverse %} {% set curr
-
Redirect in new browser window
· 8 years ago
Thanks for your answer. I am not using a macro but a loop in my menu because it is divided in category. For example I have: <ul class="pure-menu-list"> {% for page in taxonomy.findTaxonomy({'c