Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Is it possible to get ajax params in json?
· 10 years ago
You also have access to the Uri object in Twig so you should be able to do this: {% set var = uri.param('foo') %}
-
Is it possible to get ajax params in json?
· 10 years ago
I think you are looking for this https://github.com/MaZderMind/grav-plugin-urlparamfilter ?
-
Is it possible to get ajax params in json?
· 10 years ago
I'm trying to implement "Display more pages" button using jQuery ajax and twig template. My javascript looks like $.ajax({ url: "/products.json.twig", method: "GET", data: { index: "0" }, //page index
-
String not translated when validation failed in modular blueprint
· 10 years ago
yes Grav 1.1
-
String not translated when validation failed in modular blueprint
· 10 years ago
Is this Grav 1.1? Should definitely work, the code looks for a translation string
-
String not translated when validation failed in modular blueprint
· 10 years ago
hi, I have a template with specific modular blueprints, my form have translation string and i have a languages.yaml file wich contains all translation, so it works great, all string are translated. Th
-
Security advise
· 10 years ago
okay. thanks.
-
Security advise
· 10 years ago
I think cloud9 is pretty secure. I wouldn't worry too much about that, they are a major player.
-
Security advise
· 10 years ago
i'm using a cloud IDE. (cloud9) and I'm not very experienced. how shall I care about security there? thanks
-
How can I use saved data from a form in a page template?
· 10 years ago
A plugin needs to make that data available to twig. Look at how Comments plugin works, for example, it's a very similar concept.