Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Configure simplesearch
· 10 years ago
Here a blog collection page set by taxonomy in frontmatter of blog.md: content: items: '@taxonomy': category: [blog, ja] Following plugin documentation and taxononomy documentation
-
Upload image from frontend
· 10 years ago
Not sure this will help as I have not used the file upload in the front end but here is my blueprint for a slideshow which uploads files in the admin side. title: Slider '@extends': default form: f
-
Upload image from frontend
· 10 years ago
I still could't solve the problem. Here is the .md-file is used (form.md, - - - escaped by ). It uses the display template form. I tried with different themes (clean blog, saturn and antimatter) but i
-
Upload image from frontend
· 10 years ago
How did you do? Cause I can't make my file typed field work.
-
Upload image from frontend
· 10 years ago
I want to provide a form for the user to upload a picture. Following the documentation I wrote the following header: title: Images form: name: uploadImages fields: type: file multiple:
-
Simplesearch plugin page based configuration
· 10 years ago
Hello everyone I have a blog collection page with this frontmatter: content: items: '@taxonomy': category: [blog, ja] order: by: date dir: desc limit: 25
-
Hide Menus on Protected Pages
· 10 years ago
Easiest thing is to edit the theme's base twig and wrap the menu in a {% if grav.user.username %} check.
-
Hide Menus on Protected Pages
· 10 years ago
Is there a reason you don't just use basic auth? If you don't need interactive registration and such, and you just want to wall off the entire site, it's the simplest and most standards compliant way
-
Hide Menus on Protected Pages
· 10 years ago
Hi, I am just getting started with Grav and I am trying to password protect my whole site. I have been playing around with the private plugin (preferred, don't need different users) as well as the adm
-
Form submitting issues
· 10 years ago
it seems that somehow the recaptcha is now showing on the page and i can choose the pictures needed to be validated but the message still not being sent and the page still refreshing when submitting