Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Admin access to config but not superadmin
· 10 years ago
Hi, sorry I still can't get this to work... I've tried: access: admin: login: 'true' super: 'false' pages: 'true' statistics: 'true' configuration_site: 'true' and access: admi
-
Admin access to config but not superadmin
· 10 years ago
Use admin.configuration_site (change _site to any config route you want to allow access)
-
Admin access to config but not superadmin
· 10 years ago
Hi is there a way I can give an admin user that isn't a superadmin access to site config, or even better just one tab of the config? Eg: access: admin: login: 'true' super: 'false' pages
-
Missing something with page.media.images|first.url returning the second image?
· 10 years ago
Hey I just wanted to follow up and let you know that appears to have fixed the issue. Thanks again Paul!
-
Missing something with page.media.images|first.url returning the second image?
· 10 years ago
Hey Paul thanks for the response. I'll give that a try this evening and get back to you 😁
-
Missing something with page.media.images|first.url returning the second image?
· 10 years ago
I think I remember a bug if I didn't add true parameter for url. What does this output: {{ base_url_absolute }},{{ page.media.images|first.html.url(true) }}
-
Missing something with page.media.images|first.url returning the second image?
· 10 years ago
BUMP!
-
Missing something with page.media.images|first.url returning the second image?
· 10 years ago
Hi all! I was using the following code to automatically generate opengraph tag information for my header images: <meta name="og:image" property="og:image" content="http://www.gameprose.com{{ page.
-
IF is not or is not - how it twig?
· 10 years ago
I ended up doing something like this: {% if page.template != 'home' %} {% if page.template != 'domains' %} ### display something when the page is not home or domains {% else %} {% endif %}
-
IF is not or is not - how it twig?
· 10 years ago
@OleVik correction - yours does not work as well