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 · 337 posts · 28 topics · 184 reputation

Badges

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

Recent posts

  • 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

  • Wrong meta on language subpages · 9 years ago

    The regular metadata.html.twig file that comes in antimatter theme for example, uses a mix of metadata from site.yaml (not language specific), as well as metadata from pages (language-specific). What

  • Advanced front end user profiling · 9 years ago

    I guess it depends on what triggers those badges. You need to track data and perform calculations to generate those badge achievements. What are those calculations and how are you going to store and

  • Login Plugin: Show log in, if not logged in, shot logout if logged in · 9 years ago

    Got some major-ish updates coming to Login plugin soon. I hope some of these will address the issues you are seeing. You can test with the current "develop" version in the Login github repo.