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

  • Dynamic page/content routing · 8 years ago

    Do you mean something like Grav's modular pages?

  • Error plugin - Add more error pages · 8 years ago

    No problem. I didn't notice the added .php the first time 'round. I'm glad it's working for you now.

  • Error plugin - Add more error pages · 8 years ago

    But the config needs to be - /external*.

  • Error plugin - Add more error pages · 8 years ago

    But now you added .php, which changes the route. I just added - /demos/graveyard* to my test site config and it seems to work: https://www.perlkonig.com/dev/demos/graveyard.php?test=abc.

  • Error plugin - Add more error pages · 8 years ago

    You can't just put a trailing slash. That second one needs to be - /node/*. I didn't test with query parameters. They shouldn't matter. You should just have to do - /external and be done with it (no w

  • Fetching all pages with taxonomy in plugin · 8 years ago

    The Random plugin shows how they deal with it. You may find that helpful.

  • Category/tag descriptions · 8 years ago

    I'm spitballing here, but Twig can already see the taxonomy of the page (via page.taxonomy.*), and it can also see variables in the site.yaml config (via config.site.*). Just create a map in your site

  • Error plugin - Add more error pages · 8 years ago

    v1.1.0 just released. It usually gets picked up by GPM at the top of the next hour. Let me know if this doesn't meet your needs.

  • Error plugin - Add more error pages · 8 years ago

    If you use htaccess, then Grav has nothing to do with it. You just need to make sure it plays nice with the Grav root htaccess. There's no reason I can think of why the plugin couldn't be expanded to

  • Handbook 0r goodbasi tutorial · 8 years ago

    Tutorial to accomplish what, exactly? Where are you stuck? A decent skeleton will get you most of the way to a functioning site. If you look at https://learn.getgrav.org, pretty much every section has