Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Aaron Dalton Regular

@Perlkonig · Joined 8 years ago · 144 posts · 3 topics · 28 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Git workflow with final customers · 8 years ago

    Je voulais vous donner l'option de décrire ton problème en français si encore je ne l'avais pas compris. (C'était le mot "juste" qui m'a signallé.) Je ne suis pas francophone, mais je le comprends bie

  • Pragma: no-cache · 8 years ago

    Interesting. I just checked my sites, and all my Grav sites have the same header, but my non-Grav sites on the same host don't. But if you look at the source code, the only time the Pragma header is s

  • Git workflow with final customers · 8 years ago

    Sorry, but I'm struggling to understand your scenario and desired outcome. Vous parlez francais? So are you saying you have a Git repo essentially for backup but that the client makes changes directly

  • Git workflow with final customers · 8 years ago

    I don't understand the problem. The point of version control is being able to work independently on the same files. At some point, if multiple people are working on the exact same file, you're going t

  • Return to admin from front-end · 8 years ago

    You would have to put a link in your theme template. Even for WordPress, there's a "Meta" widget you need to add somewhere to make the "Log In" link appear. You'll have to do the same. The admin plugi

  • Trying to list all child page links with twig and not having any success · 8 years ago

    You want Page Collections.

  • How do I list a simple list of category and tag references? · 8 years ago

    You need to do some coding. The docs give a clue.. The fundamental problem is that there is no necessary relationship between tags and categories. Tags don't "belong" to categories in any inherent way

  • How do I list a simple list of category and tag references? · 8 years ago

    https://github.com/getgrav/grav-plugin-taxonomylist

  • YAML file locking and reading in Windows vs *nix · 8 years ago

    My plugin Count Views works fine in *nix environments, but it doesn't work in Windows. The problem is these lines here: // Open data file $datafh = File::instance($path); $data

  • Text field in frontmatter/header without blueprint · 8 years ago

    Are you talking about creating a fillable text field in the Admin interface? In that case, I can't help you (I don't use the Admin module), but I'm pretty sure you need a blueprint for that. Otherwise