Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Form and admin plugin failing with Invalid Security Token
· 11 years ago
In configuring qwyk.ly I thought that I had messed up form after the upgrade to 1.0.5 . So I blew the entire site away and re-installed. However, it seems that Form is broken - when installing the a
-
Multiple authors (based on logins?)
· 11 years ago
Grav does not add automatically the author to the page. You can add a field to the Admin, to have a select box where authors choose the author. You can look at how the Sitemap plugin adds a couple fie
-
Multiple authors (based on logins?)
· 11 years ago
TLDR: Best way to handle multiple authors? Maybe i am missing something here? My goal is: A blog, that is maintained by multiple (non-techie) authors, they should be able to login via the "admin" plug
-
Change sidebar contains for specific parts on site
· 11 years ago
Sure :)
-
Change sidebar contains for specific parts on site
· 11 years ago
@ryan they are both the same type :) Can i do something like page.header.sidebar_name == "something" ?
-
Change sidebar contains for specific parts on site
· 11 years ago
Use the page frontmatter to set a sidebar_type variable and use it in your template like this: // unique sidebar content {% elseif sidebar.type == "list" %} // unique sidebar content {% else
-
Change sidebar contains for specific parts on site
· 11 years ago
just create a new taxonomy in the admin panel, or directly into the site.yaml file (see your config folder). let's assume you create a taxonomy called 'sidebar' then add the following to the frontmat
-
Change sidebar contains for specific parts on site
· 11 years ago
Not really dynamic. Just fixed content. How can i make this taxonomies for certain pages?
-
Change sidebar contains for specific parts on site
· 11 years ago
Depending on exactly how dynamic this sidebar should be you could include taxonomies for certain pages. Then use twig to check the page's taxonomy and based on that either display 'abc' or 'xyz'.
-
Change sidebar contains for specific parts on site
· 11 years ago
So when someone opens blog.duinmayer.nl/persoonlijke-blogs i want them to see another sidebar then the one on blog.duinmayer.nl/blogs So two or more urls with their own specific sidebar content :)