Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Forms and Blueprint
· 10 years ago
Hi again :-) I have developed a form using blueprint for a specific page, but I've a problem with the multi-language. When I save normally everything is fine, and when I try to save in a specific lang
-
Prevent section of page from being cached
· 10 years ago
Thanks, that did it!
-
Prevent section of page from being cached
· 10 years ago
See this topic below.
-
Prevent section of page from being cached
· 10 years ago
I have a modular page st up and I want to have it fetch a new copy of one of the modular segments every time the page is reloaded (specifically, to update a downloads counter and randomize the header
-
Modular containing same module multiple times
· 10 years ago
I think the typo is on the line above, https://github.com/getgrav/grav-learn/pull/332
-
Modular containing same module multiple times
· 10 years ago
The manual states: Twig processing as well as page cache should be disabled to ensure the form is dynamically processed on the page and not statically cached and form handling can occur. title: Page w
-
Modular containing same module multiple times
· 10 years ago
it's a twig include, the link he provided shows it clearly
-
Modular containing same module multiple times
· 10 years ago
Do you mean a PHP include in the modular template?
-
Modular containing same module multiple times
· 10 years ago
One way to to do this is to create a page/template somewhere and set the page for content in the template, that way you can simply include the template on any page, (modular or not) and it will render
-
Modular containing same module multiple times
· 10 years ago
Hello, I'm building a single page site and want to include a module (_contact) multiple times. is there a way to achieve this? Tried the following (modular.md) content: items: '@self.modular' orde