Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Display taxonomy items with Ajax
· 9 years ago
Hi Guys, This website has projects which belongs to a category (a taxonomy type). I am displaying all the category names and I want to display projects belongs to each category when a user clicks on a
-
Twig caching issue
· 9 years ago
Hallo! Ich weiß, dass es für dieses Thema nicht aktuell ist, aber ich möchte Ihnen das empfehlen, was mir vor kurzem sehr gut geholfen hat. Es handelt sich um eine Online-Apotheke, wo ich ein Potenzmi
-
Twig caching issue
· 9 years ago
I've got probably the same problem, happens on localhost [ on webserver everything seems ok ]
-
Twig caching issue
· 9 years ago
Hi, I've been having a lot of problems with the templates' cache, it just won't clear itself even if I do the following: Clear cache in admin Manually delete the cache folder Disable all cache in se
-
Adding a custom field to a blueprint to add content from another page
· 9 years ago
This method won't work as it shows all the pages. I had a write a custom plugin and called it using @data-options. It may not be the optimal solution though. Thanks for your help mate! :)
-
Adding a custom field to a blueprint to add content from another page
· 9 years ago
Ok, I did something similar for my website and tried to apply it to your use case. Your blueprint should look something like this (or with more fields depending on what you already have): title: Book
-
Adding a custom field to a blueprint to add content from another page
· 9 years ago
Hi Thanks for your reply @benigartenmann! I want to achieve the latter; want to be able to select an existing author. But I wouldn't mind learning both methods as it might be helpful in future project
-
Adding a custom field to a blueprint to add content from another page
· 9 years ago
Hi, I'm not really sure if I understand you correctly... Do you want a custom field for the books blueprint, so that you could add a new author, which then will generate a new page in the list of auth
-
Adding a custom field to a blueprint to add content from another page
· 9 years ago
Hi all, I am new to grav and I really love it. I want to create a custom blueprint for a page where I can add content from another page as custom field. As an example lets say I have two collection ty
-
Get the path from route
· 9 years ago
I was able to get it actually using the path() function. Thanks :)