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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • You are running PHP 5.4.45, but Grav needs at least PHP 5.5.9 to run · 10 years ago

    Hi, when I run: [~/public_html/gravtest]# bin/gpm index I get: You are running PHP 5.4.45, but Grav needs at least PHP 5.5.9 to run. Yet I have confirmed with my hosting company that I am running PHP

  • Customizing a theme · 10 years ago

    I should rtfm more :)

  • Customizing a theme · 10 years ago

    Ah, thanks so much for pointing that out....

  • Customizing a theme · 10 years ago

    Create a new theme based on antimatter and change all you need to. https://learn.getgrav.org/themes/customization

  • Customizing a theme · 10 years ago

    Hi, I would like to make small changes to the antimatter theme. As per: https://learn.getgrav.org/themes/theme-configuration To not lose changes if the theme is updated, I tried placing eg: blog_item.

  • Creating a Gav site page from a Form? · 10 years ago

    SOLVED: See https://getgrav.org/forum#!/general:newbie-customization-questi thread.

  • Creating a Gav site page from a Form? · 10 years ago

    "try to make a working form with it's own user interface in the Admin" ^ Yes thats the part I cant figure out. Essentially, I'm trying to modify the Item template to include more than just Title, Cont

  • Creating a Gav site page from a Form? · 10 years ago

    Well, as far as I understand from the docs, a front end form and a back end form are very similar. I suggest you try to make a working form with it's own user interface in the Admin. Then change that

  • Creating a Gav site page from a Form? · 10 years ago

    @bleutzinn Thanks for the plugin! Works for me. Question: This is a frontend form. How can I do the same thing via a form that is only visible inside the Admin interface?

  • Creating a Gav site page from a Form? · 10 years ago

    So it did, I think. You can have a look at the Add Page By Form plugin I created. As it is my first plugin I'm not very proud of the code but it gets the job done of adding a page by filling in a form