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

Andy Miller Grav Creator

Grav Core Team Grav Forum Moderators

@rhuk · Joined 9 years ago · 340 posts · 29 topics · 184 reputation

Badges

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

Recent posts

  • Referencing 2nd level array item from language.yaml - FOR loop syntax? · 9 years ago

    You can't have arrays like that in a language file, they must be this format for user/langauges/en.yaml for example: SAMPLE_TEXT_1: "Sample Text 1" SAMPLE_TEXT_2: "What I'm up to" SAMPLE_TEXT_3: "Samp

  • LightSlider - is it possible to apply CSS? · 9 years ago

    Really the best way is to add your own css in your theme. You can create your own lightlslider css file with with whatever customization you like. You can also disable the built-in CSS if that's get

  • Escaping html when importing yaml · 9 years ago

    You might want to post an issue on the plugin's GItHub repo: https://github.com/Perlkonig/grav-plugin-import

  • Two forms on modular page - how? · 9 years ago

    Where are you forms defined, and what does that look like? Please use code blocks to paste your YAML form definitions.

  • Page slug sometimes works sometimes not · 9 years ago

    LangSwitcher uses the 'rawroute' because Grav only loads the current active language version of pages. It doesn't know about a custom slug in another language. You can configure Grav to redirect to

  • Two column form layout - possible? · 9 years ago

    The form plugin actually already has a column and columns fields and you use them just like in the admin: fields: columns: type: columns fields: column1: type:

  • Advanced front end user profiling · 9 years ago

    This will still require a custom plugin to track a valid action and associate that with the user account. This can definitely be done, but you will have to have a custom plugin that can take a valid

  • Page Summary - Jump to delimiter upon click 'continue reading' · 9 years ago

    BTW you could write a plugin or add an event to your theme php that automatically adds the a Tag after the page summary delimiter just not sure if it’s wirth it or not 🙂

  • Simple front-end user add blogposts · 9 years ago

    That's not trivial, you need a form that can submit content, then a plugin that will automatically do something with that blog post. Either simply email you the content and you can create the page ma

  • Page Summary - Jump to delimiter upon click 'continue reading' · 9 years ago

    put a target tag in your content and then add this to the end of your readmore link? --- title: My Page --- you summary content === <a name="content-area"> your main content Then in your Twi