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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1012 reputation

Badges

Grav Core Team ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Adding a collection module · 4 years ago

    @Vince42, To get a collection of blog-items based on their taxonomy, try: Add collection to frontmatter of module: --- content: items: '@taxonomy.tag': [photography] --- In the template of the

  • Any option for Summary separate from blog Item?! · 4 years ago

    @zambala, Markdown doesn't process content inside a block element. So you could wrap the summay inside a <div>...</div>. Or, if the summary isn't that long, you might add a summary field t

  • Any option for Summary separate from blog Item?! · 4 years ago

    @zambala, Didn't the docs about page summaries provide you a solution?

  • Position images · 4 years ago

    @Henning007, Without providing proper information like... The theme being used. Preferably with a url pointing at the repo of the theme. The template being used for the page What you are are trying

  • Premium lightbox gallery not working · 4 years ago

    @chraebsli, As @Karmalakas, suggested, this should be handled at the Premium Issue tracker on Github. Thank you for creating an issue on the tracker. The team now knows there might be an issue. Please

  • Expand URL variable in custom languages.yaml · 4 years ago

    See also the issue I've created: https://github.com/getgrav/grav-plugin-form/issues/569

  • Expand URL variable in custom languages.yaml · 4 years ago

    @AquaL1te, Thanks for the more concrete information. The generated HTML made me dig some further... The fact that base_url is empty doesn't sound an alarm. When Grav is installed in the root of the d

  • Copy a page - wrong name · 4 years ago

    @Henning007, Might be related to this issue, which is caused by caching of pages. If the cause is the same, it is fixed, but you'll have to wait for the next release of Grav.

  • How to change the format of dates in a page · 4 years ago

    @zambala, The date format is often set in the template. Quark: In Quark /templates/partials/blog/date.html.blog the date output is formatted as follows: {{ page.date|date(system.pages.dateformat.short

  • Expand URL variable in custom languages.yaml · 4 years ago

    @AquaL1te, Added an extra suggestion in my previous reply #7.