Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
I don't get it
· 11 years ago
Wow some great answers.. i'll throw my quick answer on to the pile too: Basically when your tired of writing inefficient and repetitive static HTML sites you typically look for a CMS to ease the burde
-
I don't get it
· 11 years ago
Why to use grav, the answer is simple, you will build faster and modern websites. Markdown is really easy, (in fact you are writing MD in this forum) and you can use html if you want. That is all you
-
I don't get it
· 11 years ago
Between plain html sites and database-driven CMS, there's a whole lot of space. A bit of this space is filled by static site generators. Some of this space is filled by flat file CMS, including Grav
-
I don't get it
· 11 years ago
You're not abandoning HTML or CSS. You making content easier to create with markdown. The idea behind Grav is to ditch the database and lots of unnecessary code to get a very lean and VERY fast site.
-
I don't get it
· 11 years ago
I am a web designer/developer. I am fluent in HTML5 and CSS3. Most of the sites I develop are either flat html or custom WordPress/Joomla/Magento sites. I do not understand why GRAV would be a better
-
Helpdesk
· 11 years ago
good afternoon in Russia a few days ago it came out very beautiful and high quality system of free helpdek Could you - do not now))) - but in the future - to integrate it into the grav? I like it terr
-
Instert a simple contact
· 11 years ago
In your theme, add a templates/modular/form.html.twig file copying templates/forms/form.html.twig. -> together with formdata.html.twig and forms folder from the templates folder? Shouldn't I edit f
-
Instert a simple contact
· 11 years ago
Did you check http://learn.getgrav.org/advanced/forms#using-forms-in-modular-pages?
-
Instert a simple contact
· 11 years ago
... it generates only an empty from: <form name="" action="/newsite/home/_contact" method="POST"> <div class="buttons"> </div> </form>
-
Instert a simple contact
· 11 years ago
Bump... how do I take this contact form to a modular page? Sorted out the {% extends 'partials/base.html.twig' %} and {% block content %} blocks so that now I get a white section on the modular page..