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

Anna Regular

@Netzhexe · Joined 8 years ago · 200 posts · 70 topics · 21 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Self employed developer and web witch. Building tiny shiny websites with Grav since 2018 (also some bigger ones). Tech is political!

Recent posts

  • Can I access shortcode section from another page? how? · 1 year ago

    Hey everybody, most of my pages have an “intro” section defined via shortcode. I display this in my twig template with this: {{ shortcode.section.intro|raw }} Now I would like to access this from anot

  • User registration link is missing the base url all of a sudden · 2 years ago

    Okay I found a solution. There was a new setting added in the latest version of the login plugin, site_host. Setting this solved the issue. Maybe it should be a required field in Admin?

  • User registration link is missing the base url all of a sudden · 2 years ago

    Hey everybody, I have a site where users can register, and they get sent an email with an activation link when they do. This used to work wonderfully, but I just discovered that the links don’t work p

  • R.I.P. Grav CMS (it's Alive!) · 2 years ago

    Hey everybody, I was very sad to discover pamtbaau gone from this forum, and then seeing this thread did alarm me a little. And well do I know the ongoing struggle of basically all group efforts, not

  • How to save a whole flex collection in order · 2 years ago

    … I figured out the ordering so currently I have no need to further go down this path. (This is not a solution, I just no longer need one, so I'm leaving this as unsolved.)

  • Date format in flex-objects doesn't seem to work? · 2 years ago

    Found the answer, I was doing it wrong! This works (again in the flex blueprint): config: data: ordering: datum: ASC RTFM… properly 😅

  • How to save a whole flex collection in order · 2 years ago

    Hey everbody, since I can't get my shiny new custom flex collection to sort itself by date, I thought I'd use a workaround and simply reorder the collection programmatically and then save it with the

  • Date format in flex-objects doesn't seem to work? · 2 years ago

    I'm still puzzled by this. In the JSON file the date format actually IS "Y-m-d". Why does Grav Admin show it differently? If I click the header to sort, the entries do get sorted, but as strings by th

  • Date format in flex-objects doesn't seem to work? · 2 years ago

    Hey there, I am creating a calendar thingy which is expected to contain some 200 elements at any given time (events for the next six months). To make the handling easier I wanted to do this with flex-

  • Default image attributes in the editor when image is inserted? · 2 years ago

    Hmm, pretty sure it's doable with Javascript. I did a similar thing in my Typography Helper plugin, but to be honest I don't remember off the top of my head how exactly it might work. You'd have to pi