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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Pagination for findTaxonomy() results · 10 years ago

    As a "dirty fix" I have sometimes just done a manual pagination, like this: {% if uri.param('page') %} {% set index = uri.param('page') %} {% else %} {% set index = 1 %} {% set start = 0 %

  • Pagination for findTaxonomy() results · 10 years ago

    I'm using findTaxonomy() to show a collection based on a URI param (otherwise I'd use the page's frontmatter). It's working great except I can't seem to find a way to get pagination working to limit t

  • How to enable one-page menus on left slidebar? · 10 years ago

    You would need to add this logic to the sidebar: https://github.com/getgrav/grav-theme-antimatter/blob/develop/templates/modular.html.twig#L30-L47 However, it's not there because on-page links make li

  • How to enable one-page menus on left slidebar? · 10 years ago

    Hi, if you open the http://demo.getgrav.org/onepage-skeleton/ and drag the page to left and -> click the fa-bars icon -> you'll see the slidebar on the left with only "home" menu showing. How do

  • Form · 10 years ago

    ok I'll wait then! Thanks again. Note; Sommerregen has on its plugin repo on Github a FLATTR button...

  • Form · 10 years ago

    Currently we have no way to donate. Hopefully we'll have something soon!

  • Form · 10 years ago

    I really appreciate your post, Rhukster, thank you. It's important to find support... I finally manage to have my modular form working again!!! I am very proud of myself right now, and it's a good exp

  • Form · 10 years ago

    Check your email plugin configuration. You might need to modify it to get things working but it really depends on your host and even potentially, the mx records for your domain.

  • Form · 10 years ago

    I finally found the issue: in site.yaml session name can not have any dot like in site-name.com it should be replaced by site-name-com for instance So form works again!!! Now form is working right now

  • Form · 10 years ago

    Correction: statements of previous post are wrong. All my apologies Correct statement: Form appear on both http://localhost/fr/form.mdand http://localhost/blog/fr/form without styling and lead to err