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.

paul Member

@prw · Joined 7 years ago · 54 posts · 14 topics · 7 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • MATOMO tracking system with GRAV · 6 years ago

    I didn't have any luck with the plugin. I'll share what I'm doing. Keep in mind that I'm not using an inherited theme. Instead, I'm modifying a theme (Quark, in my case) directly. If your theme is an

  • Mailchimp plugin fails to submit via AJAX · 6 years ago

    That wasn't it. It's that the developer chose not to include vendor dependencies in the repo. I made a fork that includes the necessary files. Also created a pull request in the original repo.

  • Forms: taxonomy field type for frontend forms · 6 years ago

    Thanks for your response. I'm pretty new to grav and I'm curious about the slow release of 1.7 as well. Considering all the time I've invested in learning it, I do hope it stays relevant and updated!

  • Forms: taxonomy field type for frontend forms · 6 years ago

    I found this thread while attempting the same thing: taxonomy field type in the front-end form. I'm inexperienced, but it seems like the section in https://learn.getgrav.org/16/forms/blueprints/advanc

  • Prevent plugins from generating environment-specific configs? · 6 years ago

    Ok, I think I answered my own question. Be sure the user level config is correct then delete the environment level config: user/localhost/config/plugins/some-plugin.yaml Then use a relative symlink (p

  • Use Aura Authors to generate a list of all authors · 6 years ago

    I recently came across the Aura Authors plugin and wanted to find a way to list all the authors stored in the plugin's config on an "About Us" page. Just wanted to share how I did it for users like me

  • Prevent plugins from generating environment-specific configs? · 6 years ago

    I'm developing locally and using local and staging environment configs. When I make changes to plugin settings through the admin panel while working in, say, localhost, the plugin saves its settings i

  • Mailchimp plugin fails to submit via AJAX · 6 years ago

    Update: I'm a novice, and don't really know what composer is, but I discovered that installing the plugin via the grav gpm causes this issue. However, running composer update resolves the issue. Also,

  • Mailchimp plugin fails to submit via AJAX · 6 years ago

    Hi folks, I'm running into a limitation with the mailchimp plugin: it doesn't work with AJAX form submission I've submitted an issue, but while I'm waiting for a response, I'm wondering if there might

  • AJAX form submission within modular page not working · 6 years ago

    Interesting, I see your points. I wonder why it works without an action: at all. Perhaps grav assigns a default action?