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.

mikael Member

@procrates · Joined 9 years ago · 64 posts · 9 topics · 16 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Changing the default user folder location · 8 years ago

    Hey good people! I have a technical question about the default folder locations in Grav. What i want to achieve is to have the user folder in a folder outside of Grav root. Like this: Project root --

  • File field frontmatter format · 9 years ago

    Works very well! Thank you! If there is someone who knows how to change the file frontmatter header too that would be great, even if it does not matter in this project I am sure it matters in others.

  • File field frontmatter format · 9 years ago

    Hi! So I made a custom blueprint in admin. title: Gallery form: fields: tabs: type: tabs active: 1 fields: gallery: type: tab fields:

  • Page blueprint list function · 9 years ago

    Thank you so much! Grav just become greater and greater!

  • Page blueprint list function · 9 years ago

    Hi! Now I am working on adding custom page blueprints to make it easier to add content to the website and I came across a problem where I am trying to add a list within a list. I got it partially work

  • Get form data select input and add it to page frontmatter · 9 years ago

    Thanks! I will check it out more. Although I decided for now that it is easier to create separate forms so I can add the different post to different sections of the site. I will for sure simplify this

  • Displaying images in a page folder · 9 years ago

    Sorry, I forgot to format it as code... My fault 😊 To explain what this does: It takes the page URL and adds the filename which it gets from the page header. So in frontmatter do: --- title: Test tit

  • Displaying images in a page folder · 9 years ago

    Hey, Michael! Glad to hear you are trying out Grav! What I would do in your situation is something like: <img src="{{ page.url }}/{{ page.header.imagename }}" /> and add imagename in page heade

  • Grav functionalities · 9 years ago

    Hi! Happy to hear that you wish to try Grav! All of these functionalities are possible and some are in fact are very simple to implement! https://github.com/artifex404/grav-plugin-instagram https://g

  • Handling Images in Grav · 9 years ago

    Remember to mark it as solved so that the people looking for an answer do not miss it 🙂 Also it is a great way to help people who did not get an answer yet. Great example BTW! There are basically limi