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

  • @taxonomy: Array to String Conversion error · 8 years ago

    Your YAML is bad. Whenever you get problems like this, pull up a YAML linter/validator. In this case, tag isn't indented properly. All that said, read the docs on Page Collections. A simple '@taxonomy

  • Plugins and caching · 8 years ago

    This seems like the simplest solution. I'm going with this for now, but I'll do some reading this weekend on the other suggestions you made and decide if there's a "better" way. Thanks for your time,

  • Plugins and caching · 8 years ago

    I guess I just assumed that doing it "right" by adding the code through the assets pipeline that the caching would be done automatically. I'll do some doc diving this weekend.

  • Plugins and caching · 8 years ago

    Thanks! I'll take a look this weekend.

  • Plugins and caching · 8 years ago

    I will take a look, thanks. I need to look more closely at why exactly things aren't rendering, because if you're online, even a cached version should redraw. Is there a way to manually add things to

  • Plugins and caching · 8 years ago

    I manage a Google Charts plugin. The problem is that if caching is on, the graphs only render on the first page hit. The graphs never render in the cached versions. Is there something I can do on the

  • Migrating from WordPress, need to preserve category-specific URLs · 8 years ago

    I'm glad you found it useful. Hack away.

  • Migrating from WordPress, need to preserve category-specific URLs · 8 years ago

    While I don't use child folders personally, my understanding is that it works fine to have a structure as you describe. You could create index pages at each level using page collections. The only "pr

  • Migrating from WordPress, need to preserve category-specific URLs · 8 years ago

    There's no magic button. It's absolutely possible, but you'll need to get your hands dirty. To start, here's what the docs say: https://learn.getgrav.org/migration/wordpress. Here's the link to the ex

  • Set Date format for blog posts to standard American mm/dd/yyyy · 8 years ago

    I'm afraid I don't do the multilingual thing. There really should be a way to do this, but I dint know what it is. There is a set of Twig extensions that will localize dates : https://github.com/Perlk